File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Create a `Gemfile` listing the Functions Framework as a dependency:
6060``` ruby
6161# Gemfile
6262source " https://rubygems.org"
63- gem " functions_framework" , " ~> 0.9 "
63+ gem " functions_framework" , " ~> 0.10 "
6464```
6565
6666Create a file called ` app.rb ` and include the following code. This defines a
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Create a `Gemfile` listing the Functions Framework as a dependency:
6464``` ruby
6565# Gemfile
6666source " https://rubygems.org"
67- gem " functions_framework" , " ~> 0.9 "
67+ gem " functions_framework" , " ~> 0.10 "
6868```
6969
7070Create a file called ` app.rb ` and include the following code. This defines a
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dependency on Sinatra in your `Gemfile`:
111111
112112``` ruby
113113source " https://rubygems.org"
114- gem " functions_framework" , " ~> 0.9 "
114+ gem " functions_framework" , " ~> 0.10 "
115115gem " sinatra" , " ~> 2.0"
116116```
117117
@@ -470,7 +470,7 @@ Following is a typical layout for a Functions Framework based project.
470470``` ruby
471471# Gemfile
472472source " https://rubygems.org"
473- gem " functions_framework" , " ~> 0.9 "
473+ gem " functions_framework" , " ~> 0.10 "
474474```
475475
476476``` ruby
You can’t perform that action at this time.
0 commit comments