Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Update addressable gem dependency to specify minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Jul 9, 2013
1 parent ea29b6f commit de94b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- spec/*`.split($/)
gem.extra_rdoc_files = %w[LICENSE README.rdoc]

gem.add_dependency('addressable', '~> 2.3')
gem.add_dependency('addressable', '~> 2.3', '>= 2.3.5')

gem.add_development_dependency('rake', '~> 10.0.3')
gem.add_development_dependency('rspec', '~> 1.3.2')
Expand Down

0 comments on commit de94b19

Please sign in to comment.