Skip to content

Commit de21b8c

Browse files
Bump sinatra from 2.2.0 to 2.2.3
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] <support@github.com>
1 parent 799ccab commit de21b8c

2 files changed

Lines changed: 8 additions & 8 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', '~>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)