Sha256: 53987afef96838d620be3faa2ca41ddcc3c3c5a0f7bbc3dfea783b01ec40e90e
Contents?: true
Size: 708 Bytes
Versions: 4
Compression:
Stored size: 708 Bytes
Contents
source "http://rubygems.org" gemspec gem 'rake' rails = ENV['RAILS'] || '3-2-stable' gem 'arel', '3.0.2' case rails when /\// # A path gem 'activesupport', :path => "#{rails}/activesupport" gem 'activemodel', :path => "#{rails}/activemodel" gem 'activerecord', :path => "#{rails}/activerecord" gem 'actionpack', :path => "#{rails}/activerecord" when /^v/ # A tagged version git 'git://github.com/rails/rails.git', :tag => rails do gem 'activesupport' gem 'activemodel' gem 'activerecord' gem 'actionpack' end else git 'git://github.com/rails/rails.git', :branch => rails do gem 'activesupport' gem 'activemodel' gem 'activerecord' gem 'actionpack' end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
ransack-0.7.2 | Gemfile |
ransack-0.7.1 | Gemfile |
ransack_ffcrm-0.7.1 | Gemfile |
ransack-0.7.0 | Gemfile |