Skip to content

Commit ba71bd5

Browse files
Bump sinatra from 1.4.8 to 2.2.0
Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.8 to 2.2.0. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](sinatra/sinatra@v1.4.8...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c36feed commit ba71bd5

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)