Skip to content

Commit 4ab1ed7

Browse files
committed
Fix undefined Rails version for other repos sub-builds
https://github.com/rspec/rspec-support/runs/4956870915?check_suite_focus=true
1 parent 529f5dc commit 4ab1ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile-rails-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232
# automatically included. This issue was fixed on the Rails
3333
# side in Rails 7.0.1, but is not yet fixed in the Rails 6.1.x
3434
# branch. Discussion can be found here - https://github.com/mikel/mail/pull/1439
35-
if RUBY_VERSION >= '3.1' && version.split(' ').last < '7.0'
35+
if RUBY_VERSION >= '3.1'
3636
gem 'net-smtp', require: false
3737
gem 'net-imap', require: false
3838
gem 'net-pop', require: false

0 commit comments

Comments
 (0)