Skip to content

Commit aec41e9

Browse files
committed
[CI] Bundle drb on Ruby >= 3.4
1 parent 60d8bc3 commit aec41e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ gem 'selenium-webdriver'
4545
gem 'net-smtp' if RUBY_VERSION >= '3.1'
4646
gem 'bigdecimal' if RUBY_VERSION >= '3.4'
4747
gem 'mutex_m' if RUBY_VERSION >= '3.4'
48+
gem 'drb' if RUBY_VERSION >= '3.4'

0 commit comments

Comments
 (0)