Skip to content

Commit c799e65

Browse files
Bump sinatra from 2.0.4 to 2.2.0
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.4 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@v2.0.4...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e58690f commit c799e65

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

Gemfile

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

4-
gem 'sinatra', '~> 2.0.1'
4+
gem 'sinatra', '~> 2.2.0'
55
gem 'openactive', :git => "https://github.com/openactive/openactive.rb.git", :branch => "master"
66
gem 'redis', '~> 3.3', '>= 3.3.1'
77
gem 'local-geocoder'

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ GEM
4040
mime-types-data (~> 3.2015)
4141
mime-types-data (3.2018.0812)
4242
multi_xml (0.6.0)
43-
mustermann (1.0.3)
43+
mustermann (1.1.2)
44+
ruby2_keywords (~> 0.0.1)
4445
netrc (0.11.0)
4546
pry (0.12.2)
4647
coderay (~> 1.1.0)
4748
method_source (~> 0.9.0)
4849
public_suffix (3.0.3)
49-
rack (2.0.6)
50-
rack-protection (2.0.4)
50+
rack (2.2.4)
51+
rack-protection (2.2.0)
5152
rack
5253
rack-test (0.6.3)
5354
rack (>= 1.0)
@@ -71,21 +72,22 @@ GEM
7172
diff-lcs (>= 1.2.0, < 2.0)
7273
rspec-support (~> 3.8.0)
7374
rspec-support (3.8.0)
75+
ruby2_keywords (0.0.5)
7476
safe_yaml (1.0.4)
7577
simplecov (0.16.1)
7678
docile (~> 1.1)
7779
json (>= 1.8, < 3)
7880
simplecov-html (~> 0.10.0)
7981
simplecov-html (0.10.2)
80-
sinatra (2.0.4)
82+
sinatra (2.2.0)
8183
mustermann (~> 1.0)
82-
rack (~> 2.0)
83-
rack-protection (= 2.0.4)
84+
rack (~> 2.2)
85+
rack-protection (= 2.2.0)
8486
tilt (~> 2.0)
8587
term-ansicolor (1.7.0)
8688
tins (~> 1.0)
8789
thor (0.19.4)
88-
tilt (2.0.8)
90+
tilt (2.0.11)
8991
tins (1.20.2)
9092
trollop (2.9.9)
9193
unf (0.1.4)
@@ -109,7 +111,7 @@ DEPENDENCIES
109111
redis (~> 3.3, >= 3.3.1)
110112
redis-namespace
111113
rspec (~> 3.6)
112-
sinatra (~> 2.0.1)
114+
sinatra (~> 2.2.0)
113115
webmock (~> 2.1)
114116

115117
RUBY VERSION

0 commit comments

Comments
 (0)