diff --git a/Gemfile b/Gemfile
index 28c051b2..86b97759 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,6 +13,7 @@ gem 'rack-cache',     '~> 1.2'
 gem 'gh',             github: 'rkh/gh'
 gem 'bunny'
 gem 'dalli'
+gem 'pry'
 
 group :test do
   gem 'rspec',        '~> 2.11'
diff --git a/Gemfile.lock b/Gemfile.lock
index 3009188d..6f6e2591 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -40,7 +40,7 @@ GIT
 
 GIT
   remote: git://github.com/travis-ci/travis-core.git
-  revision: 6c02e7a1ddddc73054bd7eb351c53ce8523d7cb1
+  revision: be375db6256783b04374d850d2cd9fb6825c2cdc
   branch: sf-travis-api
   specs:
     travis-core (0.0.1)
@@ -117,6 +117,7 @@ GEM
     backports (2.6.4)
     builder (3.0.4)
     bunny (0.8.0)
+    coderay (1.0.8)
     daemons (1.1.9)
     dalli (2.3.0)
     data_migrations (0.0.1)
@@ -144,6 +145,7 @@ GEM
       mime-types (~> 1.16)
       treetop (~> 1.4.8)
     metaclass (0.0.1)
+    method_source (0.8.1)
     metriks (0.9.9.1)
       atomic (~> 1.0)
       avl_tree (~> 1.1.2)
@@ -165,6 +167,10 @@ GEM
       actionmailer
       postmark (>= 0.9.0)
       rake
+    pry (0.9.10)
+      coderay (~> 1.0.5)
+      method_source (~> 0.8)
+      slop (~> 3.3.1)
     puma (1.6.3)
       rack (~> 1.2)
     pusher (0.9.4)
@@ -217,6 +223,7 @@ GEM
       rack-test
       sinatra (~> 1.3.0)
       tilt (~> 1.3)
+    slop (3.3.3)
     sprockets (2.1.3)
       hike (~> 1.2)
       rack (~> 1.0)
@@ -246,6 +253,7 @@ DEPENDENCIES
   hubble!
   micro_migrations!
   mocha (~> 0.12)
+  pry
   puma
   rack-cache (~> 1.2)
   rack-contrib!
diff --git a/Procfile b/Procfile
index 3f760dc7..bbb53736 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1,2 @@
 web: bundle exec ./script/server
+console: bundle exec ./script/console