2013-07-27 13:04:23 +00:00

6 lines
112 B
Ruby

source 'https://rubygems.org'
gemspec
eval File.read('Gemfile-custom.rb') if File.exist?('Gemfile-custom.rb')