Skip to content

Commit

Permalink
build(deps): bump rails-i18n from 7.0.3 to 7.0.10 (#7322)
Browse files Browse the repository at this point in the history
Bumps [rails-i18n](https://github.com/svenfuchs/rails-i18n) from 7.0.3 to 7.0.10.
- [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenfuchs/rails-i18n/commits/v7.0.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 5ff07f3 commit 8dc5cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'histogram'
# Internationalization
gem 'i18n'
gem 'i18n-js'
gem 'rails-i18n', '~> 7.0.0'
gem 'rails-i18n', '~> 7.0.10'

# Redis
gem 'redis', '~> 5.3.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ GEM
rails-html-sanitizer (1.6.1)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails-i18n (7.0.3)
rails-i18n (7.0.10)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
rails_performance (1.4.1)
Expand Down Expand Up @@ -532,7 +532,7 @@ DEPENDENCIES
rails (~> 7.2.2)
rails-controller-testing
rails-html-sanitizer
rails-i18n (~> 7.0.0)
rails-i18n (~> 7.0.10)
rails_performance
redcarpet
redis (~> 5.3.0)
Expand Down

0 comments on commit 8dc5cd6

Please sign in to comment.