Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
shurikk committed Mar 12, 2018
1 parent eabc874 commit 36ccc3d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions Gemfile.lock
Expand Up @@ -4,8 +4,9 @@ GEM
bencode (0.8.1)
diff-lcs (1.2.5)
kgio (2.9.2)
rack (1.5.2)
rack-protection (1.5.3)
mustermann (1.0.2)
rack (2.0.4)
rack-protection (2.0.1)
rack
rack-test (0.6.2)
rack (>= 1.0)
Expand All @@ -19,11 +20,12 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
tilt (1.4.1)
sinatra (2.0.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
tilt (~> 2.0)
tilt (2.0.8)
unicorn (4.8.3)
kgio (~> 2.6)
rack
Expand All @@ -39,3 +41,6 @@ DEPENDENCIES
rspec
sinatra
unicorn

BUNDLED WITH
1.16.1

0 comments on commit 36ccc3d

Please sign in to comment.