Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
i18n-js: use v3 not v4
Browse files Browse the repository at this point in the history
Until we can upgrade.

Fixes #229
  • Loading branch information
ewlarson committed Nov 14, 2022
1 parent 081a1fc commit 614eb5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 614eb5c

Please sign in to comment.