Skip to content

Commit 7dab84d

Browse files
committed
Gemfile: Remove Gemfile.local support
We don't use a Gemfile.local in this repository and dependabot fails to parse it.
1 parent 0647457 commit 7dab84d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ vendor/*
22
output/*
33
.bundle
44
gems
5-
Gemfile.local
65
Gemfile.lock
76
*.log
87
ext/packaging

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ group(:development, optional: true) do
2323
end
2424

2525
#gem 'rubocop', "~> 0.34.2"
26-
27-
eval_gemfile("#{__FILE__}.local") if File.exist?("#{__FILE__}.local")

0 commit comments

Comments
 (0)