Skip to content

Commit ef5aa9b

Browse files
authored
Merge pull request #23 from bastelfreak/fix
Gemfile: Remove Gemfile.local support
2 parents 5b7aa16 + 7dab84d commit ef5aa9b

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.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)