Skip to content

Commit f4478d9

Browse files
authored
Merge pull request #4 from assertible/dependabot/bundler/sinatra-2.2.0
2 parents c36feed + ba71bd5 commit f4478d9

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

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', '~>1.4.4'
4+
gem 'sinatra', '~>2.2.0'
55
gem 'json'

Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,25 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
json (2.3.0)
5-
rack (1.6.11)
6-
rack-protection (1.5.5)
5+
mustermann (1.1.1)
6+
ruby2_keywords (~> 0.0.1)
7+
rack (2.2.3)
8+
rack-protection (2.2.0)
79
rack
8-
sinatra (1.4.8)
9-
rack (~> 1.5)
10-
rack-protection (~> 1.4)
11-
tilt (>= 1.3, < 3)
12-
tilt (2.0.8)
10+
ruby2_keywords (0.0.5)
11+
sinatra (2.2.0)
12+
mustermann (~> 1.0)
13+
rack (~> 2.2)
14+
rack-protection (= 2.2.0)
15+
tilt (~> 2.0)
16+
tilt (2.0.10)
1317

1418
PLATFORMS
1519
ruby
1620

1721
DEPENDENCIES
1822
json
19-
sinatra (~> 1.4.4)
23+
sinatra (~> 2.2.0)
2024

2125
RUBY VERSION
2226
ruby 2.5.3p105

0 commit comments

Comments
 (0)