Sha256: ba4500933d772b3020918f762e85ee49b19ef5bac322ead7859fdd7c745197de

Contents?: true

Size: 475 Bytes

Versions: 11

Compression:

Stored size: 475 Bytes

Contents

source 'http://rubygems.org'

group :development do
  gem 'rspec', '~> 3.3'
  gem 'rdoc'
  gem 'rake'

  gem 'activerecord',   github: 'rails/rails', branch: '5-0-stable'
  gem 'rack',           github: 'rack/rack', branch: 'master'
  gem 'arel',           github: 'rails/arel', branch: 'master'

  gem 'ruby-plsql', '>=0.5.0'

  platforms :ruby do
    gem 'ruby-oci8',    github: 'kubo/ruby-oci8'
    gem 'byebug'
  end

  platforms :jruby do
    gem 'ruby-debug'
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
activerecord-oracle_enhanced-adapter-1.7.3 Gemfile
activerecord-oracle_enhanced-adapter-1.7.2 Gemfile
activerecord-oracle_enhanced-adapter-1.7.1 Gemfile
activerecord-oracle_enhanced-adapter-1.7.0 Gemfile
activerecord-oracle_enhanced-adapter-1.7.0.rc1 Gemfile
activerecord-oracle_enhanced-adapter-1.7.0.beta7 Gemfile
activerecord-oracle_enhanced-adapter-1.7.0.beta6 Gemfile
activerecord-oracle_enhanced-adapter-1.7.0.beta5 Gemfile
activerecord-oracle_enhanced-adapter-1.7.0.beta4 Gemfile
activerecord-oracle_enhanced-adapter-1.7.0.beta3 Gemfile
activerecord-oracle_enhanced-adapter-1.7.0.beta2 Gemfile