Skip to content

Commit 422edc4

Browse files
Bump sinatra from 2.0.2 to 2.2.3 in /reddit
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.2 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.0.2...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8cfb68 commit 422edc4

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

reddit/Gemfile

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

3-
gem 'sinatra', '~> 2.0.1'
3+
gem 'sinatra', '~> 2.2.3'
44
gem 'haml'
55
gem 'bson_ext'
66
gem 'bcrypt'

reddit/Gemfile.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,29 @@ GEM
2828
json (2.1.0)
2929
mongo (2.4.3)
3030
bson (>= 4.2.1, < 5.0.0)
31-
mustermann (1.0.2)
31+
mustermann (2.0.2)
32+
ruby2_keywords (~> 0.0.1)
3233
net-scp (1.2.1)
3334
net-ssh (>= 2.6.5)
3435
net-ssh (4.1.0)
3536
puma (3.10.0)
36-
rack (2.0.5)
37-
rack-protection (2.0.2)
37+
rack (2.2.4)
38+
rack-protection (2.2.3)
3839
rack
40+
rack-test (2.0.2)
41+
rack (>= 1.3)
3942
rake (12.0.0)
40-
sinatra (2.0.2)
41-
mustermann (~> 1.0)
42-
rack (~> 2.0)
43-
rack-protection (= 2.0.2)
43+
ruby2_keywords (0.0.5)
44+
sinatra (2.2.3)
45+
mustermann (~> 2.0)
46+
rack (~> 2.2)
47+
rack-protection (= 2.2.3)
4448
tilt (~> 2.0)
4549
sshkit (1.14.0)
4650
net-scp (>= 1.1.2)
4751
net-ssh (>= 2.8.0)
4852
temple (0.8.0)
49-
tilt (2.0.8)
53+
tilt (2.0.11)
5054

5155
PLATFORMS
5256
ruby
@@ -62,7 +66,8 @@ DEPENDENCIES
6266
json
6367
mongo
6468
puma
65-
sinatra (~> 2.0.1)
69+
rack-test
70+
sinatra (~> 2.2.3)
6671

6772
BUNDLED WITH
6873
1.16.1

0 commit comments

Comments
 (0)