Skip to content

Commit 632e508

Browse files
Bump sinatra in /code-samples/serving/hello-world/helloworld-ruby (#6160)
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.3 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v2.2.3...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8125df commit 632e508

File tree

1 file changed

+17
-9
lines changed
  • code-samples/serving/hello-world/helloworld-ruby

1 file changed

+17
-9
lines changed

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

+17-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
mustermann (2.0.2)
4+
base64 (0.2.0)
5+
logger (1.6.1)
6+
mustermann (3.0.3)
57
ruby2_keywords (~> 0.0.1)
6-
rack (2.2.8.1)
7-
rack-protection (2.2.3)
8-
rack
8+
rack (3.1.8)
9+
rack-protection (4.1.0)
10+
base64 (>= 0.1.0)
11+
logger (>= 1.6.0)
12+
rack (>= 3.0.0, < 4)
13+
rack-session (2.0.0)
14+
rack (>= 3.0.0)
915
ruby2_keywords (0.0.5)
10-
sinatra (2.2.3)
11-
mustermann (~> 2.0)
12-
rack (~> 2.2)
13-
rack-protection (= 2.2.3)
16+
sinatra (4.1.0)
17+
logger (>= 1.6.0)
18+
mustermann (~> 3.0)
19+
rack (>= 3.0.0, < 4)
20+
rack-protection (= 4.1.0)
21+
rack-session (>= 2.0.0, < 3)
1422
tilt (~> 2.0)
15-
tilt (2.0.11)
23+
tilt (2.4.0)
1624

1725
PLATFORMS
1826
ruby

0 commit comments

Comments
 (0)