Skip to content

Commit

Permalink
chore: fix sync integration tests with ruby (aws#6043)
Browse files Browse the repository at this point in the history
  • Loading branch information
mndeveci authored and moelasmar committed Oct 22, 2023
1 parent 3aa132f commit b0203ed
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source "https://rubygems.org"

gem "ruby-statistics"

ruby '~> 2.7'
ruby '~> 3.2'
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

ruby '~> 2.7'
ruby '~> 3.2'
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source "https://rubygems.org"

gem "ruby-statistics"

ruby '~> 2.7'
ruby '~> 3.2'
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

ruby '~> 2.7'
ruby '~> 3.2'
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Resources:
AutoPublishAlias: Hello1Alias
CodeUri: after/Ruby/function/
Handler: app.lambda_handler
Runtime: ruby2.7
Runtime: ruby3.2
Architectures:
- x86_64
Layers:
Expand All @@ -30,6 +30,6 @@ Resources:
Description: Hello World Ruby Layer
ContentUri: after/Ruby/layer/
CompatibleRuntimes:
- ruby2.7
- ruby3.2
Metadata:
BuildMethod: ruby2.7
BuildMethod: ruby3.2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Resources:
AutoPublishAlias: Hello1Alias
CodeUri: before/Ruby/function/
Handler: app.lambda_handler
Runtime: ruby2.7
Runtime: ruby3.2
Architectures:
- x86_64
Layers:
Expand All @@ -30,6 +30,6 @@ Resources:
Description: Hello World Ruby Layer
ContentUri: before/Ruby/layer/
CompatibleRuntimes:
- ruby2.7
- ruby3.2
Metadata:
BuildMethod: ruby2.7
BuildMethod: ruby3.2

0 comments on commit b0203ed

Please sign in to comment.