Skip to content

Commit 6e881a0

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 7d2bdbd commit 6e881a0

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

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 "3.1.2"
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: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,18 @@ 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)
46+
nio4r (2.5.8)
4547
pry (0.12.2)
4648
coderay (~> 1.1.0)
4749
method_source (~> 0.9.0)
4850
public_suffix (3.0.3)
49-
rack (2.0.6)
50-
rack-protection (2.0.4)
51+
puma (5.6.5)
52+
nio4r (~> 2.0)
53+
rack (2.2.4)
54+
rack-protection (2.2.0)
5155
rack
5256
rack-test (0.6.3)
5357
rack (>= 1.0)
@@ -71,21 +75,22 @@ GEM
7175
diff-lcs (>= 1.2.0, < 2.0)
7276
rspec-support (~> 3.8.0)
7377
rspec-support (3.8.0)
78+
ruby2_keywords (0.0.5)
7479
safe_yaml (1.0.4)
7580
simplecov (0.16.1)
7681
docile (~> 1.1)
7782
json (>= 1.8, < 3)
7883
simplecov-html (~> 0.10.0)
7984
simplecov-html (0.10.2)
80-
sinatra (2.0.4)
85+
sinatra (2.2.0)
8186
mustermann (~> 1.0)
82-
rack (~> 2.0)
83-
rack-protection (= 2.0.4)
87+
rack (~> 2.2)
88+
rack-protection (= 2.2.0)
8489
tilt (~> 2.0)
8590
term-ansicolor (1.7.0)
8691
tins (~> 1.0)
8792
thor (0.19.4)
88-
tilt (2.0.8)
93+
tilt (2.0.11)
8994
tins (1.20.2)
9095
trollop (2.9.9)
9196
unf (0.1.4)
@@ -105,11 +110,12 @@ DEPENDENCIES
105110
local-geocoder
106111
openactive!
107112
pry
113+
puma
108114
rack-test (~> 0.6.3)
109115
redis (~> 3.3, >= 3.3.1)
110116
redis-namespace
111117
rspec (~> 3.6)
112-
sinatra (~> 2.0.1)
118+
sinatra (~> 2.2.0)
113119
webmock (~> 2.1)
114120

115121
RUBY VERSION

0 commit comments

Comments
 (0)