Skip to content

Commit

Permalink
Update all of rails to version 5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored May 6, 2021
1 parent 426f4e4 commit f4a9fa3
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", "<= 5.2.6"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rspec", "~> 3.2"
Expand Down

0 comments on commit f4a9fa3

Please sign in to comment.