mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 00:36:42 +01:00
Bump rails-i18n from 7.0.6 to 7.0.7
Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 7.0.6 to 7.0.7. - [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/rails-i18n/compare/v7.0.6...v7.0.7) --- updated-dependencies: - dependency-name: rails-i18n dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
588307ccc0
commit
781257814d
2
Gemfile
2
Gemfile
@ -21,7 +21,7 @@ gem 'coffee-rails', '~> 5.0.0'
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
# gem 'therubyracer', platforms: :ruby
|
||||
|
||||
gem 'rails-i18n', '~> 7.0.6'
|
||||
gem 'rails-i18n', '~> 7.0.7'
|
||||
|
||||
gem 'rails-controller-testing'
|
||||
|
||||
|
||||
12
Gemfile.lock
12
Gemfile.lock
@ -147,9 +147,9 @@ GEM
|
||||
listen (3.7.1)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
loofah (2.20.0)
|
||||
loofah (2.21.2)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
nokogiri (>= 1.12.0)
|
||||
mail (2.8.1)
|
||||
mini_mime (>= 0.1.1)
|
||||
net-imap
|
||||
@ -175,7 +175,7 @@ GEM
|
||||
net-smtp (0.3.3)
|
||||
net-protocol
|
||||
nio4r (2.5.9)
|
||||
nokogiri (1.14.3)
|
||||
nokogiri (1.14.4)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
oauth2 (1.4.7)
|
||||
@ -233,7 +233,7 @@ GEM
|
||||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.5.0)
|
||||
loofah (~> 2.19, >= 2.19.1)
|
||||
rails-i18n (7.0.6)
|
||||
rails-i18n (7.0.7)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 6.0.0, < 8)
|
||||
railties (7.0.4.3)
|
||||
@ -274,7 +274,7 @@ GEM
|
||||
sqlite3 (1.6.2)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
stringio (3.0.6)
|
||||
thor (1.2.1)
|
||||
thor (1.2.2)
|
||||
tilt (2.1.0)
|
||||
timeout (0.3.2)
|
||||
turbolinks (5.2.1)
|
||||
@ -325,7 +325,7 @@ DEPENDENCIES
|
||||
puma (~> 6.2)
|
||||
rails (~> 7.0.4, >= 7.0.4.3)
|
||||
rails-controller-testing
|
||||
rails-i18n (~> 7.0.6)
|
||||
rails-i18n (~> 7.0.7)
|
||||
sassc-rails (~> 2.1.2)
|
||||
sdoc (~> 2.6.1)
|
||||
sqlite3 (~> 1.6.2)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user