summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/gems.rb
blob: 56a62a7a822f7ae7579a0b08877cbbaa9051c07b (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

# A sample gems.rb
source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# gem "rails"