Add foreman and rerun to Gemfile

This commit is contained in:
Piotr Sarnacki 2012-09-26 15:06:34 +02:00
parent effb79fd66
commit 6207eecbcf
2 changed files with 11 additions and 0 deletions

View File

@ -24,3 +24,8 @@ group :assets do
gem 'tilt' gem 'tilt'
gem 'guard' gem 'guard'
end end
group :development do
gem 'foreman'
gem 'rerun'
end

View File

@ -140,6 +140,8 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
faraday (0.8.4) faraday (0.8.4)
multipart-post (~> 1.1) multipart-post (~> 1.1)
foreman (0.59.0)
thor (>= 0.13.6)
fssm (0.2.9) fssm (0.2.9)
guard (1.3.3) guard (1.3.3)
listen (>= 0.4.2) listen (>= 0.4.2)
@ -202,6 +204,8 @@ GEM
json (~> 1.4) json (~> 1.4)
redcarpet (2.1.1) redcarpet (2.1.1)
redis (3.0.1) redis (3.0.1)
rerun (0.7.1)
listen
rollout (1.1.0) rollout (1.1.0)
sass (3.2.1) sass (3.2.1)
signature (0.1.4) signature (0.1.4)
@ -246,6 +250,7 @@ DEPENDENCIES
bunny bunny
coffee-script coffee-script
compass compass
foreman
gh! gh!
guard guard
hubble! hubble!
@ -253,6 +258,7 @@ DEPENDENCIES
pg (~> 0.13.2) pg (~> 0.13.2)
rake-pipeline! rake-pipeline!
rake-pipeline-web-filters! rake-pipeline-web-filters!
rerun
sinatra sinatra
sinatra-contrib sinatra-contrib
tilt tilt