Skip to content

Commit

Permalink
Explicitly add faraday as top-level dependency.
Browse files Browse the repository at this point in the history
Shouldn't need to cos it's a transitive dep through octokit, which is
the only only dep of ours that uses it. See if it makes the bizarre
errors from `rails assets:precompile` go away. (Gotta love Rails magic
runtime dependency BS.)
  • Loading branch information
sengi committed Jun 24, 2024
1 parent 0429272 commit d3be11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "artemis"
gem "bootsnap", require: false
gem "chartkick"
gem "dartsass-rails"
gem "faraday"
gem "faraday-multipart"
gem "faraday-retry"
gem "friendly_id"
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ DEPENDENCIES
dartsass-rails
database_cleaner
factory_bot_rails
faraday
faraday-multipart
faraday-retry
friendly_id
Expand Down

0 comments on commit d3be11f

Please sign in to comment.