Skip to content
Open
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 Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# A sample Gemfile
source "https://rubygems.org"

gem 'sinatra', '~> 2.1'
gem 'sinatra', '~> 2.2'
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
rack (2.2.3)
rack-protection (2.1.0)
rack (2.2.4)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.4)
sinatra (2.1.0)
mustermann (~> 1.0)
ruby2_keywords (0.0.5)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
rack-protection (= 2.2.3)
tilt (~> 2.0)
tilt (2.0.10)
tilt (2.0.11)

PLATFORMS
arm64-darwin-20
x86_64-linux

DEPENDENCIES
sinatra (~> 2.1)
sinatra (~> 2.2)

BUNDLED WITH
2.2.16