Skip to content
Snippets Groups Projects
Unverified Commit 15097fd6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Less strict dependencies

parent 5be98071
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,8 +14,8 @@ Gem::Specification.new do |s|
s.files = `git ls-files lib/`.split("\n") << 'VERSION'
s.test_files = s.files.select { |path| path =~ /^test\/test_.*\.rb/ }
 
s.add_dependency("charlock_holmes", "~> 0.6.9")
s.add_dependency('posix-spawn', "~> 0.3.6")
s.add_dependency("charlock_holmes", "~> 0.6")
s.add_dependency('posix-spawn', "~> 0.3")
s.add_dependency('mime-types', "~> 1.15")
s.add_dependency('diff-lcs', "~> 1.1")
s.add_development_dependency('mocha')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment