diff --git a/Gemfile b/Gemfile index 9400c5c..60fc3c4 100644 --- a/Gemfile +++ b/Gemfile @@ -86,7 +86,7 @@ gem 'noticed', '~> 1.4' # Reporting gem 'blazer' gem 'chronic' -gem 'i18n-js' +gem 'i18n-js', '~> 3.0' gem 'momentjs-rails' gem 'rsolr' diff --git a/Gemfile.lock b/Gemfile.lock index 35c974c..0f44758 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,6 @@ GEM activerecord (>= 4.0.0) railties (>= 4.0.0) geocoder (1.8.1) - glob (0.3.1) globalid (1.0.0) activesupport (>= 5.0) haml (5.2.2) @@ -228,9 +227,8 @@ GEM httpclient (2.8.3) i18n (1.12.0) concurrent-ruby (~> 1.0) - i18n-js (4.0.1) - glob - i18n + i18n-js (3.9.2) + i18n (>= 0.6.6) inline_svg (1.8.0) activesupport (>= 3.0) nokogiri (>= 1.6) @@ -565,7 +563,7 @@ DEPENDENCIES haml (~> 5.2.0) hashdiff httparty - i18n-js + i18n-js (~> 3.0) inline_svg jbuilder (~> 2.7) jquery-rails (~> 4.4) diff --git a/app/views/shared/_js_behaviors.html.erb b/app/views/shared/_js_behaviors.html.erb index 0dcd0e0..7066937 100644 --- a/app/views/shared/_js_behaviors.html.erb +++ b/app/views/shared/_js_behaviors.html.erb @@ -1,6 +1,8 @@