Skip to content

Commit c1f9c5e

Browse files
author
Thomas Hareau
authored
Specify ruby version (#45)
* Specify ruby version * better
1 parent fa3eab4 commit c1f9c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safe-pg-migrations.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.license = 'MIT'
2121

2222
s.platform = Gem::Platform::RUBY
23-
s.required_ruby_version = '>= 2.5'
23+
s.required_ruby_version = '>= 2.5', '< 4'
2424

2525
s.add_dependency 'activerecord', '>= 5.2'
2626
s.add_dependency 'activesupport', '>= 5.2'

0 commit comments

Comments
 (0)