Skip to content

Commit 90d47ed

Browse files
committed
Use latest Rails by default
Latest Rails includes ActiveCable tests, that are otherwise skipped when testing compatibility of other RSpec projects, e.g. `rspec-expectation` on CI.
1 parent 3778862 commit 90d47ed

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
@@ -28,7 +28,7 @@ when /stable/
2828
MAJOR = 6
2929
MINOR = 0
3030
when nil, false, ""
31-
MAJOR = 5
31+
MAJOR = 6
3232
MINOR = 0
3333
else
3434
match = /(\d+)(\.|-)(\d+)/.match(RAILS_VERSION)

0 commit comments

Comments
 (0)