Skip to content

Commit 4bcc7bc

Browse files
committed
Fix duplicate Gemfile entry warning
Your Gemfile lists the gem rake (>= 13) more than once. You should probably keep only one of them. Remove any duplicate entries and specify the gem only once. While it's not a problem now, it could cause errors if you change the version of one of them later.
1 parent a1a026f commit 4bcc7bc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/mdl.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ permissions:
88
jobs:
99
mdl:
1010
runs-on: ubuntu-latest
11-
env:
12-
BUNDLE_ONLY: mdl
1311

1412
steps:
1513
- uses: actions/checkout@v3

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ end
5151

5252
group :mdl do
5353
gem "mdl", require: false
54-
gem "rake", ">= 13", require: false
5554
end
5655

5756
group :doc do

0 commit comments

Comments
 (0)