Skip to content

Commit 362c562

Browse files
Bump sinatra from 2.2.0 to 2.2.3 in /ruby-audit-logs-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 213e6c3 commit 362c562

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

ruby-audit-logs-example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
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.12.0'
88

ruby-audit-logs-example/Gemfile.lock

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,30 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
coderay (1.1.3)
54
dotenv (2.7.6)
6-
method_source (1.0.0)
7-
mustermann (1.1.2)
5+
mustermann (2.0.2)
86
ruby2_keywords (~> 0.0.1)
9-
pry (0.14.2)
10-
coderay (~> 1.1)
11-
method_source (~> 1.0)
12-
rack (2.2.4)
13-
rack-protection (2.2.0)
7+
rack (2.2.6.4)
8+
rack-protection (2.2.3)
149
rack
1510
ruby2_keywords (0.0.5)
16-
sinatra (2.2.0)
17-
mustermann (~> 1.0)
11+
sinatra (2.2.3)
12+
mustermann (~> 2.0)
1813
rack (~> 2.2)
19-
rack-protection (= 2.2.0)
14+
rack-protection (= 2.2.3)
2015
tilt (~> 2.0)
21-
sorbet-runtime (0.5.10667)
22-
tilt (2.0.11)
23-
workos (2.9.0)
16+
sorbet-runtime (0.5.10741)
17+
tilt (2.1.0)
18+
workos (2.12.0)
2419
sorbet-runtime (~> 0.5)
2520

2621
PLATFORMS
2722
ruby
2823

2924
DEPENDENCIES
3025
dotenv (= 2.7.6)
31-
pry
32-
sinatra (= 2.2.0)
33-
workos (= 2.9.0)
26+
sinatra (= 2.2.3)
27+
workos (= 2.12.0)
3428

3529
BUNDLED WITH
3630
2.3.19

0 commit comments

Comments
 (0)