Skip to content

Commit e003ed8

Browse files
committed
Update ActiveRecord dependency to stable 8.1.0 release
Switch from pre-release alpha constraint to stable release constraint for ActiveRecord 8.1.0 dependency, following Rails 8.1 stable release.
1 parent 4038f2b commit e003ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord-oracle_enhanced-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This adapter is superset of original ActiveRecord Oracle adapter.
2626
"rubygems_mfa_required" => "true"
2727
}
2828

29-
s.add_runtime_dependency("activerecord", ["~> 8.1.0.alpha"])
29+
s.add_runtime_dependency("activerecord", ["~> 8.1.0"])
3030
s.add_runtime_dependency("ruby-plsql", [">= 0.6.0"])
3131
if /java/.match?(RUBY_PLATFORM)
3232
s.platform = Gem::Platform.new("java")

0 commit comments

Comments
 (0)