Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit f03070d

Browse files
1 parent 7fff160 commit f03070d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'capistrano-rbenv', '~> 2.1.1'
3535
gem 'capistrano-bundler', '~> 1.2.0'
3636

3737
gem "unicode", '0.4.4.3', :platforms => [:mri_18, :mri_19]
38-
gem "i18n", '~> 0.8.1'
38+
gem "i18n", '~> 0.9.5'
3939
gem "bootstrap-sass", '~> 2.3.2.2' # locked because blacklight 4.7
4040
gem "bower-rails", "~> 0.11.0"
4141
gem "responders", "~> 2.4.0"

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ GEM
116116
coffee-script-source
117117
execjs
118118
coffee-script-source (1.10.0)
119+
concurrent-ruby (1.0.5)
119120
coveralls (0.8.21)
120121
json (>= 1.8, < 3)
121122
simplecov (~> 0.14.1)
@@ -173,7 +174,8 @@ GEM
173174
hydra-access-controls (= 6.5.2)
174175
hydra-core (= 6.5.2)
175176
rails (>= 3.2.6)
176-
i18n (0.8.1)
177+
i18n (0.9.5)
178+
concurrent-ruby (~> 1.0)
177179
jettywrapper (2.0.3)
178180
activesupport (>= 3.0.0)
179181
childprocess
@@ -452,7 +454,7 @@ DEPENDENCIES
452454
devise (~> 3.5.5)
453455
equivalent-xml (~> 0.6.0)
454456
hydra-head (~> 6.5.2)
455-
i18n (~> 0.8.1)
457+
i18n (~> 0.9.5)
456458
jquery-rails (~> 4.3.1)
457459
kaminari (~> 0.15.1)
458460
launchy (~> 2.4.3)

0 commit comments

Comments
 (0)