Skip to content

Commit

Permalink
Update to rspec > 2
Browse files Browse the repository at this point in the history
  • Loading branch information
samoli committed Jul 3, 2013
1 parent 01a720d commit 31d6bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared_workforce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "rest-client"
s.add_dependency "json"
s.add_dependency "activesupport"
s.add_development_dependency "rspec", ">= 1.2.9"
s.add_development_dependency "rspec", "> 1.3.2"
s.add_development_dependency "webmock"

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 31d6bbb

Please sign in to comment.