Skip to content

Commit 8eae753

Browse files
committed
Remove jruby and oracle related gems from Gemfile
We are only know goign to support mysql2, trilogy, postgresql and sqlite3 adapters in Rails.
1 parent 3688594 commit 8eae753

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

Gemfile

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -163,30 +163,6 @@ platforms :ruby, :windows do
163163
end
164164
end
165165

166-
platforms :jruby do
167-
if ENV["AR_JDBC"]
168-
gem "activerecord-jdbcsqlite3-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
169-
group :db do
170-
gem "activerecord-jdbcmysql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
171-
gem "activerecord-jdbcpostgresql-adapter", github: "jruby/activerecord-jdbc-adapter", branch: "master"
172-
end
173-
else
174-
gem "activerecord-jdbcsqlite3-adapter", ">= 1.3.0"
175-
group :db do
176-
gem "activerecord-jdbcmysql-adapter", ">= 1.3.0"
177-
gem "activerecord-jdbcpostgresql-adapter", ">= 1.3.0"
178-
end
179-
end
180-
end
181-
182-
# Gems that are necessary for Active Record tests with Oracle.
183-
if ENV["ORACLE_ENHANCED"]
184-
platforms :ruby do
185-
gem "ruby-oci8", "~> 2.2"
186-
end
187-
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
188-
end
189-
190166
gem "tzinfo-data", platforms: [:windows, :jruby]
191167
gem "wdm", ">= 0.1.0", platforms: [:windows]
192168

0 commit comments

Comments
 (0)