Skip to content

Commit

Permalink
update to use 7.1.0 version of rails
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Oct 6, 2023
1 parent 038fd2c commit e5abf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord-postgis-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.7.0"

spec.add_dependency "activerecord", "~> 7.1.beta1"
spec.add_dependency "activerecord", "~> 7.1.0"
spec.add_dependency "rgeo-activerecord", "~> 7.0.0"

spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit e5abf62

Please sign in to comment.