Skip to content

Commit

Permalink
Merge pull request #2397 from yahonda/update_runtime_dependency_for_r…
Browse files Browse the repository at this point in the history
…ails71

Update add_runtime_dependency not to install Active Record 7.2 yet
  • Loading branch information
yahonda authored Sep 22, 2024
2 parents b16fb15 + 341d2a7 commit 64fe24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord-oracle_enhanced-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This adapter is superset of original ActiveRecord Oracle adapter.
"rubygems_mfa_required" => "true"
}

s.add_runtime_dependency("activerecord", ["<= 8.0"])
s.add_runtime_dependency("activerecord", ["~> 7.1.0"])
s.add_runtime_dependency("ruby-plsql", [">= 0.6.0"])
if /java/.match?(RUBY_PLATFORM)
s.platform = Gem::Platform.new("java")
Expand Down

0 comments on commit 64fe24d

Please sign in to comment.