Skip to content

Commit

Permalink
update to rspec 2.11 for expec syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Oct 10, 2012
1 parent 5ceee39 commit 3fa809a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "bundler"

s.add_development_dependency "ronn"
s.add_development_dependency "rspec", "~> 2.0"
s.add_development_dependency "rspec", "~> 2.11"

# Man files are required because they are ignored by git
man_files = Dir.glob("lib/bundler/man/**/*")
Expand Down

0 comments on commit 3fa809a

Please sign in to comment.