Skip to content

Commit

Permalink
Use latest version of RSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 15, 2012
1 parent d70ffa2 commit 255567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appscrolls.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "json", "1.6.5"
s.add_dependency "activesupport", "~> 3.0"
s.add_dependency "thor"
s.add_development_dependency "rspec", "~> 2.5.0"
s.add_development_dependency "rspec"
s.add_development_dependency "guard-rspec"
s.add_development_dependency "cucumber"
s.add_development_dependency "guard-cucumber"
Expand Down

0 comments on commit 255567a

Please sign in to comment.