move gemfiles/Gemfile.edge to root

This commit is contained in:
Francesco Rodriguez
2012-11-25 14:58:59 -05:00
parent 6be6599bb7
commit 7a0092ab32
2 changed files with 9 additions and 9 deletions

9
Gemfile.edge Normal file
View File

@@ -0,0 +1,9 @@
source 'http://rubygems.org'
gemspec
gem 'rails', github: 'rails/rails'
# Current dependencies of edge rails
gem 'journey', github: 'rails/journey'
gem 'activerecord-deprecated_finders' , github: 'rails/activerecord-deprecated_finders'