Skip to content

Commit 2bf5f3e

Browse files
authored
Merge pull request rails#47855 from zzak/gemfile-duplicate-entry-warning
Fix duplicate Gemfile entry warning
2 parents 70d3b87 + 4bcc7bc commit 2bf5f3e

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)