Skip to content

Commit

Permalink
Allow using Ruby 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
donv authored Mar 24, 2021
1 parent d8c9439 commit a8dd254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class-table-inheritance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.required_ruby_version = '~> 2.5'
s.required_ruby_version = '>= 2.5', '< 4'

s.add_runtime_dependency 'activerecord', '~>6.0'

Expand Down

0 comments on commit a8dd254

Please sign in to comment.