Skip to content

Commit 3308928

Browse files
authored
#85 Fixed test case for ruby 3.2 change (#92)
1 parent 9c10f1b commit 3308928

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/use-docker-file-with-environment/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ custom:
99
docker_file: Dockerfile
1010
environment:
1111
- USE_HTTPARTY
12-
- NOKOGIRI_VERSION=1.10.10
12+
- NOKOGIRI_VERSION=1.13.10
1313

1414
provider:
1515
name: aws

examples/use-docker-with-environment/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ custom:
88
use_docker: true
99
environment:
1010
- USE_HTTPARTY
11-
- NOKOGIRI_VERSION=1.10.10
11+
- NOKOGIRI_VERSION=1.13.10
1212

1313
provider:
1414
name: aws

examples/use-docker-with-gemfile-lock/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ DEPENDENCIES
1414
httparty
1515

1616
BUNDLED WITH
17-
1.16.6
17+
2.2.1

0 commit comments

Comments
 (0)