Skip to content
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 @@ -121,6 +121,8 @@ GEM
multi_json (1.12.1)
multi_test (0.1.2)
multipart-post (2.0.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nenv (0.3.0)
nesty (1.0.2)
net-scp (1.1.2)
Expand All @@ -142,8 +144,8 @@ GEM
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (2.0.4)
rack (1.6.5)
rack-protection (1.5.3)
rack (2.1.4)
rack-protection (2.0.8.1)
rack
rainbow (2.2.2)
rake
Expand Down Expand Up @@ -172,6 +174,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
ruby2_keywords (0.0.2)
ruby_dep (1.3.1)
rubyntlm (0.6.1)
rubyzip (1.2.0)
Expand All @@ -187,14 +190,15 @@ GEM
simplecov-html (0.9.0)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
slop (3.6.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.5)
tilt (2.0.10)
timecop (0.7.4)
tzinfo (1.2.2)
thread_safe (~> 0.1)
Expand Down