Skip to content

Commit 5321bd3

Browse files
Bump sinatra from 2.2.0 to 2.2.3 in /ruby-admin-portal-example
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](sinatra/sinatra@v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6f4810 commit 5321bd3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

ruby-admin-portal-example/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source 'https://rubygems.org'
44

55
gem 'dotenv', '2.7.6'
6-
gem 'sinatra', '2.2.0'
6+
gem 'sinatra', '2.2.3'
77
gem 'workos', '2.5.0'

ruby-admin-portal-example/Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
dotenv (2.7.6)
5-
mustermann (1.1.1)
5+
mustermann (2.0.2)
66
ruby2_keywords (~> 0.0.1)
7-
rack (2.2.3.1)
8-
rack-protection (2.2.0)
7+
rack (2.2.6.4)
8+
rack-protection (2.2.3)
99
rack
1010
ruby2_keywords (0.0.5)
11-
sinatra (2.2.0)
12-
mustermann (~> 1.0)
11+
sinatra (2.2.3)
12+
mustermann (~> 2.0)
1313
rack (~> 2.2)
14-
rack-protection (= 2.2.0)
14+
rack-protection (= 2.2.3)
1515
tilt (~> 2.0)
1616
sorbet-runtime (0.5.10263)
17-
tilt (2.0.10)
17+
tilt (2.1.0)
1818
workos (2.5.0)
1919
sorbet-runtime (~> 0.5)
2020

@@ -23,7 +23,7 @@ PLATFORMS
2323

2424
DEPENDENCIES
2525
dotenv (= 2.7.6)
26-
sinatra (= 2.2.0)
26+
sinatra (= 2.2.3)
2727
workos (= 2.5.0)
2828

2929
BUNDLED WITH

0 commit comments

Comments
 (0)