Skip to content

Commit

Permalink
Update for Rails 7.2.0.beta3 (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan authored Jul 15, 2024
1 parent 252c4d6 commit 6d75c85
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.2.0.beta2
7.2.0.beta1
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.2.0.beta2"
spec.add_dependency "activerecord", "~> 7.2.0.beta3"
spec.add_dependency "tiny_tds"
end

0 comments on commit 6d75c85

Please sign in to comment.