Skip to content

Commit f731aba

Browse files
Bump sinatra from 4.0.0 to 4.1.0 in /examples/sinatra/app/src (#541)
Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v4.0.0...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 1892b45 commit f731aba

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

examples/sinatra/app/src/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ source "https://rubygems.org"
44

55
# gem "rails"
66

7-
gem "sinatra", "~> 4.0"
7+
gem "sinatra", "~> 4.1"
88

99
gem "rackup", "~> 2.1"

examples/sinatra/app/src/Gemfile.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,28 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
base64 (0.2.0)
5-
mustermann (3.0.0)
5+
logger (1.6.1)
6+
mustermann (3.0.3)
67
ruby2_keywords (~> 0.0.1)
7-
rack (3.0.9.1)
8-
rack-protection (4.0.0)
8+
rack (3.1.8)
9+
rack-protection (4.1.0)
910
base64 (>= 0.1.0)
11+
logger (>= 1.6.0)
1012
rack (>= 3.0.0, < 4)
1113
rack-session (2.0.0)
1214
rack (>= 3.0.0)
1315
rackup (2.1.0)
1416
rack (>= 3)
1517
webrick (~> 1.8)
1618
ruby2_keywords (0.0.5)
17-
sinatra (4.0.0)
19+
sinatra (4.1.0)
20+
logger (>= 1.6.0)
1821
mustermann (~> 3.0)
1922
rack (>= 3.0.0, < 4)
20-
rack-protection (= 4.0.0)
23+
rack-protection (= 4.1.0)
2124
rack-session (>= 2.0.0, < 3)
2225
tilt (~> 2.0)
23-
tilt (2.3.0)
26+
tilt (2.4.0)
2427
webrick (1.8.2)
2528

2629
PLATFORMS
@@ -29,7 +32,7 @@ PLATFORMS
2932

3033
DEPENDENCIES
3134
rackup (~> 2.1)
32-
sinatra (~> 4.0)
35+
sinatra (~> 4.1)
3336

3437
BUNDLED WITH
3538
2.5.3

0 commit comments

Comments
 (0)