activerecord-hackery--ransack/Gemfile

15 lines
320 B
Ruby

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