Skip to content

Commit 8a0987d

Browse files
Bump rack-session in /code-samples/serving/hello-world/helloworld-ruby (#6266)
Bumps [rack-session](https://github.com/rack/rack-session) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/rack/rack-session/releases) - [Changelog](https://github.com/rack/rack-session/blob/v2.1.1/releases.md) - [Commits](rack/rack-session@v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: rack-session dependency-version: 2.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aad2d57 commit 8a0987d

File tree

1 file changed

+2
-1
lines changed
  • code-samples/serving/hello-world/helloworld-ruby

1 file changed

+2
-1
lines changed

code-samples/serving/hello-world/helloworld-ruby/Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ GEM
1010
base64 (>= 0.1.0)
1111
logger (>= 1.6.0)
1212
rack (>= 3.0.0, < 4)
13-
rack-session (2.0.0)
13+
rack-session (2.1.1)
14+
base64 (>= 0.1.0)
1415
rack (>= 3.0.0)
1516
ruby2_keywords (0.0.5)
1617
sinatra (4.1.0)

0 commit comments

Comments
 (0)