Skip to content

Commit

Permalink
Build(deps): Bump i18n from 1.12.0 to 1.13.0
Browse files Browse the repository at this point in the history
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v1.12.0...v1.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2023
1 parent 7f4a292 commit 952db9f
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 @@ -133,7 +133,7 @@ gem 'zip_tricks', '~> 5.6.0'
gem 'gender_detector', '~> 2.0.0'

# Gems related to internationalisation
gem 'i18n', '~> 1.12.0'
gem 'i18n', '~> 1.13.0'
gem 'rails-i18n', '~> 7.0.5'
gem 'gettext_i18n_rails', '~> 1.10.0'
gem 'fast_gettext', '~> 2.3.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ GEM
holidays (8.6.0)
htmlentities (4.3.4)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
icalendar (2.8.0)
ice_cube (~> 0.16)
Expand Down Expand Up @@ -569,7 +569,7 @@ DEPENDENCIES
google-cloud-storage (~> 1.44)
holidays (~> 8.6.0)
htmlentities (~> 4.3.0)
i18n (~> 1.12.0)
i18n (~> 1.13.0)
icalendar (~> 2.8.0)
iso_country_codes (~> 0.7.8)
jquery-rails (~> 4.5.1)
Expand Down

0 comments on commit 952db9f

Please sign in to comment.