source ENV['GEM_SOURCE'] || "https://rubygems.org"

gem "beaker", "~> 1.3.1"
gem 'rake', "~> 10.1.0"

if File.exists? "#{__FILE__}.local"
  eval(File.read("#{__FILE__}.local"), binding)
end
