Skip to content

Commit

Permalink
Set to Rails 6.1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-hs committed Jan 2, 2024
1 parent b9331fe commit 01072ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knockoff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'activerecord', '>= 4.0.0', '< 7'
spec.add_runtime_dependency 'activesupport', '>= 4.0.0', '< 7'
spec.add_runtime_dependency 'activerecord', '>= 4.0.0', '6.1.7.6'
spec.add_runtime_dependency 'activesupport', '>= 4.0.0', '6.1.7.6'

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 01072ec

Please sign in to comment.