diff --git a/Gemfile b/Gemfile index b9ef5fe1f..e15bbf4d5 100644 --- a/Gemfile +++ b/Gemfile @@ -107,6 +107,6 @@ end gem 'contracts', '< 0.16' if RUBY_VERSION < '1.9.0' -gem 'drb' if RUBY_VERSION >= '3.4' +gem 'drb' if RUBY_VERSION >= '3.3' eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')