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 feb35dd commit ddba12aCopy full SHA for ddba12a
appengine/flexible/hello_world/Gemfile
@@ -26,5 +26,5 @@ group :test do
26
gem "rspec_junit_formatter"
27
end
28
29
-gem "rackup", "~> 2.2"
30
gem "puma", "~> 6.6"
+gem "rackup", "~> 2.2"
appengine/standard-hello_world/Gemfile
@@ -25,5 +25,5 @@ group :test do
25
run/helloworld/Gemfile
@@ -12,5 +12,5 @@ group :test do
12
gem "rubysl-securerandom"
13
14
15
-gem "rackup", "~> 1.0"
16
+gem "rackup", "~> 1.0"
0 commit comments