Skip to content

Commit ad6911d

Browse files
Bump puma from 6.6.1 to 7.1.0
Bumps [puma](https://github.com/puma/puma) from 6.6.1 to 7.1.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v6.6.1...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a26236 commit ad6911d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem "omniauth", "~> 2.1"
3131
gem "omniauth-rails_csrf_protection", "~> 1.0"
3232
gem "openid_connect", "~> 2.3"
3333
gem "pg", "~> 1.6"
34-
gem "puma", "~> 6.6"
34+
gem "puma", "~> 7.1"
3535
gem "puma-plugin-statsd", "~> 2.6"
3636
gem "rack", "~> 3.2"
3737
gem "rackup", "~> 2.2"

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ GEM
493493
timeout
494494
net-smtp (0.5.1)
495495
net-protocol
496-
nio4r (2.7.4)
496+
nio4r (2.7.5)
497497
nokogiri (1.18.10)
498498
mini_portile2 (~> 2.8.2)
499499
racc (~> 1.4)
@@ -609,10 +609,10 @@ GEM
609609
date
610610
stringio
611611
public_suffix (6.0.2)
612-
puma (6.6.1)
612+
puma (7.1.0)
613613
nio4r (~> 2.0)
614-
puma-plugin-statsd (2.6.0)
615-
puma (>= 5.0, < 7)
614+
puma-plugin-statsd (2.7.0)
615+
puma (>= 5.0, < 8)
616616
pundit (2.5.2)
617617
activesupport (>= 3.0.0)
618618
pwned (2.4.1)
@@ -989,7 +989,7 @@ DEPENDENCIES
989989
propshaft (~> 1.3.1)
990990
prosopite (~> 2.1)
991991
pry-byebug (~> 3.11)
992-
puma (~> 6.6)
992+
puma (~> 7.1)
993993
puma-plugin-statsd (~> 2.6)
994994
pundit (~> 2.5)
995995
rack (~> 3.2)
@@ -1218,7 +1218,7 @@ CHECKSUMS
12181218
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
12191219
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
12201220
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
1221-
nio4r (2.7.4) sha256=d95dee68e0bb251b8ff90ac3423a511e3b784124e5db7ff5f4813a220ae73ca9
1221+
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
12221222
nokogiri (1.18.10) sha256=d5cc0731008aa3b3a87b361203ea3d19b2069628cb55e46ac7d84a0445e69cc1
12231223
nokogiri (1.18.10-aarch64-linux-gnu) sha256=7fb87235d729c74a2be635376d82b1d459230cc17c50300f8e4fcaabc6195344
12241224
nokogiri (1.18.10-arm-linux-gnu) sha256=51f4f25ab5d5ba1012d6b16aad96b840a10b067b93f35af6a55a2c104a7ee322
@@ -1267,8 +1267,8 @@ CHECKSUMS
12671267
pry-byebug (3.11.0) sha256=0b0abb7d309bc7f00044d512a3c8567274f7012b944b38becc8440439a1cea72
12681268
psych (5.2.6) sha256=814328aa5dcb6d604d32126a20bc1cbcf05521a5b49dbb1a8b30a07e580f316e
12691269
public_suffix (6.0.2) sha256=bfa7cd5108066f8c9602e0d6d4114999a5df5839a63149d3e8b0f9c1d3558394
1270-
puma (6.6.1) sha256=b9b56e4a4ea75d1bfa6d9e1972ee2c9f43d0883f011826d914e8e37b3694ea1e
1271-
puma-plugin-statsd (2.6.0) sha256=c13ffe6a2fa2d3c245af673316e6d2556f5d0c151455d1934dffc96ce814ea03
1270+
puma (7.1.0) sha256=e45c10cb124f224d448c98db653a75499794edbecadc440ad616cf50f2fd49dd
1271+
puma-plugin-statsd (2.7.0) sha256=04f243a7233f4d06ec0e26f1a3522bce18a5910ae711763fabff22681bdad08b
12721272
pundit (2.5.2) sha256=e374152baa24f90b630428293faf4b4c5468fc3cc010165f7d8fcb44ce108bbd
12731273
pwned (2.4.1) sha256=e375b45e1cd78aded2c923737f75e09e64bc66582142c144bd85f4ce1fa0955d
12741274
raabro (1.4.0) sha256=d4fa9ff5172391edb92b242eed8be802d1934b1464061ae5e70d80962c5da882

0 commit comments

Comments
 (0)