Update to long living backports dependency

This commit is contained in:
Markus Schirp 2013-03-01 16:51:50 +01:00
parent aefb32e6d9
commit b7bd85ea8b

View file

@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.extra_rdoc_files = %w[TODO LICENSE]
gem.executables = [ 'mutant' ]
gem.add_runtime_dependency('backports', '~> 2.8.2')
gem.add_runtime_dependency('backports', [ '~> 3.0', '>= 3.0.3' ])
gem.add_runtime_dependency('to_source', '~> 0.2.14')
gem.add_runtime_dependency('ice_nine', '~> 0.7.0')
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')