Skip to content

Commit b3de20e

Browse files
committed
Start 8.1 development
1 parent f8ed20b commit b3de20e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :development do
88
gem "rspec"
99
gem "rdoc"
1010
gem "rake"
11-
gem "activerecord", github: "rails/rails", branch: "8-0-stable"
11+
gem "activerecord", github: "rails/rails", branch: "main"
1212
gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master"
1313

1414
platforms :ruby do

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0.alpha
1+
8.1.0.alpha

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.0.0"])
29+
s.add_runtime_dependency("activerecord", ["~> 8.1.0.alpha"])
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)