Add custom Gemfile evaling

This commit is contained in:
Thibault Jouan 2013-07-26 19:13:26 +00:00
parent 929e82cd55
commit c01389fa43
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Gemfile-custom.rb
/Gemfile.lock
/tmp/

View File

@ -1,3 +1,5 @@
source 'https://rubygems.org'
gemspec
eval File.read('Gemfile-custom.rb') if File.exist?('Gemfile-custom.rb')