Skip to content

Commit

Permalink
Gemfile can still depend on rails for development
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Nov 30, 2010
1 parent 4b79a87 commit 6eb2b25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
source "http://rubygems.org"

gem "rails", :path => File.expand_path("../vendor/rails", __FILE__)
gem "rack", :git => "git://github.com/rack/rack.git"

%w[activesupport actionpack railties activemodel].each do |lib|
gem lib, :path => File.expand_path("../vendor/rails/#{lib}", __FILE__)
end

%w[rspec-rails rspec rspec-core rspec-expectations rspec-mocks].each do |lib|
gem lib, :path => File.expand_path("../../#{lib}", __FILE__)
end
Expand Down

0 comments on commit 6eb2b25

Please sign in to comment.