Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed Oct 16, 2014
1 parent b888c9d commit 1050f31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions varnisher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Gem::Specification.new do |s|
s.executables = ['varnisher']
s.require_path = 'lib'

s.add_runtime_dependency 'main', '~> 5.2.0'
s.add_runtime_dependency 'nokogiri', '~> 1.6.0'
s.add_runtime_dependency 'parallel', '~> 0.8.1'
s.add_runtime_dependency 'main', '~> 6.0'
s.add_runtime_dependency 'nokogiri', '~> 1.6'
s.add_runtime_dependency 'parallel', '~> 1.3'

s.add_development_dependency 'rake', '~> 10.1.0'
s.add_development_dependency 'minitest', '~> 5.0.6'
Expand Down

0 comments on commit 1050f31

Please sign in to comment.