Skip to content

Commit bac35d8

Browse files
Bump sinatra from 4.1.1 to 4.2.0
Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59febfa commit bac35d8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'activesupport'
4-
gem 'sinatra', '~> 4.1.0'
4+
gem 'sinatra', '~> 4.2.0'
55

66
gem "puma"
77

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ GEM
3737
slop (~> 3.0)
3838
puma (6.6.1)
3939
nio4r (~> 2.0)
40-
rack (3.2.0)
41-
rack-protection (4.1.1)
40+
rack (3.2.3)
41+
rack-protection (4.2.0)
4242
base64 (>= 0.1.0)
4343
logger (>= 1.6.0)
4444
rack (>= 3.0.0, < 4)
@@ -47,11 +47,11 @@ GEM
4747
rack (>= 3.0.0)
4848
ruby2_keywords (0.0.5)
4949
securerandom (0.4.1)
50-
sinatra (4.1.1)
50+
sinatra (4.2.0)
5151
logger (>= 1.6.0)
5252
mustermann (~> 3.0)
5353
rack (>= 3.0.0, < 4)
54-
rack-protection (= 4.1.1)
54+
rack-protection (= 4.2.0)
5555
rack-session (>= 2.0.0, < 3)
5656
tilt (~> 2.0)
5757
slop (3.6.0)
@@ -69,7 +69,7 @@ DEPENDENCIES
6969
pry
7070
pry-remote
7171
puma
72-
sinatra (~> 4.1.0)
72+
sinatra (~> 4.2.0)
7373

7474
BUNDLED WITH
7575
2.6.2

0 commit comments

Comments
 (0)