Skip to content

Commit aa61ecd

Browse files
committed
debug: try s/webrick/puma
1 parent faed933 commit aa61ecd

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

appengine/flexible/analytics/Gemfile

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

1717
gem "sinatra"
18-
gem "webrick"
1918

2019
group :test do
2120
gem "capybara"
2221
gem "rspec"
2322
gem "rspec_junit_formatter"
23+
gem "puma"
2424
end

appengine/flexible/datastore/Gemfile

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

1818
gem "google-cloud-datastore"
1919
gem "sinatra"
20-
gem "webrick"
2120
# [END gae_flex_datastore_config]
2221

2322
group :test do
2423
gem "capybara"
2524
gem "rspec"
2625
gem "rspec_junit_formatter"
26+
gem "puma"
2727
end

appengine/standard-cloud-tasks/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
source "https://rubygems.org"
1616

1717
gem "google-cloud-tasks", "~>2.1"
18-
gem "sinatra", "~>3.1"
19-
gem "webrick", "~> 1.8"
18+
gem "sinatra"
2019

2120
group :test do
2221
gem "rack-test"
2322
gem "rspec"
2423
gem "rspec_junit_formatter"
24+
gem "puma"
2525
end

appengine/standard-datastore/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
source "https://rubygems.org"
1717

1818
gem "google-cloud-datastore", "~>2.2"
19-
gem "sinatra", "~>3.1"
20-
gem "webrick", "~> 1.8"
19+
gem "sinatra"
2120
# [END gae_standard_datastore_config]
2221

2322
group :test do
2423
gem "capybara"
2524
gem "rspec"
25+
gem "puma"
2626
gem "rspec_junit_formatter"
2727
end

appengine/standard-storage/Gemfile

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

1818
gem "google-cloud-storage", "~>1.44"
19-
gem "sinatra", "~>3.1"
20-
gem "webrick", "~> 1.8"
19+
gem "sinatra"
2120
# [END gae_standard_storage_dependencies]
2221

2322
group :test do

0 commit comments

Comments
 (0)