Skip to content

Commit 2bfa477

Browse files
author
David Heinemeier Hansson
committed
Fix deprecated :vendored_at option
1 parent b9d4ceb commit 2bfa477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
gem "rake", ">= 0.8.7"
22
gem "mocha", ">= 0.9.8"
33

4-
gem "rails", "3.0.pre", :vendored_at => "railties"
4+
gem "rails", "3.0.pre", :path => "railties"
55
%w(activesupport activemodel actionpack actionmailer activerecord activeresource).each do |lib|
6-
gem lib, '3.0.pre', :vendored_at => lib
6+
gem lib, '3.0.pre', :path => lib
77
end
88

99
# AR

0 commit comments

Comments
 (0)