Sha256: 529165ac18b00d83a2a8537e425252d7f23ad9c06d021ded6ef20c6d9e3513d1

Contents?: true

Size: 1.34 KB

Versions: 6

Compression:

Stored size: 1.34 KB

Contents

source 'http://rubygems.org'

group :development do
  gem 'jeweler', '~> 1.5.1'
  gem 'rspec', '~> 2.4'
  gem 'rdoc'

  if ENV['RAILS_GEM_VERSION']
    gem 'activerecord', "=#{ENV['RAILS_GEM_VERSION']}"
    gem 'actionpack', "=#{ENV['RAILS_GEM_VERSION']}"
    gem 'activesupport', "=#{ENV['RAILS_GEM_VERSION']}"
    case ENV['RAILS_GEM_VERSION']
    when /^2.0/
      gem 'composite_primary_keys', '=0.9.93'
    when /^2.1/
      gem 'composite_primary_keys', '=1.0.8'
    when /^2.2/
      gem 'composite_primary_keys', '=2.2.2'
    when /^2.3.3/
      gem 'composite_primary_keys', '=2.3.2'
    when /^3/
      gem 'railties', "=#{ENV['RAILS_GEM_VERSION']}"
    end
  else
    %w(activerecord activemodel activesupport actionpack railties).each do |gem_name|
      if ENV['RAILS_GEM_PATH']
        gem gem_name, :path => File.join(ENV['RAILS_GEM_PATH'], gem_name)
      else
        gem gem_name, :git => "git://github.com/rails/rails"
      end
    end

    if ENV['AREL_GEM_PATH']
      gem 'arel', :path => ENV['AREL_GEM_PATH']
    else
      gem 'arel', :git => "git://github.com/rails/arel"
    end

    if ENV['JOURNEY_GEM_PATH']
      gem 'journey', :path => ENV['JOURNEY_GEM_PATH']
    else
      gem "journey", :git => "git://github.com/rails/journey"
    end
  end

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

  platforms :ruby do
    gem 'ruby-oci8', '>=2.0.4'
  end

end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
activerecord-oracle_enhanced-adapter-with-schema-0.0.2 Gemfile
activerecord-oracle_enhanced-adapter-with-schema-0.0.1 Gemfile
activerecord-oracle_enhanced-adapter-1.4.2 Gemfile
activerecord-oracle_enhanced-adapter-1.4.2.rc2 Gemfile
pmacs-activerecord-oracle_enhanced-adapter-1.4.2.rc1 Gemfile
activerecord-oracle_enhanced-adapter-1.4.2.rc1 Gemfile