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 8db06c5 commit 2d41e60Copy full SHA for 2d41e60
frameworks/Ruby/grape/Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
3
gem 'mysql2', '0.5.6'
4
gem 'unicorn', '6.1.0'
5
-gem 'puma', '~> 6.5'
+gem 'puma', '~> 7.1'
6
gem 'activerecord', '~> 8.0.0', :require => 'active_record'
7
gem 'grape', '2.1.1'
8
gem 'json', '~> 2.9'
frameworks/Ruby/grape/Gemfile.lock
@@ -61,7 +61,7 @@ GEM
61
mustermann (>= 1.0.0)
62
mysql2 (0.5.6)
63
nio4r (2.7.4)
64
- puma (6.6.0)
+ puma (7.1.0)
65
nio4r (~> 2.0)
66
rack (3.2.3)
67
raindrops (0.20.1)
@@ -86,7 +86,7 @@ DEPENDENCIES
86
grape (= 2.1.1)
87
json (~> 2.9)
88
mysql2 (= 0.5.6)
89
- puma (~> 6.5)
+ puma (~> 7.1)
90
unicorn (= 6.1.0)
91
92
BUNDLED WITH
0 commit comments