diff --git a/Gemfile b/Gemfile index bd416ad75..5e95c6354 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ gem 'backbone-on-rails', '1.1.2' gem 'handlebars_assets', '0.18.0' gem 'jquery-rails', '3.1.2' gem 'rails-assets-jquery', '1.11.1' # Should be kept in sync with jquery-rails -gem 'js_image_paths', '0.0.1' +gem 'js_image_paths', '0.0.2' gem 'js-routes', '1.0.0' gem 'rails-assets-punycode', '1.3.2' gem 'rails-assets-markdown-it', '3.0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 017c6b343..362837420 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -282,7 +282,7 @@ GEM ruby-progressbar (~> 1.4) gherkin (2.12.2) multi_json (~> 1.3) - globalid (0.3.0) + globalid (0.3.3) activesupport (>= 4.1.0) gon (5.2.3) actionpack (>= 2.3.0) @@ -348,7 +348,7 @@ GEM js-routes (1.0.0) railties (>= 3.2) sprockets-rails - js_image_paths (0.0.1) + js_image_paths (0.0.2) rails (~> 4.0) jshint (1.3.1) execjs (>= 1.4.0) @@ -717,7 +717,7 @@ DEPENDENCIES jasmine-jquery-rails (= 2.0.3) jquery-rails (= 3.1.2) js-routes (= 1.0.0) - js_image_paths (= 0.0.1) + js_image_paths (= 0.0.2) jshint (= 1.3.1) json (= 1.8.1) markerb (= 1.0.2)