Skip to content

Commit

Permalink
Update all of rails to version 6.1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Oct 26, 2021
1 parent 4baab84 commit 78b960e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion each_in_batches.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", ">= 3.2", "<= 5.2.3"
spec.add_dependency "activerecord", ">= 3.2", "<= 6.1.4.1"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.2"
Expand Down

0 comments on commit 78b960e

Please sign in to comment.