uh-wm/Gemfile
2015-04-06 16:36:20 +00:00

6 lines
112 B
Ruby

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