mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Float arel on latest rails/arel
This commit is contained in:
parent
3d5d0286b3
commit
073852dff0
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
|||
path File.dirname(__FILE__)
|
||||
source 'http://rubygems.org'
|
||||
|
||||
gem "arel", "0.3.0", :git => "git://github.com/rails/arel.git"
|
||||
gem "arel", :git => "git://github.com/rails/arel.git"
|
||||
gem "rails", "3.0.0.beta1"
|
||||
|
||||
gem "rake", ">= 0.8.7"
|
||||
|
|
Loading…
Reference in a new issue