Skip to content

Commit

Permalink
fix bundle hang
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Aug 12, 2012
1 parent 879371d commit 33d50ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Appraisals
Expand Up @@ -8,4 +8,5 @@ end

appraise 'rails-3-0' do
gem 'rails', '~> 3.0.0'
gem 'rack-test', '~> 0.5.7'
end
1 change: 1 addition & 0 deletions gemfiles/rails-3-0.gemfile
Expand Up @@ -3,5 +3,6 @@
source "http://rubygems.org"

gem "rails", "~> 3.0.0"
gem "rack-test", "~> 0.5.7"

gemspec :path=>"../"
4 changes: 2 additions & 2 deletions test/app/Gemfile
Expand Up @@ -2,5 +2,5 @@ source 'http://rubygems.org'

gem 'rails', ENV['RAILS_VERSION'] || '~> 3.2.1'
gem 'focused_controller', :path => '../..'
gem 'rspec', '~> 2.8'
gem 'rspec-rails', '~> 2.8'
gem 'rspec'
gem 'rspec-rails'

0 comments on commit 33d50ae

Please sign in to comment.