Skip to content

Commit 547a940

Browse files
sgrifSam Phippen
authored andcommitted
Fix gemfile Sam screwed up.
1 parent cb3f471 commit 547a940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile-rails-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version_file = File.expand_path("../.rails-version", __FILE__)
22
case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp)
33
when /master/
4-
gem "rails", :path => "/Users/sam/dev/rails"
4+
gem "rails", :git => "git://github.com/rails/rails.git"
55
gem "arel", :git => "git://github.com/rails/arel.git"
66
gem "journey", :git => "git://github.com/rails/journey.git"
77
gem "activerecord-deprecated_finders", :git => "git://github.com/rails/activerecord-deprecated_finders.git"

0 commit comments

Comments
 (0)