Skip to content

Commit

Permalink
Merge pull request #89 from safeforge/master
Browse files Browse the repository at this point in the history
Relax faraday dependency
  • Loading branch information
sabman authored May 20, 2021
2 parents d27f6a8 + 7025fa7 commit c1bcbfc
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 c1bcbfc

Please sign in to comment.