Skip to content

Commit 2fe1792

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 28cd675 commit 2fe1792

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
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.9.0'
88

ruby-audit-logs-example/Gemfile.lock

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,29 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
dotenv (2.7.6)
5-
mustermann (1.1.2)
5+
mustermann (2.0.2)
66
ruby2_keywords (~> 0.0.1)
77
rack (2.2.4)
8-
rack-protection (2.2.0)
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)
16-
sinatra-flash (0.3.0)
17-
sinatra (>= 1.0.0)
18-
sorbet-runtime (0.5.10461)
16+
sorbet-runtime (0.5.10565)
1917
tilt (2.0.11)
20-
workos (2.5.0)
18+
workos (2.9.0)
2119
sorbet-runtime (~> 0.5)
2220

2321
PLATFORMS
2422
ruby
2523

2624
DEPENDENCIES
2725
dotenv (= 2.7.6)
28-
sinatra (= 2.2.0)
29-
sinatra-flash
30-
workos (= 2.5.0)
26+
sinatra (= 2.2.3)
27+
workos (= 2.9.0)
3128

3229
BUNDLED WITH
3330
2.3.23

0 commit comments

Comments
 (0)