Skip to content

Commit

Permalink
Updated for Rails v7.1.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Oct 2, 2023
1 parent 32632b9 commit 17cb605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0.beta1
7.1.0.rc2
2 changes: 1 addition & 1 deletion activerecord-sqlserver-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", "~> 7.1.0.beta1"
spec.add_dependency "activerecord", "~> 7.1.0.rc2"
spec.add_dependency "tiny_tds"
end

0 comments on commit 17cb605

Please sign in to comment.