Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion sample-ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"
gem "sinatra", "~> 2.2"
gem "sinatra", "~> 4.1"
gem "webrick", "~> 1.7"

28 changes: 18 additions & 10 deletions sample-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
GEM
remote: https://rubygems.org/
specs:
mustermann (2.0.2)
base64 (0.2.0)
logger (1.6.1)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
rack (2.2.8)
rack-protection (2.2.3)
rack
rack (3.1.8)
rack-protection (4.1.0)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
ruby2_keywords (0.0.5)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
sinatra (4.1.0)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.0.11)
tilt (2.4.0)
webrick (1.7.0)

PLATFORMS
x86_64-linux

DEPENDENCIES
sinatra (~> 2.2)
sinatra (~> 4.1)
webrick (~> 1.7)

BUNDLED WITH
Expand Down