Skip to content

Commit

Permalink
Build(deps): Bump rails-i18n from 7.0.5 to 7.0.8
Browse files Browse the repository at this point in the history
Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 7.0.5 to 7.0.8.
- [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md)
- [Commits](svenfuchs/rails-i18n@v7.0.5...v7.0.8)

---
updated-dependencies:
- dependency-name: rails-i18n
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 539092f commit 6be8826
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ gem 'gender_detector', '~> 2.0.0'

# Gems related to internationalisation
gem 'i18n', '~> 1.14.1'
gem 'rails-i18n', '~> 7.0.5'
gem 'rails-i18n', '~> 7.0.8'
gem 'gettext_i18n_rails', '~> 1.12.0'
gem 'fast_gettext', '~> 2.3.0'
gem 'gettext', '~> 3.4.7'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ GEM
mini_portile2 (2.8.4)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
minitest (5.19.0)
minitest (5.20.0)
money (6.16.0)
i18n (>= 0.6.4, <= 2)
multi_json (1.15.0)
Expand Down Expand Up @@ -407,7 +407,7 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (7.0.5)
rails-i18n (7.0.8)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (7.0.7.2)
Expand Down Expand Up @@ -623,7 +623,7 @@ DEPENDENCIES
rack-utf8_sanitizer (~> 1.9.0)
rails (~> 7.0.7)
rails-controller-testing
rails-i18n (~> 7.0.5)
rails-i18n (~> 7.0.8)
recaptcha (~> 5.15.0)
redis (~> 4.8.1)
rolify (~> 6.0.1)
Expand Down

0 comments on commit 6be8826

Please sign in to comment.