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

Commit 72ef9d2

Browse files
build(deps): bump puma from 5.4.0 to 5.5.1 (#93)
Bumps [puma](https://github.com/puma/puma) from 5.4.0 to 5.5.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.4.0...v5.5.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 054109a commit 72ef9d2

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.4.1'
9-
gem 'puma', '~> 5.4'
9+
gem 'puma', '~> 5.5'
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
@@ -150,7 +150,7 @@ GEM
150150
mini_portile2 (~> 2.6.1)
151151
racc (~> 1.4)
152152
public_suffix (4.0.6)
153-
puma (5.4.0)
153+
puma (5.5.1)
154154
nio4r (~> 2.0)
155155
racc (1.5.2)
156156
rack (2.2.3)
@@ -264,7 +264,7 @@ DEPENDENCIES
264264
listen (>= 3.0.5, < 3.8)
265265
mysql2
266266
nokogiri (>= 1.8.2)
267-
puma (~> 5.4)
267+
puma (~> 5.5)
268268
rails (= 6.1.4.1)
269269
sass-rails (~> 6.0)
270270
selenium-webdriver

0 commit comments

Comments
 (0)