Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Bump sinatra from 2.0.7 to 2.2.0 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ GEM
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
mustermann (1.0.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.1)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
Expand All @@ -47,8 +48,8 @@ GEM
rack (>= 1.2, < 3)
puma (4.1.0)
nio4r (~> 2.0)
rack (2.0.7)
rack-protection (2.0.7)
rack (2.2.3)
rack-protection (2.2.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -67,10 +68,11 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
sinatra (2.0.7)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.7)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
slack-ruby-client (0.14.4)
activesupport
Expand All @@ -81,7 +83,7 @@ GEM
websocket-driver
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.9)
tilt (2.0.10)
timers (4.3.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
Expand Down