Sha256: 16f8e3b2f13bbb235805fc39e479df54ee04a2116a157610ce89f64e97c096dd

Contents?: true

Size: 320 Bytes

Versions: 8

Compression:

Stored size: 320 Bytes

Contents

source "http://rubygems.org"
gemspec

if ENV['RAILS_VERSION'] == 'release'
  gem 'activesupport'
  gem 'activerecord'
  gem 'actionpack'
else
  gem 'arel',  :git => 'git://github.com/rails/arel.git'
  git 'git://github.com/rails/rails.git' do
    gem 'activesupport'
    gem 'activerecord'
    gem 'actionpack'
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ransack-0.5.3 Gemfile
ransack-0.5.2 Gemfile
ransack-0.5.1 Gemfile
ransack-0.5.0 Gemfile
ransack-0.4.2 Gemfile
ransack-0.4.1 Gemfile
ransack-0.4.0 Gemfile
ransack-0.3.0 Gemfile