Skip to content

Commit

Permalink
Remove backports dependency
Browse files Browse the repository at this point in the history
* Nothing within the library depends on it anymore, so remove this
  for now. Things may change if 1.9 or 2.0 specific methods are
  used in the future.
  • Loading branch information
dkubb committed Feb 27, 2013
1 parent 8d95581 commit 5666caf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adamantium.gemspec
Expand Up @@ -16,8 +16,7 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- spec/{unit,integration}`.split($/)
gem.extra_rdoc_files = %w[LICENSE README.md TODO]

gem.add_runtime_dependency('backports', [ '~> 3.0', '>= 3.0.3' ])
gem.add_runtime_dependency('ice_nine', '~> 0.7.0')
gem.add_runtime_dependency('ice_nine', '~> 0.7.0')

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

0 comments on commit 5666caf

Please sign in to comment.