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
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rake'
gem 'rack'

gem 'sinatra', '~> 2.2'
gem 'sinatra', '~> 4.2'
gem 'sinatra-contrib'

gem 'haml', '~> 5.0'
Expand Down
39 changes: 24 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
base64 (0.3.0)
diff-lcs (1.5.0)
haml (5.2.2)
temple (>= 0.8.0)
tilt
kgio (2.11.4)
logger (1.7.0)
multi_json (1.15.0)
mustermann (2.0.2)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
net-ldap (0.17.1)
rack (2.2.20)
rack-protection (2.2.4)
rack
rack (3.2.3)
rack-protection (4.2.0)
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)
raindrops (0.20.1)
rake (13.0.6)
rspec (3.12.0)
Expand All @@ -29,19 +36,21 @@ GEM
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
ruby2_keywords (0.0.5)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.4)
sinatra (4.2.0)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.2.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sinatra-contrib (2.2.4)
multi_json
mustermann (~> 2.0)
rack-protection (= 2.2.4)
sinatra (= 2.2.4)
sinatra-contrib (4.2.0)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 4.2.0)
sinatra (= 4.2.0)
tilt (~> 2.0)
temple (0.10.0)
tilt (2.1.0)
tilt (2.6.1)
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
Expand All @@ -56,7 +65,7 @@ DEPENDENCIES
rack
rake
rspec
sinatra (~> 2.2)
sinatra (~> 4.2)
sinatra-contrib
unicorn
webrick
Expand Down