Skip to content

Commit

Permalink
bounding dev dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Stephens committed Dec 23, 2014
1 parent b0e6096 commit 7b57816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paleta.gemspec
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |gem|
gem.version = Paleta::VERSION

gem.add_development_dependency "rspec", "~> 2.8"
gem.add_development_dependency "guard-rspec"
gem.add_development_dependency "pry-byebug"
gem.add_development_dependency "guard-rspec", "~> 1.2"
gem.add_development_dependency "pry-byebug", "~> 2.0"
end

0 comments on commit 7b57816

Please sign in to comment.