Skip to content

Commit

Permalink
Loosen Faraday version constraint to allow versions < 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginja committed Jul 11, 2023
1 parent 5b980d5 commit 762b878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
oktakit (0.3.3)
faraday (>= 0.17.3, < 2)
faraday (>= 0.17.3, < 3)
sawyer (>= 0.8.1, < 0.10)

GEM
Expand Down
2 changes: 1 addition & 1 deletion oktakit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.6'

spec.add_dependency('sawyer', '>= 0.8.1', '< 0.10')
spec.add_dependency('faraday', '>= 0.17.3', '< 2')
spec.add_dependency('faraday', '>= 0.17.3', '< 3')
spec.add_development_dependency('bundler')
end

0 comments on commit 762b878

Please sign in to comment.