Skip to content

Commit

Permalink
Get rid of message about faraday retry
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 1, 2022
1 parent ca63e41 commit 4be1a3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ gem "devise"
# We're currently using that in morph
# TODO: Remove use of Docker::API_VERSION so we can upgrade this gem further
gem "docker-api", "< 2.0.0", require: "docker"

gem "faraday"
gem "faraday-retry"

gem "font-awesome-rails"
# Use same version deployed to server because provisioning/roles/morph-app/tasks/main.yml:80
gem "foreman", "0.63.0"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ GEM
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.1.0)
faraday-retry (1.0.3)
faye (1.4.0)
cookiejar (>= 0.3.0)
em-http-request (>= 1.1.6)
Expand Down Expand Up @@ -625,6 +626,7 @@ DEPENDENCIES
dotenv-rails
factory_bot_rails
faraday
faraday-retry
faye
font-awesome-rails
foreman (= 0.63.0)
Expand Down

0 comments on commit 4be1a3a

Please sign in to comment.