From b43701e165fcc7e76110e5ae51040fbb5d34a30e Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 2 Feb 2015 21:43:53 -0700 Subject: add sneakers and foreman. --- Gemfile | 2 ++ Gemfile.lock | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/Gemfile b/Gemfile index 78d56d8..53bb740 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 7b3d09d..4db5e5c 100644 --- a/Gemfile.lock +++ b/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) -- cgit v1.2.3