Skip to content

Commit

Permalink
Add rack-proxy gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Nov 6, 2024
1 parent 1fb240e commit 503adee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ gem "split", require: "split/dashboard"
# For some reason this now needs to be available in development (as well as test) for the mailer previews to work
gem "rspec-rails"

# For proxying requests to plausible.io analytics
gem "rack-proxy"

group :test do
gem "capybara"
gem "email_spec"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ GEM
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -844,6 +846,7 @@ DEPENDENCIES
rack-attack
rack-cors
rack-mini-profiler
rack-proxy
rails (~> 7.1.0)
rails-controller-testing
rails_autolink
Expand Down

0 comments on commit 503adee

Please sign in to comment.