Skip to content

Commit

Permalink
deps up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 16, 2014
1 parent 8a176d6 commit b918a6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pdd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(/^(test|spec|features)\//)
s.rdoc_options = ['--charset=UTF-8']
s.extra_rdoc_files = ['README.md', 'LICENSE.txt']
s.add_runtime_dependency 'nokogiri', '1.6'
s.add_runtime_dependency 'ruby-filemagic', '0.6'
s.add_runtime_dependency 'slop', '3.6'
s.add_runtime_dependency 'rake', '10.1'
s.add_runtime_dependency 'nokogiri', '1.6.4.1'
s.add_runtime_dependency 'ruby-filemagic', '0.6.1'
s.add_runtime_dependency 'slop', '3.6.0'
s.add_runtime_dependency 'rake', '10.3.2'
s.add_development_dependency 'coveralls', '0.7'
s.add_development_dependency 'rdoc', '3.11'
s.add_development_dependency 'cucumber', '1.3.11'
Expand Down

0 comments on commit b918a6b

Please sign in to comment.