Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Commit

Permalink
raise rspec dependency to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stve committed May 30, 2011
1 parent a365103 commit 00aa92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itunes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_development_dependency('bundler', '~> 1.0')
s.add_development_dependency('rake', '~> 0.8')
s.add_development_dependency('rspec', '~> 2.5.0')
s.add_development_dependency('rspec', '~> 2.6.0')
s.add_development_dependency('yard', '~> 0.6')
s.add_development_dependency('maruku', '~> 0.6')
s.add_development_dependency('simplecov', '~> 0.4.2')
Expand Down

0 comments on commit 00aa92e

Please sign in to comment.