Skip to content

Commit 1abbcfd

Browse files
authored
Merge pull request #6 from assertible/dependabot/bundler/sinatra-2.2.3
Bump sinatra from 2.2.0 to 2.2.3
2 parents 799ccab + de21b8c commit 1abbcfd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

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

4-
gem 'sinatra', '~>2.2.0'
4+
gem 'sinatra', '~>2.2.3'
55
gem 'json'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
json (2.3.0)
5-
mustermann (1.1.1)
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-
tilt (2.0.10)
16+
tilt (2.0.11)
1717

1818
PLATFORMS
1919
ruby
2020

2121
DEPENDENCIES
2222
json
23-
sinatra (~> 2.2.0)
23+
sinatra (~> 2.2.3)
2424

2525
RUBY VERSION
2626
ruby 2.5.3p105

0 commit comments

Comments
 (0)