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 3c40a51 commit 3fc4992Copy full SHA for 3fc4992
Gemfile
@@ -28,7 +28,7 @@ gem 'openssl', '>= 3.2'
28
gem 'palm_civet'
29
gem 'prometheus-client'
30
gem 'public_suffix'
31
-gem 'puma', '~> 7.0'
+gem 'puma'
32
gem 'rake'
33
gem 'redis'
34
gem 'rubyzip', '>= 1.3.0'
Gemfile.lock
@@ -624,7 +624,7 @@ GEM
624
zeitwerk (2.7.3)
625
626
PLATFORMS
627
- arm64-darwin-24
+ ruby
628
x86_64-darwin
629
x86_64-linux
630
@@ -679,7 +679,7 @@ DEPENDENCIES
679
prometheus-client
680
pry-byebug
681
public_suffix
682
- puma (~> 7.0)
+ puma
683
rack-test
684
railties (~> 8.0.3)
685
rake
0 commit comments