Bump dependencies
This commit is contained in:
parent
c8ddda1275
commit
f7808e9527
2 changed files with 4 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -2,5 +2,7 @@ source 'https://rubygems.org'
|
|||
|
||||
gemspec
|
||||
|
||||
gem 'mutant', :path => '.'
|
||||
|
||||
gem 'devtools', :git => 'https://github.com/rom-rb/devtools.git'
|
||||
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))
|
||||
|
|
|
@ -18,9 +18,9 @@ Gem::Specification.new do |gem|
|
|||
|
||||
gem.add_runtime_dependency('parser', '~> 2.0.beta7')
|
||||
gem.add_runtime_dependency('unparser', '~> 0.0.4')
|
||||
gem.add_runtime_dependency('ice_nine', '~> 0.7.0')
|
||||
gem.add_runtime_dependency('ice_nine', '~> 0.8.0')
|
||||
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
|
||||
gem.add_runtime_dependency('adamantium', '~> 0.0.7')
|
||||
gem.add_runtime_dependency('adamantium', '~> 0.0.8')
|
||||
gem.add_runtime_dependency('equalizer', '~> 0.0.5')
|
||||
gem.add_runtime_dependency('inflecto', '~> 0.0.2')
|
||||
gem.add_runtime_dependency('anima', '~> 0.0.6')
|
||||
|
|
Loading…
Reference in a new issue