Skip to content

Commit 86c1564

Browse files
committed
Remove git_source(:github)
bundler itself has `github:` shorthand see. https://bundler.io/guides/git.html
1 parent f39d33e commit 86c1564

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# frozen_string_literal: true
22

3-
source "https://rubygems.org"
4-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
5-
63
gem "rails", "~> 6.1.7.10"
74

85
gem "active_storage_validations"

0 commit comments

Comments
 (0)