Skip to content

Commit 6c68828

Browse files
Bump sinatra from 2.2.0 to 2.2.3 in /ruby-directory-sync-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 6c68828

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

ruby-directory-sync-example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
source 'https://rubygems.org'
55

66
gem 'dotenv', '2.7.6'
7-
gem 'sinatra', '2.2.0'
7+
gem 'sinatra', '2.2.3'
88
gem 'workos', '2.5.0'
99
gem 'sinatra-websocket', '0.3.1'

ruby-directory-sync-example/Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ GEM
99
addressable (>= 2.1.1)
1010
eventmachine (>= 0.12.9)
1111
eventmachine (1.2.7)
12-
mustermann (1.1.2)
12+
mustermann (2.0.2)
1313
ruby2_keywords (~> 0.0.1)
1414
public_suffix (4.0.7)
15-
rack (2.2.4)
16-
rack-protection (2.2.0)
15+
rack (2.2.6.4)
16+
rack-protection (2.2.3)
1717
rack
1818
ruby2_keywords (0.0.5)
19-
sinatra (2.2.0)
20-
mustermann (~> 1.0)
19+
sinatra (2.2.3)
20+
mustermann (~> 2.0)
2121
rack (~> 2.2)
22-
rack-protection (= 2.2.0)
22+
rack-protection (= 2.2.3)
2323
tilt (~> 2.0)
2424
sinatra-websocket (0.3.1)
2525
em-websocket (~> 0.3.6)
@@ -30,7 +30,7 @@ GEM
3030
daemons (~> 1.0, >= 1.0.9)
3131
eventmachine (~> 1.0, >= 1.0.4)
3232
rack (>= 1, < 3)
33-
tilt (2.0.11)
33+
tilt (2.1.0)
3434
workos (2.5.0)
3535
sorbet-runtime (~> 0.5)
3636

@@ -39,7 +39,7 @@ PLATFORMS
3939

4040
DEPENDENCIES
4141
dotenv (= 2.7.6)
42-
sinatra (= 2.2.0)
42+
sinatra (= 2.2.3)
4343
sinatra-websocket (= 0.3.1)
4444
workos (= 2.5.0)
4545

0 commit comments

Comments
 (0)