Skip to content

Commit 377aa88

Browse files
authored
Revert "chore(deps): Bump puma from 7.1.0 to 7.2.0 in /sites/site-with-errors in the bundler-minor-and-patch group" (#128)
Reverts #104 `sites-with-errors` seems to be failing on CI for new pull requests now, and the Actions logs report a Puma connection error. I didn't see anything breaking in this minor version bump's logs, but I'm curious if reverting this will fix CI (and we shouldn't be cutting any new releases with this problem remaining consistent across multiple open pull requests).
2 parents 5f69f92 + 5b27994 commit 377aa88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sites/site-with-errors/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3434

3535
# Web server
3636
gem "rack", "~> 3.2"
37-
gem "puma", "~> 7.2"
37+
gem "puma", "~> 7.1"

sites/site-with-errors/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ GEM
9595
jekyll (>= 3.5, < 5.0)
9696
jekyll-feed (~> 0.9)
9797
jekyll-seo-tag (~> 2.1)
98-
nio4r (2.7.5)
98+
nio4r (2.7.4)
9999
pathutil (0.16.2)
100100
forwardable-extended (~> 2.6)
101101
public_suffix (6.0.2)
102-
puma (7.2.0)
102+
puma (7.1.0)
103103
nio4r (~> 2.0)
104104
rack (3.2.4)
105105
rake (13.3.0)
@@ -171,7 +171,7 @@ DEPENDENCIES
171171
jekyll (~> 4.4.1)
172172
jekyll-feed (~> 0.12)
173173
minima (~> 2.5)
174-
puma (~> 7.2)
174+
puma (~> 7.1)
175175
rack (~> 3.2)
176176
tzinfo (>= 1, < 3)
177177
tzinfo-data

0 commit comments

Comments
 (0)