summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/gems.rb
blob: 547cd6e8d9bb760359cb5da80e3471c3201b7774 (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"