Skip to content

Commit

Permalink
Sets min ruby to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord committed Aug 30, 2023
1 parent 2d9c2ea commit d83eb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grape-starter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.7'
spec.required_ruby_version = '>= 3.1'

spec.add_dependency 'gli', '~> 2.20'
spec.add_dependency 'activesupport', '>= 6', '< 8'
Expand Down

0 comments on commit d83eb52

Please sign in to comment.