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

Commit f03070d

Browse files
Bump i18n from 0.8.1 to 0.9.5
Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.8.1 to 0.9.5. - [Release notes](https://github.com/svenfuchs/i18n/releases) - [Changelog](https://github.com/svenfuchs/i18n/blob/master/CHANGELOG.md) - [Commits](ruby-i18n/i18n@v0.8.1...v0.9.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 7fff160 commit f03070d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

+1-1
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

+4-2
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)