Skip to content

Commit a0a94b4

Browse files
authored
Merge pull request #558 from zjwhitehead/update-ruby-http
Update Ruby frameworkVersion to 2
2 parents 2c83650 + b03168d commit a0a94b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aws-ruby-line-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-ruby-line-bot",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Example demonstrates how to setup a simple Line echo bot on AWS",
55
"author": "NiJia",
66
"license": "MIT",

aws-ruby-line-bot/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service: aws-ruby-line-bot
22

3-
frameworkVersion: ">=1.1.0 <2.0.0"
3+
frameworkVersion: ">=2.1.0 <3.0.0"
44

55
provider:
66
name: aws

aws-ruby-simple-http-endpoint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-ruby-simple-http-endpoint",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Example demonstrates how to setup a simple HTTP GET endpoint",
55
"author": "",
66
"license": "MIT"

aws-ruby-simple-http-endpoint/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service: serverless-ruby-simple-http-endpoint
22

3-
frameworkVersion: ">=1.1.0 <2.0.0"
3+
frameworkVersion: ">=2.1.0 <3.0.0"
44

55
provider:
66
name: aws

0 commit comments

Comments
 (0)