Skip to content

Commit 39ddc66

Browse files
committed
#69 Updated all examples from 2.5 to 2.7. Removed useless env pass test cases
1 parent defeaf7 commit 39ddc66

File tree

28 files changed

+46
-147
lines changed

28 files changed

+46
-147
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
build-and-test:
88
docker:
9-
- image: cimg/ruby:2.5-node
9+
- image: cimg/ruby:2.7-node
1010
steps:
1111
- checkout
1212
- setup_remote_docker:

examples/basic-ignore-gemfile-lock/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ custom:
99

1010
provider:
1111
name: aws
12-
runtime: ruby2.5
12+
runtime: ruby2.7
1313

1414
functions:
1515
hello:

examples/basic-with-gemfile-lock/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins:
55

66
provider:
77
name: aws
8-
runtime: ruby2.5
8+
runtime: ruby2.7
99

1010
functions:
1111
hello:

examples/basic/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins:
55

66
provider:
77
name: aws
8-
runtime: ruby2.5
8+
runtime: ruby2.7
99

1010
functions:
1111
hello:

examples/bundler-require-all/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins:
44
- serverless-ruby-layer
55
provider:
66
name: aws
7-
runtime: ruby2.5
7+
runtime: ruby2.7
88

99
custom:
1010
rubyLayer:

examples/exclude-dev-test-gems/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins:
55

66
provider:
77
name: aws
8-
runtime: ruby2.5
8+
runtime: ruby2.7
99

1010
functions:
1111
hello:

examples/exclude-functions/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins:
55

66
provider:
77
name: aws
8-
runtime: ruby2.5
8+
runtime: ruby2.7
99

1010
custom:
1111
rubyLayer:

examples/include-functions/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins:
55

66
provider:
77
name: aws
8-
runtime: ruby2.5
8+
runtime: ruby2.7
99

1010
custom:
1111
rubyLayer:

examples/use-docker-file-with-build-args/Dockerfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

examples/use-docker-file-with-build-args/Gemfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)