Skip to content

Commit

Permalink
Add rack to the Gemfile.
Browse files Browse the repository at this point in the history
The tests needed it.  It's a mystery to me how this ever worked without it.
  • Loading branch information
jacksonrayhamilton committed Apr 1, 2017
1 parent 8a86e45 commit 3b8aa3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -3,4 +3,5 @@ source "https://rubygems.org"
gem "fpm"
gem "minitest"
gem "puma"
gem "rack"
gem "rake"
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -35,6 +35,7 @@ GEM
mustache (= 0.99.8)
stud
puma (3.8.2)
rack (2.0.1)
rake (12.0.0)
ruby-xz (0.2.3)
ffi (~> 1.9)
Expand All @@ -48,6 +49,7 @@ DEPENDENCIES
fpm
minitest
puma
rack
rake

BUNDLED WITH
Expand Down

0 comments on commit 3b8aa3d

Please sign in to comment.