We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8617f5 commit 9624ec7Copy full SHA for 9624ec7
Gemfile
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
4
5
gem 'json'
6
gem 'httpx', '~> 1.3'
7
-gem 'puma'
+gem "puma", ">= 6.4.3"
8
gem 'rack'
9
gem 'thor'
10
Gemfile.lock
@@ -1,14 +1,13 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
- curses (1.4.6)
diff-lcs (1.5.1)
http-2 (1.0.1)
httpx (1.3.0)
http-2 (>= 1.0.0)
json (2.7.1)
- nio4r (2.7.1)
11
- puma (6.4.2)
+ nio4r (2.7.3)
+ puma (6.4.3)
12
nio4r (~> 2.0)
13
rack (2.2.9)
14
rack-test (1.1.0)
@@ -33,10 +32,9 @@ PLATFORMS
33
32
ruby
34
35
DEPENDENCIES
36
- curses
37
httpx (~> 1.3)
38
json
39
- puma
+ puma (>= 6.4.3)
40
rack
41
rack-test (~> 1.1)
42
rspec (~> 3.13)
0 commit comments