Skip to content

Commit 3b77171

Browse files
committed
Fix CI gemfile reference
1 parent 14577f5 commit 3b77171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- ruby: "jruby-9.4"
5252
rails: "5.2"
5353
env:
54-
BUNDLE_GEMFILE: ci.gemfile
54+
BUNDLE_GEMFILE: .ci.gemfile
5555
RAILS_VERSION: ${{ matrix.rails }}
5656

5757
steps:

0 commit comments

Comments
 (0)