Skip to content

Commit 1c64649

Browse files
committed
try more puma
1 parent 39de74c commit 1c64649

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

appengine/cloud-tasks/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ gem "google-cloud-tasks", "~>2.4"
1818
gem "sinatra"
1919

2020
group :test do
21+
gem "puma"
2122
gem "rack-test"
2223
gem "rspec"
2324
gem "rspec_junit_formatter"

appengine/datastore/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ gem "sinatra"
2020
# [END gae_flex_datastore_config]
2121

2222
group :test do
23+
gem "puma"
2324
gem "capybara"
2425
gem "rspec"
2526
gem "rspec_junit_formatter"

appengine/flexible/hello_world/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
source "https://rubygems.org"
1717

1818
gem "sinatra"
19-
gem "webrick", "~> 1.8"
2019

2120
# [END gae_flex_quickstart_dependencies]
2221
ruby "~>3.2"
2322
group :test do
23+
gem "puma"
2424
gem "rack-test"
2525
gem "rspec"
2626
gem "rspec_junit_formatter"

appengine/metadata_server/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ gem "sinatra", "~> 3.2"
1818

1919
group :test do
2020
gem "faraday"
21+
gem "puma"
2122
gem "rspec"
2223
gem "rspec_junit_formatter"
2324
end

appengine/pubsub/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ gem "slim"
2121

2222
group :test do
2323
gem "jwt"
24+
gem "puma"
2425
gem "rack-test"
2526
gem "rspec"
2627
gem "rspec_junit_formatter"

appengine/standard-analytics/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
source "https://rubygems.org"
1616

17-
gem "sinatra", "~> 3.1"
18-
gem "webrick", "~> 1.8"
17+
gem "sinatra"
1918

2019
group :test do
2120
gem "capybara"
21+
gem "puma"
2222
gem "rspec"
2323
gem "rspec_junit_formatter"
2424
end

0 commit comments

Comments
 (0)