Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 7cd0aa1

Browse files
Bump puma from 5.1.1 to 5.2.0 (#54)
Bumps [puma](https://github.com/puma/puma) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.1.1...v5.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 058a12e commit 7cd0aa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) do |repo_name|
66
end
77

88
gem 'rails', '6.1.1'
9-
gem 'puma', '~> 5.1'
9+
gem 'puma', '~> 5.2'
1010
gem 'sass-rails', '~> 6.0'
1111
gem 'uglifier', '>= 1.3.0'
1212
gem 'coffee-rails', '~> 5.0'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ GEM
152152
mini_portile2 (~> 2.5.0)
153153
racc (~> 1.4)
154154
public_suffix (4.0.6)
155-
puma (5.1.1)
155+
puma (5.2.0)
156156
nio4r (~> 2.0)
157157
racc (1.5.2)
158158
rack (2.2.3)
@@ -266,7 +266,7 @@ DEPENDENCIES
266266
listen (>= 3.0.5, < 3.5)
267267
mysql2
268268
nokogiri (>= 1.8.2)
269-
puma (~> 5.1)
269+
puma (~> 5.2)
270270
rails (= 6.1.1)
271271
sass-rails (~> 6.0)
272272
selenium-webdriver

0 commit comments

Comments
 (0)