Skip to content

Commit

Permalink
Set minimal Ruby version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Dec 30, 2024
1 parent 5524b04 commit 5098588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rom-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
'bug_tracker_uri' => 'https://github.com/rom-rb/rom/issues'
}

gem.required_ruby_version = '>= 2.7.0'
gem.required_ruby_version = '>= 3.1.0'

gem.add_runtime_dependency 'concurrent-ruby', '~> 1.1'
gem.add_runtime_dependency 'dry-core', '~> 1.0'
Expand Down

0 comments on commit 5098588

Please sign in to comment.