Skip to content

Commit e07500f

Browse files
committed
Drop 'main', as unrelated to Rails versions
We probably meant 'master', but we don't run against Rails edge.
1 parent e5ebcff commit e07500f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MAJOR =
2626
case RAILS_VERSION
2727
when /5-2-stable/
2828
5
29-
when /main/, /stable/, nil, false, ''
29+
when /stable/, nil, false, ''
3030
6
3131
else
3232
/(\d+)[\.|-]\d+/.match(RAILS_VERSION).captures.first.to_i

0 commit comments

Comments
 (0)