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

Bump sinatra from 2.0.5 to 2.1.0 #71

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ GEM
foreman (0.85.0)
thor (~> 0.19.1)
jaro_winkler (1.5.2)
mustermann (1.0.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
parallel (1.13.0)
parser (2.6.0.0)
ast (~> 2.4.0)
Expand All @@ -16,8 +17,8 @@ GEM
pg (~> 0)
powerpack (0.1.2)
psych (3.1.0)
rack (2.0.6)
rack-protection (2.0.5)
rack (2.2.3)
rack-protection (2.1.0)
rack
rainbow (3.0.0)
rubocop (0.65.0)
Expand All @@ -30,11 +31,12 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
ruby2_keywords (0.0.2)
sequel (4.40.0)
sinatra (2.0.5)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.5)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
slack-notifier (1.5.1)
terminal-table (1.8.0)
Expand All @@ -44,7 +46,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.19.4)
tilt (2.0.9)
tilt (2.0.10)
unicode-display_width (1.4.1)

PLATFORMS
Expand Down