Skip to content

Commit

Permalink
Use Faraday 1 and faraday_middleware 1.x
Browse files Browse the repository at this point in the history
This takes us a little bit into the present.
  • Loading branch information
olleolleolle committed Aug 29, 2023
1 parent 959a345 commit ca2c8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemstash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ you push your own private gems as well."

spec.add_runtime_dependency "activesupport", ">= 4.2", "< 8"
spec.add_runtime_dependency "dalli", ">= 3.2.3", "< 4"
spec.add_runtime_dependency "faraday", "~> 0.9"
spec.add_runtime_dependency "faraday_middleware", "~> 0.10"
spec.add_runtime_dependency "faraday", "~> 1.0"
spec.add_runtime_dependency "faraday_middleware", "~> 1.0"
spec.add_runtime_dependency "lru_redux", "~> 1.1"
spec.add_runtime_dependency "psych", ">= 3.2.1"
spec.add_runtime_dependency "puma", "~> 6.1"
Expand Down

0 comments on commit ca2c8a2

Please sign in to comment.