From a680135a36f253fb5855a62cdb6e0a869bd95d82 Mon Sep 17 00:00:00 2001 From: Shoaib Burq Date: Sat, 16 May 2020 12:27:39 +0200 Subject: [PATCH] use twiddle-wakka for faraday 1.0.0 --- fcm.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fcm.gemspec b/fcm.gemspec index 2427c93..19e5d8a 100644 --- a/fcm.gemspec +++ b/fcm.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fcm" - s.version = "1.0.0" + s.version = "1.0.1" s.platform = Gem::Platform::RUBY s.authors = ["Kashif Rasul", "Shoaib Burq"] s.email = ["kashif@spacialdb.com", "shoaib@spacialdb.com"] @@ -19,5 +19,5 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_runtime_dependency('faraday','1.0.0') + s.add_runtime_dependency('faraday', '~> 1.0.0') end