Upgrade gem dependencies
* Loosen requirement for ice_nine
This commit is contained in:
parent
523807b9cb
commit
816ff94f45
2 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ group :guard do
|
|||
gem 'guard-mutant', '~> 0.0.1'
|
||||
|
||||
# file system change event handling
|
||||
gem 'listen', '~> 1.2.2'
|
||||
gem 'listen', '~> 1.3.0'
|
||||
gem 'rb-fchange', '~> 0.0.6', require: false
|
||||
gem 'rb-fsevent', '~> 0.9.3', require: false
|
||||
gem 'rb-inotify', '~> 0.9.0', require: false
|
||||
|
@ -33,10 +33,10 @@ group :metrics do
|
|||
gem 'coveralls', '~> 0.6.7'
|
||||
gem 'flay', '~> 2.4.0'
|
||||
gem 'flog', '~> 4.1.1'
|
||||
gem 'reek', '~> 1.3.1', git: 'https://github.com/troessner/reek.git'
|
||||
gem 'rubocop', '~> 0.10.0', git: 'https://github.com/bbatsov/rubocop.git'
|
||||
gem 'reek', '~> 1.3.2'
|
||||
gem 'rubocop', '~> 0.11.0'
|
||||
gem 'simplecov', '~> 0.7.1'
|
||||
gem 'yardstick', '~> 0.9.6', git: 'https://github.com/dkubb/yardstick.git'
|
||||
gem 'yardstick', '~> 0.9.7', git: 'https://github.com/dkubb/yardstick.git'
|
||||
|
||||
platforms :ruby_19, :ruby_20 do
|
||||
gem 'yard-spellcheck', '~> 0.1.5'
|
||||
|
|
|
@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
|
|||
|
||||
gem.add_runtime_dependency('parser', '~> 2.0.0.pre6')
|
||||
gem.add_runtime_dependency('unparser', '~> 0.0.14')
|
||||
gem.add_runtime_dependency('ice_nine', '~> 0.8.0')
|
||||
gem.add_runtime_dependency('ice_nine', '~> 0.8')
|
||||
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
|
||||
gem.add_runtime_dependency('adamantium', '~> 0.0.10')
|
||||
gem.add_runtime_dependency('equalizer', '~> 0.0.5')
|
||||
|
|
Loading…
Add table
Reference in a new issue