activerecord-hackery--ransack/Gemfile

15 lines
320 B
Ruby
Raw Normal View History

2011-03-31 00:31:39 +00:00
source "http://rubygems.org"
gemspec
if ENV['RAILS_VERSION'] == 'release'
2011-03-31 00:31:39 +00:00
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