Skip to content

Commit 99deb05

Browse files
committed
Gemfile: Remove Gemfile.local support
With the eval line, that we don't even use, dependabot errors out: ``` +-------------------------------------------------------------------------------------------------------------------------------------------------------+ | Errors | +-------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | Type | Details | +-------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | dependency_file_not_parseable | { | | | "message": "Dependabot only supports uninterpolated string arguments to eval_gemfile. Got `\"#{__FILE__}.local\"`", | | | "file-path": "/Gemfile" | | | } | +-------------------------------+-----------------------------------------------------------------------------------------------------------------------+ ```
1 parent f7792b9 commit 99deb05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ gem 'octokit'
1919
gem 'rubocop', "~> 1.22"
2020
gem 'rubocop-rake'
2121
gem 'github_changelog_generator'
22-
23-
eval_gemfile("#{__FILE__}.local") if File.exist?("#{__FILE__}.local")

0 commit comments

Comments
 (0)