Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix rspec dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Sep 12, 2014
1 parent e6d627a commit 017e2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency('httparty', '~> 0.10.0')
s.add_development_dependency('rspec', '~> 2.10')
s.add_development_dependency('rspec', '~> 3.1.0')
s.add_development_dependency('rake')
s.add_development_dependency('coveralls')
end

0 comments on commit 017e2be

Please sign in to comment.