Skip to content

Commit

Permalink
Remove upper bound for Ruby version (#307)
Browse files Browse the repository at this point in the history
Signed-off-by: Lud <[email protected]>
  • Loading branch information
swiknaba authored Jan 7, 2025
1 parent ec5a9bc commit 261a797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros-apartment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
'rubygems_mfa_required' => 'true',
}

s.required_ruby_version = '>= 3.1', '<= 3.4'
s.required_ruby_version = '>= 3.1'

s.add_dependency('activerecord', '>= 6.1.0', '< 8.1')
s.add_dependency('activesupport', '>= 6.1.0', '< 8.1')
Expand Down

0 comments on commit 261a797

Please sign in to comment.