maglove.gemspec in maglove-1.0.3 vs maglove.gemspec in maglove-1.0.4
- old
+ new
@@ -32,10 +32,10 @@
s.add_runtime_dependency "image_optim", "~> 0.21"
s.add_runtime_dependency "image_optim_pack", "~> 0.2"
s.add_runtime_dependency "puma", "~> 3.6"
s.add_runtime_dependency "filewatcher", "~> 0.5"
s.add_runtime_dependency "faye", "~> 1.2"
- s.add_runtime_dependency "faraday", "~> 0.9"
+ s.add_runtime_dependency "typhoeus", "~> 1.1"
s.add_development_dependency "rubocop", "~> 0.32"
s.files = `git ls-files`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_path = 'lib'
end