diff --git a/Gemfile b/Gemfile index 2972b772d..af6b8ea4d 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 270592113..3e43f7729 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -844,6 +846,7 @@ DEPENDENCIES rack-attack rack-cors rack-mini-profiler + rack-proxy rails (~> 7.1.0) rails-controller-testing rails_autolink