summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index ede0e27..9c06240 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -2,7 +2,7 @@ PATH
remote: .
specs:
zero (0.0.1)
- rack
+ tilt
GEM
remote: https://rubygems.org/
@@ -38,6 +38,7 @@ GEM
rspec-mocks (2.12.0)
slop (3.3.3)
thor (0.16.0)
+ tilt (1.3.3)
PLATFORMS
ruby
@@ -46,6 +47,7 @@ DEPENDENCIES
guard
guard-bundler
guard-rspec
+ rack
rspec
thor
zero!