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

Commit 13a759b

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] <[email protected]>
1 parent e1c0625 commit 13a759b

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-rails', '~> 1.2.3'
3535
gem 'capistrano-rbenv', '~> 2.1.1'
3636
gem 'capistrano-bundler', '~> 1.2.0'
3737

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
@@ -125,6 +125,7 @@ GEM
125125
coffee-script-source
126126
execjs
127127
coffee-script-source (1.10.0)
128+
concurrent-ruby (1.0.5)
128129
coveralls (0.8.21)
129130
json (>= 1.8, < 3)
130131
simplecov (~> 0.14.1)
@@ -181,7 +182,8 @@ GEM
181182
hydra-access-controls (= 6.5.2)
182183
hydra-core (= 6.5.2)
183184
rails (>= 3.2.6)
184-
i18n (0.8.1)
185+
i18n (0.9.5)
186+
concurrent-ruby (~> 1.0)
185187
jaro_winkler (1.5.1)
186188
jettywrapper (2.0.3)
187189
activesupport (>= 3.0.0)
@@ -451,7 +453,7 @@ DEPENDENCIES
451453
devise (~> 3.5.5)
452454
equivalent-xml (~> 0.6.0)
453455
hydra-head (~> 6.5.2)
454-
i18n (~> 0.8.1)
456+
i18n (~> 0.9.5)
455457
jquery-rails (~> 4.3.1)
456458
kaminari (~> 0.15.1)
457459
launchy (~> 2.4.3)

0 commit comments

Comments
 (0)