Skip to content

Commit

Permalink
relax faraday runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
safeforge committed May 20, 2021
1 parent d27f6a8 commit 7025fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.3')
s.add_runtime_dependency('faraday', '~> 1')
end

0 comments on commit 7025fa7

Please sign in to comment.