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

Commit 4d4fa23

Browse files
authored
Merge pull request #735 from Data-Liberation-Front/dependabot/bundler/puma-6.1.1
Bump puma from 6.0.2 to 6.1.1
2 parents dc2f303 + d9e7a80 commit 4d4fa23

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)