Skip to content

Commit

Permalink
Merge pull request #1827 from tactilenews/bump_puma_to_6.31
Browse files Browse the repository at this point in the history
Bump puma to v6.3.1 to fix critical security alert
  • Loading branch information
mattwr18 authored Apr 3, 2024
2 parents 644578d + 2be2278 commit 682b9b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'rails', '~> 6.1.6.1'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 5.6'
gem 'puma', '~> 6.3.1'
# Use Active Storage variant
gem 'image_processing', '~> 1.12'
# Reduces boot times through caching; required in config/boot.rb
Expand All @@ -37,7 +37,7 @@ end

group :test do
# Adds support for Capybara system testing
gem 'capybara', '>= 2.15'
gem 'capybara', '>= 3.38.0'
gem 'cuprite'
gem 'db-query-matchers'
gem 'faker'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ GEM
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
capybara (3.37.1)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
Expand Down Expand Up @@ -274,7 +274,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.0)
puma (5.6.5)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.4)
Expand Down Expand Up @@ -444,7 +444,7 @@ DEPENDENCIES
browser
bullet
byebug
capybara (>= 2.15)
capybara (>= 3.38.0)
clearance
counter_culture (~> 3.3)
cuprite
Expand All @@ -465,7 +465,7 @@ DEPENDENCIES
phony_rails
postmark-rails
pry-rails
puma (~> 5.6)
puma (~> 6.3.1)
rack-attack (~> 6.6)
rails (~> 6.1.6.1)
rails-settings-cached (~> 2.8)
Expand All @@ -491,4 +491,4 @@ RUBY VERSION
ruby 3.0.0p0

BUNDLED WITH
2.3.11
2.5.7

0 comments on commit 682b9b8

Please sign in to comment.