Skip to content

Commit 615b839

Browse files
committed
Add httpx to bundle
1 parent eb8b96f commit 615b839

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ gem "meta-tags", group: [:default, :wasm] # Search Engine Optimization (SEO) for
4242
gem "bootsnap", require: false # Reduces boot times through caching; required in config/boot.rb [https://github.com/Shopify/bootsnap]
4343

4444
# Clients
45+
gem "httpx" # An HTTP client library for Ruby [https://gitlab.com/os85/httpx]
4546
gem "honeybadger" # Error monitoring and uptime reporting [https://www.honeybadger.io]
4647
gem "litestream" # Standalone streaming replication for SQLite [https://litestream.io]
4748
gem "web-push" # Web Push library for Ruby [https://github.com/pushpad/web-push]

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ GEM
224224
activesupport (>= 6.1)
225225
hashdiff (1.1.0)
226226
honeybadger (5.15.0)
227+
http-2 (1.0.0)
228+
httpx (1.3.0)
229+
http-2 (>= 1.0.0)
227230
i18n (1.14.5)
228231
concurrent-ruby (~> 1.0)
229232
importmap-rails (2.0.1)
@@ -559,6 +562,7 @@ DEPENDENCIES
559562
flipper-ui
560563
fog-aws
561564
honeybadger
565+
httpx
562566
inline_svg
563567
invisible_captcha
564568
js

0 commit comments

Comments
 (0)