Skip to content

Commit

Permalink
Merge pull request Shopify#61 from Shopify/rporrasluc/relax-sawyer-de…
Browse files Browse the repository at this point in the history
…pendency

Loosen sawyer dependency to allow 0.9.1
  • Loading branch information
rporrasluc authored Jul 20, 2022
2 parents ba470d1 + 2bf71a6 commit 2d22b8e
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.2)
sawyer (~> 0.8.1)
sawyer (>= 0.8.1, < 0.10)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion oktakit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.6'

spec.add_dependency('sawyer', '~> 0.8.1')
spec.add_dependency('sawyer', '>= 0.8.1', '< 0.10')
spec.add_development_dependency('bundler')
end

0 comments on commit 2d22b8e

Please sign in to comment.