Skip to content

Commit

Permalink
Use a version of bundler compatible with Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Mar 20, 2012
1 parent 1956736 commit 963a293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shoulda-matchers.gemspec
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |s|
s.add_development_dependency('aruba')
s.add_development_dependency('appraisal', '~> 0.4.0')
s.add_development_dependency('rake', '~> 0.9.2')
s.add_development_dependency('bundler', '~> 1.1.1')
s.add_development_dependency('bundler', '~> 1.1.0')
s.add_development_dependency('rails', '~> 3.0')
end

0 comments on commit 963a293

Please sign in to comment.