Skip to content

Commit

Permalink
Update add_runtime_dependency not to install Active Record 7.2 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Sep 22, 2024
1 parent b16fb15 commit 341d2a7
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 341d2a7

Please sign in to comment.