Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Remove foreman from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
buren committed Jan 23, 2016
1 parent 11f2b3f commit 9323bad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ group :development, :test do
gem 'rspec-rails', '~> 3.4'
gem 'regressor', '~> 0.6'
gem 'faker', '~> 1.6'
gem 'foreman', '~> 0.7'
gem 'rubocop', '~> 0.35', require: false
gem 'dotenv-rails', '~> 2.1'
end
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ GEM
railties (>= 3.0.0)
faker (1.6.1)
i18n (~> 0.5)
foreman (0.78.0)
thor (~> 0.19.1)
geocoder (1.2.14)
globalid (0.3.6)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -254,7 +252,6 @@ DEPENDENCIES
dotenv-rails (~> 2.1)
factory_girl_rails (~> 4.0)
faker (~> 1.6)
foreman (~> 0.7)
geocoder (~> 1.2)
i18n-tasks (~> 0.9.2)
kaminari (~> 0.16)
Expand Down
5 changes: 5 additions & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ which rubocop 2>&1 >/dev/null || {
gem install rubocop
}

which foreman 2>&1 >/dev/null || {
echo -e '\n== Installing foreman =='
gem install foreman
}

echo -e '\n== Installing gem dependencies =='
bundle check || bundle install --without production
echo -e '\n== Bootstrap done =='

0 comments on commit 9323bad

Please sign in to comment.