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

Commit d9e7a80

Browse files
Bump puma from 6.0.2 to 6.1.1
Bumps [puma](https://github.com/puma/puma) from 6.0.2 to 6.1.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.0.2...v6.1.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc2f303 commit d9e7a80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gem 'foreman', '~> 0.87'
3333
group :production do
3434
gem 'thin', '~> 1.8'
3535
gem 'rails_12factor', '~> 0.0'
36-
gem 'puma', '~> 6.0'
36+
gem 'puma', '~> 6.1'
3737
end
3838

3939
group :development, :test do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ GEM
522522
psych (5.1.0)
523523
stringio
524524
public_suffix (5.0.1)
525-
puma (6.0.2)
525+
puma (6.1.1)
526526
nio4r (~> 2.0)
527527
pusher (2.0.3)
528528
httpclient (~> 2.8)
@@ -812,7 +812,7 @@ DEPENDENCIES
812812
nokogiri (~> 1.14)
813813
poltergeist (~> 1.6)
814814
pry (~> 0.14)
815-
puma (~> 6.0)
815+
puma (~> 6.1)
816816
pusher (~> 2.0)
817817
racc (= 1.6.2)
818818
rack-cors (~> 1.0)

0 commit comments

Comments
 (0)