Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Bump sinatra from 1.4.6 to 2.2.0 #4

Closed
wants to merge 1 commit into from
Closed
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
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ GEM
diff-lcs (1.2.5)
ffi (1.9.10)
multi_json (1.11.2)
rack (1.6.4)
rack-protection (1.5.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
rack (2.2.3)
rack-protection (2.2.0)
rack
rspec (3.4.0)
rspec-core (~> 3.4.0)
Expand All @@ -22,17 +24,19 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
ruby2_keywords (0.0.5)
rubyzip (1.1.7)
selenium-webdriver (2.48.1)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
tilt (2.0.1)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
tilt (2.0.10)
websocket (1.2.2)

PLATFORMS
Expand Down