source 'https://rubygems.org'

gem 'foo_gem', '~> 2.0'

source 'https://gems.example.com' do
  gem 'my_gem', '1.0'
  gem 'another_gem', '3.1.4'
end

