Skip to content
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
32 changes: 24 additions & 8 deletions samples/server/petstore/sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
GEM
remote: https://rubygems.org/
specs:
rack (1.6.4)
rack-protection (1.5.3)
rack
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
base64 (0.3.0)
logger (1.7.0)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
rack (3.2.3)
rack-protection (4.2.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
ruby2_keywords (0.0.5)
sinatra (4.2.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.2.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sinatra-cross_origin (0.3.2)
tilt (2.0.1)
tilt (2.6.1)

PLATFORMS
ruby

DEPENDENCIES
sinatra
sinatra-cross_origin

BUNDLED WITH
2.7.2