Skip to content

Commit

Permalink
Dependencies: Update to activerecord-4, which is currently 4.2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 30, 2022
1 parent 73def70 commit 06df9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord-crate-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 2.14"

spec.add_dependency('activerecord', '~> 4.1.0')
spec.add_dependency('activerecord', '~> 4')
spec.add_dependency('arel', '>= 5.0.0')
spec.add_dependency('crate_ruby', '~> 0.2.0')
end

0 comments on commit 06df9e4

Please sign in to comment.