Skip to content

Commit

Permalink
Update for Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwad authored and byroot committed Oct 23, 2024
1 parent 246b2fa commit 96778ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## unreleased
- Update dependencies to allow Rails 8+.
- Update following locales:
- Lithuanian (lt): Add missing keys (`x_years`, `in`, `model_invalid`, `required`, `round_mode`, `eb`, `pb`)
- Portuguese (pt): Fixed `number.currency.format.format` and `helpers.submit.update` #1122
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
rails-i18n (7.0.9)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (>= 6.0.0)

GEM
remote: https://rubygems.org/
Expand Down
3 changes: 2 additions & 1 deletion rails-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.8.11'

s.add_dependency('i18n', '>= 0.7', '< 2')
s.add_dependency('railties', '>= 6.0.0', '< 8')
s.add_dependency('railties', '>= 6.0.0')

s.add_development_dependency "rspec-rails", "~> 3.7"
s.add_development_dependency "i18n-spec", "~> 0.6.0"
s.add_development_dependency 'i18n-tasks', '~> 0.9.37'
Expand Down

0 comments on commit 96778ff

Please sign in to comment.