Skip to content

Commit 3f53a49

Browse files
committed
oracle-enhanced v7.1.x is out \o/
1 parent cf90db4 commit 3f53a49

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Appraisals

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ end
147147

148148
appraise 'rails_7.1.0_with_oracle_enhanced' do
149149
gem 'rails', '7.1.0'
150-
gem 'ruby-oci8'
151-
gem 'activerecord-oracle_enhanced-adapter', git: 'https://github.com/rsim/oracle-enhanced.git'
150+
gem 'activerecord-oracle_enhanced-adapter', '~> 7.1.0'
152151
remove_gem 'pg'
153152
end
154153

@@ -187,7 +186,6 @@ end
187186

188187
appraise 'rails_7.2.0_with_oracle_enhanced' do
189188
gem 'rails', '7.2.0'
190-
gem 'ruby-oci8'
191189
gem 'activerecord-oracle_enhanced-adapter', git: 'https://github.com/rsim/oracle-enhanced.git'
192190
remove_gem 'pg'
193191
end

gemfiles/rails_7.1.0_with_oracle_enhanced.gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ gem "rubocop-rake"
2121
gem "rubocop-rspec"
2222
gem "simplecov"
2323
gem "rails", "7.1.0"
24-
gem "ruby-oci8"
25-
gem "activerecord-oracle_enhanced-adapter", git: "https://github.com/rsim/oracle-enhanced.git"
24+
gem "activerecord-oracle_enhanced-adapter", "~> 7.1.0"
2625

2726
gemspec path: "../"

gemfiles/rails_7.2.0_with_oracle_enhanced.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ gem "rubocop-rake"
2121
gem "rubocop-rspec"
2222
gem "simplecov"
2323
gem "rails", "7.2.0"
24-
gem "ruby-oci8"
2524
gem "activerecord-oracle_enhanced-adapter", git: "https://github.com/rsim/oracle-enhanced.git"
2625

2726
gemspec path: "../"

0 commit comments

Comments
 (0)