Skip to content

Commit cbfafcf

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 28cd675 commit cbfafcf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 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)
1515
rack (2.2.4)
16-
rack-protection (2.2.0)
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)
@@ -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)