Skip to content

Commit

Permalink
Added Gemfile.local to make it easier to install unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
yakatz committed Feb 2, 2014
1 parent e5b7f1d commit 0f7f256
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ doc/coverage/*
.ruby-gemset
.powrc
Gemfile-plugins.bak
Gemfile.local
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,8 @@ gem 'docsplit' # for graphics and pdf, ppt conversion

gem 'ice_cube'
gem 'recurring_select', '~> 1.2.1rc3'

# Load a local Gemfile if it exists
if File.exists?(basedir+'/Gemfile.local')
eval File.read(basedir+'/Gemfile.local')
end

0 comments on commit 0f7f256

Please sign in to comment.