Skip to content

Commit 9624ec7

Browse files
committed
pin puma to a more recent version
1 parent d8617f5 commit 9624ec7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
gem 'json'
66
gem 'httpx', '~> 1.3'
7-
gem 'puma'
7+
gem "puma", ">= 6.4.3"
88
gem 'rack'
99
gem 'thor'
1010

Gemfile.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
curses (1.4.6)
54
diff-lcs (1.5.1)
65
http-2 (1.0.1)
76
httpx (1.3.0)
87
http-2 (>= 1.0.0)
98
json (2.7.1)
10-
nio4r (2.7.1)
11-
puma (6.4.2)
9+
nio4r (2.7.3)
10+
puma (6.4.3)
1211
nio4r (~> 2.0)
1312
rack (2.2.9)
1413
rack-test (1.1.0)
@@ -33,10 +32,9 @@ PLATFORMS
3332
ruby
3433

3534
DEPENDENCIES
36-
curses
3735
httpx (~> 1.3)
3836
json
39-
puma
37+
puma (>= 6.4.3)
4038
rack
4139
rack-test (~> 1.1)
4240
rspec (~> 3.13)

0 commit comments

Comments
 (0)