Skip to content

Commit 326e7ea

Browse files
Bump sinatra from 2.0.3 to 2.2.0
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.3 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.3...v2.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0494b6 commit 326e7ea

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'sidekiq', '~> 4.0.0'
99
gem 'redis-namespace'
1010

1111
gem 'puma'
12-
gem 'sinatra', '~> 2.0.3'
12+
gem 'sinatra', '~> 2.2.0'
1313
gem 'rake', '~> 12.3.3'
1414

1515
gem 'sentry-raven'

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@ GEM
4545
metriks (>= 0.9.9.6)
4646
minitest (5.11.3)
4747
multipart-post (2.0.0)
48-
mustermann (1.0.3)
48+
mustermann (1.1.2)
49+
ruby2_keywords (~> 0.0.1)
4950
nio4r (2.5.8)
5051
pry (0.11.3)
5152
coderay (~> 1.1.0)
5253
method_source (~> 0.9.0)
5354
puma (4.3.9)
5455
nio4r (~> 2.0)
55-
rack (2.2.3)
56-
rack-protection (2.0.3)
56+
rack (2.2.4)
57+
rack-protection (2.2.0)
5758
rack
5859
rack-test (1.0.0)
5960
rack (>= 1.0, < 3)
@@ -69,20 +70,21 @@ GEM
6970
rspec-expectations (2.99.2)
7071
diff-lcs (>= 1.1.3, < 2.0)
7172
rspec-mocks (2.99.4)
73+
ruby2_keywords (0.0.5)
7274
sentry-raven (2.7.3)
7375
faraday (>= 0.7.6, < 1.0)
7476
sidekiq (4.0.2)
7577
concurrent-ruby (~> 1.0)
7678
connection_pool (~> 2.2, >= 2.2.0)
7779
redis (~> 3.2, >= 3.2.1)
78-
sinatra (2.0.3)
80+
sinatra (2.2.0)
7981
mustermann (~> 1.0)
80-
rack (~> 2.0)
81-
rack-protection (= 2.0.3)
82+
rack (~> 2.2)
83+
rack-protection (= 2.2.0)
8284
tilt (~> 2.0)
8385
thor (0.20.0)
8486
thread_safe (0.3.6)
85-
tilt (2.0.8)
87+
tilt (2.0.11)
8688
timecop (0.9.1)
8789
travis-config (1.0.13)
8890
hashr (~> 2.0.0)
@@ -107,7 +109,7 @@ DEPENDENCIES
107109
rspec (~> 2.9)
108110
sentry-raven
109111
sidekiq (~> 4.0.0)
110-
sinatra (~> 2.0.3)
112+
sinatra (~> 2.2.0)
111113
timecop
112114
travis-config (~> 1.0.0)
113115
travis-support!

0 commit comments

Comments
 (0)