Skip to content

Commit 88b7233

Browse files
Build(deps): bump sinatra in /frameworks/Ruby/sinatra
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] <[email protected]>
1 parent 47382d1 commit 88b7233

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

frameworks/Ruby/sinatra/Gemfile

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

33
gem 'activerecord', '~> 8.0', require: 'active_record'
44
gem 'json', '~> 2.8'
5-
gem 'sinatra', '~> 4.0', require: 'sinatra/base'
5+
gem 'sinatra', '~> 4.2', require: 'sinatra/base'
66

77
group :mysql, optional: true do
88
gem 'trilogy', '~> 2.9.0', platforms: [:ruby, :windows]

frameworks/Ruby/sinatra/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ GEM
3232
json (2.13.2)
3333
logger (1.7.0)
3434
minitest (5.25.5)
35-
mustermann (3.0.3)
35+
mustermann (3.0.4)
3636
ruby2_keywords (~> 0.0.1)
3737
nio4r (2.7.4)
3838
pg (1.5.9)
3939
puma (7.0.2)
4040
nio4r (~> 2.0)
41-
rack (3.2.0)
42-
rack-protection (4.1.1)
41+
rack (3.2.3)
42+
rack-protection (4.2.0)
4343
base64 (>= 0.1.0)
4444
logger (>= 1.6.0)
4545
rack (>= 3.0.0, < 4)
@@ -48,14 +48,14 @@ GEM
4848
rack (>= 3.0.0)
4949
ruby2_keywords (0.0.5)
5050
securerandom (0.4.1)
51-
sinatra (4.1.1)
51+
sinatra (4.2.0)
5252
logger (>= 1.6.0)
5353
mustermann (~> 3.0)
5454
rack (>= 3.0.0, < 4)
55-
rack-protection (= 4.1.1)
55+
rack-protection (= 4.2.0)
5656
rack-session (>= 2.0.0, < 3)
5757
tilt (~> 2.0)
58-
tilt (2.6.0)
58+
tilt (2.6.1)
5959
timeout (0.4.3)
6060
trilogy (2.9.0)
6161
tzinfo (2.0.6)
@@ -73,7 +73,7 @@ DEPENDENCIES
7373
json (~> 2.8)
7474
pg (~> 1.5)
7575
puma (~> 7.0)
76-
sinatra (~> 4.0)
76+
sinatra (~> 4.2)
7777
trilogy (~> 2.9.0)
7878

7979
BUNDLED WITH

0 commit comments

Comments
 (0)