We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3f471 commit 547a940Copy full SHA for 547a940
Gemfile-rails-dependencies
@@ -1,7 +1,7 @@
1
version_file = File.expand_path("../.rails-version", __FILE__)
2
case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp)
3
when /master/
4
- gem "rails", :path => "/Users/sam/dev/rails"
+ gem "rails", :git => "git://github.com/rails/rails.git"
5
gem "arel", :git => "git://github.com/rails/arel.git"
6
gem "journey", :git => "git://github.com/rails/journey.git"
7
gem "activerecord-deprecated_finders", :git => "git://github.com/rails/activerecord-deprecated_finders.git"
0 commit comments