Skip to content

Commit d905ff0

Browse files
authored
Merge pull request #13 from fdocr/dependabot/bundler/sinatra-2.2.3
Bump sinatra from 2.2.0 to 2.2.3
2 parents 1c98ed4 + e79fbee commit d905ff0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |name| "https://github.com/#{name}.git" }
44
source "https://rubygems.org"
55
ruby File.read(File.join(File.dirname(__FILE__), ".ruby-version")).strip
66

7-
gem 'sinatra', '~> 2.1'
7+
gem 'sinatra', '~> 2.2'
88
gem 'puma', '~> 5.6'
99
gem 'rack-attack', '~> 6.5'
1010
gem 'redis-activesupport', '~> 5.2'

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ GEM
1414
concurrent-ruby (~> 1.0)
1515
minitest (5.18.0)
1616
multi_json (1.15.0)
17-
mustermann (1.1.2)
17+
mustermann (2.0.2)
1818
ruby2_keywords (~> 0.0.1)
1919
nio4r (2.5.8)
2020
puma (5.6.4)
2121
nio4r (~> 2.0)
2222
rack (2.2.7)
2323
rack-attack (6.6.0)
2424
rack (>= 1.0, < 3)
25-
rack-protection (2.2.0)
25+
rack-protection (2.2.3)
2626
rack
2727
rack-test (1.1.0)
2828
rack (>= 1.0, < 3)
@@ -46,16 +46,16 @@ GEM
4646
rspec-support (~> 3.11.0)
4747
rspec-support (3.11.0)
4848
ruby2_keywords (0.0.5)
49-
sinatra (2.2.0)
50-
mustermann (~> 1.0)
49+
sinatra (2.2.3)
50+
mustermann (~> 2.0)
5151
rack (~> 2.2)
52-
rack-protection (= 2.2.0)
52+
rack-protection (= 2.2.3)
5353
tilt (~> 2.0)
54-
sinatra-contrib (2.2.0)
54+
sinatra-contrib (2.2.3)
5555
multi_json
56-
mustermann (~> 1.0)
57-
rack-protection (= 2.2.0)
58-
sinatra (= 2.2.0)
56+
mustermann (~> 2.0)
57+
rack-protection (= 2.2.3)
58+
sinatra (= 2.2.3)
5959
tilt (~> 2.0)
6060
sinatra-reloader (1.0)
6161
sinatra-contrib
@@ -77,7 +77,7 @@ DEPENDENCIES
7777
rack-test (~> 1.1)
7878
redis-activesupport (~> 5.2)
7979
rspec (~> 3.10)
80-
sinatra (~> 2.1)
80+
sinatra (~> 2.2)
8181
sinatra-reloader (~> 1.0)
8282

8383
RUBY VERSION

0 commit comments

Comments
 (0)