Skip to content

Commit

Permalink
Merge pull request #16 from prikha/weaken-faraday-dependency
Browse files Browse the repository at this point in the history
Weaken Faraday dependency
  • Loading branch information
prikha authored Nov 9, 2021
2 parents 94964c0 + 5429ef9 commit b199fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ['lib']

spec.add_dependency 'faraday', '<2.0.0', '~> 1.7.0'
spec.add_dependency 'faraday', '<2.0.0', '> 1.0.0'
spec.add_dependency 'faraday_middleware', '<2.0.0', '~> 1.0'
spec.add_dependency 'jwt', '~> 2.2.1'
end
2 changes: 1 addition & 1 deletion lib/cent/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Cent
VERSION = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit b199fb0

Please sign in to comment.