Skip to content

Commit ac50f2a

Browse files
committed
Fix gemfile name
1 parent fa1f2ee commit ac50f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
ruby-version: ['3.0', '3.3']
12-
gemfile: ['Gemfile', 'Gemfile.rails71']
12+
gemfile: ['Gemfile', 'Gemfile_rails71']
1313
exclude:
1414
# Rails 7.2 requires Ruby 3.1+
1515
- ruby-version: '3.0'

0 commit comments

Comments
 (0)