1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00
activerecord-hackery--ransack/Gemfile

15 lines
No EOL
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