Skip to content

Commit a7fc4f4

Browse files
authored
Upgrade to Puma 6.2 (#293)
* Bump to Puma 6.2 * Bump capybara to solve Puma error in CI
1 parent 98c0507 commit a7fc4f4

3 files changed

Lines changed: 29 additions & 28 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem "bootstrap-sass", "3.4.1"
2929
# Use sqlite3 as the database for Active Record
3030
# gem 'sqlite3'
3131
# Use Puma as the app server
32-
gem "puma", "~> 4.3"
32+
gem "puma", "~> 6.2"
3333
# Use SCSS for stylesheets
3434
gem "sass-rails", "~> 5.0"
3535
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ GEM
7777
tzinfo (~> 2.0)
7878
acts_as_list (1.0.4)
7979
activerecord (>= 4.2)
80-
addressable (2.8.0)
81-
public_suffix (>= 2.0.2, < 5.0)
80+
addressable (2.8.1)
81+
public_suffix (>= 2.0.2, < 6.0)
8282
ast (2.4.2)
8383
autoprefixer-rails (10.4.2.0)
8484
execjs (~> 2)
@@ -91,7 +91,7 @@ GEM
9191
thor (~> 1.0)
9292
builder (3.2.4)
9393
byebug (11.1.3)
94-
capybara (3.36.0)
94+
capybara (3.38.0)
9595
addressable
9696
matrix
9797
mini_mime (>= 0.1.3)
@@ -176,7 +176,7 @@ GEM
176176
nokogiri (~> 1)
177177
rake
178178
mini_mime (1.1.2)
179-
mini_portile2 (2.8.0)
179+
mini_portile2 (2.8.1)
180180
minitest (5.17.0)
181181
multi_json (1.15.0)
182182
multi_xml (0.6.0)
@@ -198,7 +198,7 @@ GEM
198198
next_rails (1.0.5)
199199
colorize (>= 0.8.1)
200200
nio4r (2.5.8)
201-
nokogiri (1.13.9)
201+
nokogiri (1.14.2)
202202
mini_portile2 (~> 2.8.0)
203203
racc (~> 1.4)
204204
oauth2 (1.4.9)
@@ -225,19 +225,19 @@ GEM
225225
parser (3.1.2.0)
226226
ast (~> 2.4.1)
227227
pg (1.3.5)
228-
public_suffix (4.0.7)
229-
puma (4.3.12)
228+
public_suffix (5.0.1)
229+
puma (6.2.0)
230230
nio4r (~> 2.0)
231231
pundit (2.2.0)
232232
activesupport (>= 3.0.0)
233-
racc (1.6.0)
233+
racc (1.6.2)
234234
rack (2.2.6.4)
235235
rack-mini-profiler (3.0.0)
236236
rack (>= 1.2.0)
237237
rack-protection (2.1.0)
238238
rack
239-
rack-test (1.1.0)
240-
rack (>= 1.0, < 3)
239+
rack-test (2.1.0)
240+
rack (>= 1.3)
241241
rails (7.0.2.4)
242242
actioncable (= 7.0.2.4)
243243
actionmailbox (= 7.0.2.4)
@@ -275,7 +275,7 @@ GEM
275275
ffi (~> 1.0)
276276
recursive-open-struct (1.1.3)
277277
redcarpet (3.5.1)
278-
regexp_parser (2.3.1)
278+
regexp_parser (2.7.0)
279279
responders (3.0.1)
280280
actionpack (>= 5.0)
281281
railties (>= 5.0)
@@ -410,7 +410,7 @@ DEPENDENCIES
410410
omniauth-github (~> 2.0.0)
411411
omniauth-rails_csrf_protection
412412
pg (~> 1.1)
413-
puma (~> 4.3)
413+
puma (~> 6.2)
414414
pundit (~> 2.2)
415415
rack-mini-profiler
416416
rails (~> 7.0.2)

Gemfile.next.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ GEM
116116
specs:
117117
acts_as_list (1.0.4)
118118
activerecord (>= 4.2)
119-
addressable (2.8.0)
120-
public_suffix (>= 2.0.2, < 5.0)
119+
addressable (2.8.1)
120+
public_suffix (>= 2.0.2, < 6.0)
121121
ast (2.4.2)
122122
autoprefixer-rails (10.3.3.0)
123123
execjs (~> 2)
@@ -130,8 +130,9 @@ GEM
130130
thor (~> 1.0)
131131
builder (3.2.4)
132132
byebug (11.1.3)
133-
capybara (3.35.3)
133+
capybara (3.38.0)
134134
addressable
135+
matrix
135136
mini_mime (>= 0.1.3)
136137
nokogiri (~> 1.8)
137138
rack (>= 1.6.0)
@@ -222,7 +223,7 @@ GEM
222223
nokogiri (~> 1)
223224
rake
224225
mini_mime (1.1.2)
225-
mini_portile2 (2.6.1)
226+
mini_portile2 (2.8.1)
226227
minitest (5.16.2)
227228
multi_json (1.15.0)
228229
multi_xml (0.6.0)
@@ -245,8 +246,8 @@ GEM
245246
next_rails (1.0.4)
246247
colorize (>= 0.8.1)
247248
nio4r (2.5.8)
248-
nokogiri (1.12.5)
249-
mini_portile2 (~> 2.6.1)
249+
nokogiri (1.14.2)
250+
mini_portile2 (~> 2.8.0)
250251
racc (~> 1.4)
251252
oauth2 (1.4.7)
252253
faraday (>= 0.8, < 2.0)
@@ -272,19 +273,19 @@ GEM
272273
parser (3.0.2.0)
273274
ast (~> 2.4.1)
274275
pg (1.2.3)
275-
public_suffix (4.0.6)
276-
puma (4.3.10)
276+
public_suffix (5.0.1)
277+
puma (6.2.0)
277278
nio4r (~> 2.0)
278279
pundit (2.2.0)
279280
activesupport (>= 3.0.0)
280-
racc (1.6.0)
281-
rack (2.2.3)
281+
racc (1.6.2)
282+
rack (2.2.6.4)
282283
rack-mini-profiler (3.0.0)
283284
rack (>= 1.2.0)
284285
rack-protection (2.1.0)
285286
rack
286-
rack-test (1.1.0)
287-
rack (>= 1.0, < 3)
287+
rack-test (2.1.0)
288+
rack (>= 1.3)
288289
rails-controller-testing (1.0.5)
289290
actionpack (>= 5.0.1.rc1)
290291
actionview (>= 5.0.1.rc1)
@@ -301,7 +302,7 @@ GEM
301302
ffi (~> 1.0)
302303
recursive-open-struct (1.1.3)
303304
redcarpet (3.5.1)
304-
regexp_parser (2.1.1)
305+
regexp_parser (2.7.0)
305306
responders (3.0.1)
306307
actionpack (>= 5.0)
307308
railties (>= 5.0)
@@ -435,7 +436,7 @@ DEPENDENCIES
435436
omniauth-github (~> 2.0.0)
436437
omniauth-rails_csrf_protection
437438
pg (~> 1.1)
438-
puma (~> 4.3)
439+
puma (~> 6.2)
439440
pundit (~> 2.2)
440441
rack-mini-profiler
441442
rails!
@@ -455,7 +456,7 @@ DEPENDENCIES
455456
webdrivers
456457

457458
RUBY VERSION
458-
ruby 3.1.0p0
459+
ruby 3.1.1p18
459460

460461
BUNDLED WITH
461462
2.2.22

0 commit comments

Comments
 (0)