Skip to content

Commit d5ec43c

Browse files
committed
debug: change all the rubiez
1 parent 0b52ba8 commit d5ec43c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

appengine/standard-analytics/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# [START gae_standard_analytics_env_variables]
16-
runtime: ruby30
16+
runtime: ruby32
1717
entrypoint: bundle exec ruby app.rb
1818

1919
env_variables:

appengine/standard-cloud-tasks/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: ruby30
15+
runtime: ruby32
1616
entrypoint: bundle exec ruby app.rb

appengine/standard-datastore/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: ruby30
15+
runtime: ruby32
1616
entrypoint: bundle exec ruby app.rb

appengine/standard-hello_configs/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# [START gae_standard_configs_app_yaml]
16-
runtime: ruby30
16+
runtime: ruby32
1717

1818
entrypoint: bundle exec puma -C ./puma.rb
1919

appengine/standard-hello_world/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# [START gae_standard_quickstart_yaml]
16-
runtime: ruby30
16+
runtime: ruby32
1717
entrypoint: bundle exec ruby app.rb
1818
instance_class: F2
1919
# [END gae_standard_quickstart_yaml]

appengine/standard-metadata-server/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: ruby30
15+
runtime: ruby32
1616
entrypoint: bundle exec ruby app.rb

0 commit comments

Comments
 (0)