Sha256: 3a9806fa8a56ab40b722f20d2308c587240f24a2b37c773684543be09c46e620

Contents?: true

Size: 388 Bytes

Versions: 12

Compression:

Stored size: 388 Bytes

Contents

gem 'activerecord-oracle_enhanced-adapter', '~> 1.6.0'

# a warning will be emitted when the same gems are put in more than one platform
# but it will still lead to errors if they are missing in either
platforms :ruby do
  #gem 'mysql',        '~> 2.9'
  gem 'ruby-oci8', '~> 2.1'
end

platforms :jruby do
  gem 'activerecord-jdbc-adapter' #, '~> 1.3.0'
end

gem 'activerecord', '~> 4.2'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
activerecord_bulkoperation-0.2.3 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.2.2 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.2.1 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.2.0 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.1.0 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.0.8 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.0.7 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.0.6 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.0.5 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.0.4 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.0.3 gemfiles/4.2.gemfile
activerecord_bulkoperation-0.0.2 gemfiles/4.2.gemfile