Skip to content

Commit

Permalink
Gemspec: Dependency version bounding
Browse files Browse the repository at this point in the history
  • Loading branch information
johanns committed Dec 4, 2020
1 parent 3d3f63a commit 88e766f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sha3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.extensions = ['ext/sha3/extconf.rb']

gem.add_development_dependency 'rake-compiler'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'rubygems-tasks'
gem.add_development_dependency 'yard'
gem.add_development_dependency 'rake-compiler', '~> 1.1'
gem.add_development_dependency 'rspec', '~> 3.3'
gem.add_development_dependency 'rubygems-tasks', '~> 0.2'
gem.add_development_dependency 'yard', '~> 0.9'
end

0 comments on commit 88e766f

Please sign in to comment.