Skip to content

Commit afecf0c

Browse files
Update i18n-tasks
i18n-tasks gets reverted to an earlier version when upgrading to Ruby 4. For some reason 0.9.0 allows Ruby 4 but 0.9.37 doesn't and reverting back to 0.9.0 introduces bugs that were fixed in subsequent versions. These versions are all quite old and we can now update to 1.1.
1 parent 185555c commit afecf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem 'rack', '< 3', require: false
3131
gem 'rake', require: false, groups: [:lint, :release]
3232
gem 'rails-controller-testing', require: false
3333
gem 'puma', '< 7', require: false
34-
gem 'i18n-tasks', '~> 0.9', require: false
34+
gem 'i18n-tasks', '~> 1.1.0', require: false
3535
gem 'rspec_junit_formatter', require: false
3636
gem 'yard', require: false
3737
gem 'db-query-matchers', require: false

0 commit comments

Comments
 (0)