Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 3bde989

Browse files
authored
Merge pull request #3064 from rspec/fix-ci
Fix ci
2 parents f8c8880 + 6363ffc commit 3bde989

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,6 @@ end
103103

104104
gem 'contracts', '< 0.16' if RUBY_VERSION < '1.9.0'
105105

106+
gem 'drb' if RUBY_VERSION >= '3.4'
107+
106108
eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')

spec/integration/spec_file_load_errors_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def foo
204204
Failure/Error: __send__(method, file)
205205
EOS
206206

207-
if RUBY_VERSION.to_f > 3.2
207+
if RUBY_VERSION > '3.2.2'
208208
expect(formatted_output).to include unindent(<<-EOS)
209209
SyntaxError:
210210
--> ./tmp/aruba/broken_file.rb

0 commit comments

Comments
 (0)