6 lines
112 B
Ruby
6 lines
112 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
eval File.read('Gemfile-custom.rb') if File.exist?('Gemfile-custom.rb')
|