Skip to content

Commit

Permalink
Remove support for Ruby 3.0
Browse files Browse the repository at this point in the history
Update Ruby version in gemspec file
  • Loading branch information
MuriloDalRi committed Jun 3, 2024
1 parent f6ecaa1 commit a265d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_translation_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = ""
spec.license = "MIT"

spec.required_ruby_version = ">= 3.0"
spec.required_ruby_version = ">= 3.1"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit a265d83

Please sign in to comment.