Commit b43701e

mo khan <mo@mokhan.ca>
2015-02-03 04:43:53
add sneakers and foreman.
1 parent d62b071
Changed files (2)
Gemfile
@@ -32,6 +32,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc
 # Use Capistrano for deployment
 # gem 'capistrano-rails', group: :development
 gem 'bunny'
+gem 'sneakers'
+gem 'foreman'
 
 group :development, :test do
   # Call 'byebug' anywhere in the code to stop execution and get a debugger console
Gemfile.lock
@@ -57,8 +57,12 @@ GEM
     columnize (0.9.0)
     debug_inspector (0.0.2)
     debugger-linecache (1.2.0)
+    dotenv (1.0.2)
     erubis (2.7.0)
     execjs (2.2.2)
+    foreman (0.77.0)
+      dotenv (~> 1.0.2)
+      thor (~> 0.19.1)
     globalid (0.3.0)
       activesupport (>= 4.1.0)
     hike (1.2.3)
@@ -121,7 +125,15 @@ GEM
     sdoc (0.4.1)
       json (~> 1.7, >= 1.7.7)
       rdoc (~> 4.0)
+    serverengine (1.5.10)
+      sigdump (~> 0.2.2)
+    sigdump (0.2.2)
     slop (3.6.0)
+    sneakers (1.0.1)
+      bunny (~> 1.6.3)
+      serverengine
+      thor
+      thread
     spring (1.2.0)
     sprockets (2.12.3)
       hike (~> 1.2)
@@ -133,6 +145,7 @@ GEM
       activesupport (>= 3.0)
       sprockets (>= 2.8, < 4.0)
     thor (0.19.1)
+    thread (0.1.4)
     thread_safe (0.3.4)
     tilt (1.4.1)
     turbolinks (2.5.3)
@@ -155,12 +168,14 @@ DEPENDENCIES
   bunny
   byebug
   coffee-rails (~> 4.1.0)
+  foreman
   jbuilder (~> 2.0)
   jquery-rails
   pg
   rails (= 4.2.0)
   sass-rails (~> 5.0)
   sdoc (~> 0.4.0)
+  sneakers
   spring
   turbolinks
   uglifier (>= 1.3.0)