Skip to content

Commit

Permalink
Point cucumber dev dependency to my fork which depends on builder.
Browse files Browse the repository at this point in the history
- filed pull request with cucumber project - can revert this if/when
  that is merged/released.
  • Loading branch information
dchelimsky committed Nov 30, 2010
1 parent 1a881dd commit 4b79a87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Gemfile
@@ -1,13 +1,16 @@
source "http://rubygems.org"

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

%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

gem "cucumber", "0.9.4"
gem "cucumber", :git => "git://github.com/dchelimsky/cucumber", :branch => "update-gemspec"
gem "aruba", "0.2.2"
gem 'webrat', "0.7.2"
gem 'sqlite3-ruby', :require => 'sqlite3'
Expand Down

0 comments on commit 4b79a87

Please sign in to comment.