# frozen_string_literal: true

source "http://rubygems.org"

gemspec

gemfile_local = File.expand_path '../Gemfile.local', __FILE__
eval File.read(gemfile_local), binding, gemfile_local if File.exist? gemfile_local
