# frozen_string_literal: true

source 'https://rubygems.org'

# Use dependencies from gemspec
gemspec

# Load local Gemfile
if File.file? File.expand_path('Gemfile.local', __dir__)
  load File.expand_path('Gemfile.local', __dir__)
end
