Skip to content

Commit

Permalink
Update for Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwad committed Oct 21, 2024
1 parent a2c1a8a commit 04b0df4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
rails-i18n (7.0.9)
rails-i18n (8.0.0)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (>= 6.0.0)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions rails-i18n.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rails-i18n"
s.version = '7.0.9'
s.version = '8.0.0'
s.authors = ["Rails I18n Group"]
s.email = "[email protected]"
s.homepage = "https://github.com/svenfuchs/rails-i18n"
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.8.11'

s.add_runtime_dependency('i18n', '>= 0.7', '< 2')
s.add_runtime_dependency('railties', '>= 6.0.0', '< 8')
s.add_runtime_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 04b0df4

Please sign in to comment.