Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ gem 'sentry-ruby'
gem 'uglifier'

group :production do
gem 'connection_pool', '< 3' # 3.x requires keyword args; pin to 2.x for Rails 7.2.3
gem 'pg'
end

Expand All @@ -46,11 +47,11 @@ end
group :test do
gem 'capybara'
gem 'climate_control'
gem 'minitest', '< 6' # required for Rails 7.2.3
gem 'selenium-webdriver'
gem 'simplecov', require: false
gem 'simplecov-lcov', require: false
gem 'timecop'
gem 'vcr'
gem 'webmock'
gem 'minitest', '< 6'
end
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
climate_control (1.2.0)
colorator (1.1.0)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
connection_pool (2.5.5)
crack (1.0.1)
bigdecimal
rexml
Expand Down Expand Up @@ -455,6 +455,7 @@ DEPENDENCIES
byebug
capybara
climate_control
connection_pool (< 3)
devise
dotenv-rails
faraday_middleware-aws-sigv4
Expand Down