Skip to content

Commit 4504b21

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 25640a0 commit 4504b21

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,10 @@ GEM
620620
date
621621
stringio
622622
public_suffix (6.0.2)
623-
puma (6.6.1)
623+
puma (7.1.0)
624624
nio4r (~> 2.0)
625-
puma-plugin-statsd (2.6.0)
626-
puma (>= 5.0, < 7)
625+
puma-plugin-statsd (2.7.0)
626+
puma (>= 5.0, < 8)
627627
pundit (2.5.2)
628628
activesupport (>= 3.0.0)
629629
pwned (2.4.1)
@@ -994,7 +994,7 @@ DEPENDENCIES
994994
propshaft (~> 1.3.1)
995995
prosopite (~> 2.1)
996996
pry-byebug (~> 3.11)
997-
puma (~> 6.6)
997+
puma (~> 7.1)
998998
puma-plugin-statsd (~> 2.6)
999999
pundit (~> 2.5)
10001000
rack (~> 3.2)
@@ -1272,8 +1272,8 @@ CHECKSUMS
12721272
pry-byebug (3.11.0) sha256=0b0abb7d309bc7f00044d512a3c8567274f7012b944b38becc8440439a1cea72
12731273
psych (5.2.6) sha256=814328aa5dcb6d604d32126a20bc1cbcf05521a5b49dbb1a8b30a07e580f316e
12741274
public_suffix (6.0.2) sha256=bfa7cd5108066f8c9602e0d6d4114999a5df5839a63149d3e8b0f9c1d3558394
1275-
puma (6.6.1) sha256=b9b56e4a4ea75d1bfa6d9e1972ee2c9f43d0883f011826d914e8e37b3694ea1e
1276-
puma-plugin-statsd (2.6.0) sha256=c13ffe6a2fa2d3c245af673316e6d2556f5d0c151455d1934dffc96ce814ea03
1275+
puma (7.1.0) sha256=e45c10cb124f224d448c98db653a75499794edbecadc440ad616cf50f2fd49dd
1276+
puma-plugin-statsd (2.7.0) sha256=04f243a7233f4d06ec0e26f1a3522bce18a5910ae711763fabff22681bdad08b
12771277
pundit (2.5.2) sha256=e374152baa24f90b630428293faf4b4c5468fc3cc010165f7d8fcb44ce108bbd
12781278
pwned (2.4.1) sha256=e375b45e1cd78aded2c923737f75e09e64bc66582142c144bd85f4ce1fa0955d
12791279
raabro (1.4.0) sha256=d4fa9ff5172391edb92b242eed8be802d1934b1464061ae5e70d80962c5da882

0 commit comments

Comments
 (0)