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

Commit

Permalink
Remove development dependencies from the runtime dependency list
Browse files Browse the repository at this point in the history
* Update addressable to reference the latest stable version
  • Loading branch information
dkubb committed Jan 10, 2013
1 parent 6ac66bd commit 2a94b4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dm-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- {spec}/*`.split("\n")
gem.extra_rdoc_files = %w[LICENSE README.rdoc]

gem.add_dependency(%q<addressable>, ["~> 2.3"])
gem.add_dependency(%q<rake>, ["~> 0.9.2"])
gem.add_dependency(%q<rspec>, ["~> 1.3.2"])
gem.add_dependency('addressable', '~> 2.3.2')

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

0 comments on commit 2a94b4a

Please sign in to comment.