Skip to content

Commit

Permalink
Bump required ruby version to 3.1
Browse files Browse the repository at this point in the history
The code is using Ruby 3.1+ syntax, so we shouldn't let
it be installed by older ruby versions.
  • Loading branch information
byroot committed Oct 6, 2024
1 parent fb55367 commit d79dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importmap-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|

spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

spec.required_ruby_version = ">= 2.7.0"
spec.required_ruby_version = ">= 3.1.0"
spec.add_dependency "railties", ">= 6.0.0"
spec.add_dependency "activesupport", ">= 6.0.0"
spec.add_dependency "actionpack", ">= 6.0.0"
Expand Down

0 comments on commit d79dfbf

Please sign in to comment.