Skip to content

Commit

Permalink
Merge pull request #3064 from rspec/fix-ci
Browse files Browse the repository at this point in the history
Fix ci
  • Loading branch information
pirj committed Jan 25, 2024
2 parents f8c8880 + 6363ffc commit 3bde989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,6 @@ end

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

gem 'drb' if RUBY_VERSION >= '3.4'

eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')
2 changes: 1 addition & 1 deletion spec/integration/spec_file_load_errors_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def foo
Failure/Error: __send__(method, file)
EOS

if RUBY_VERSION.to_f > 3.2
if RUBY_VERSION > '3.2.2'
expect(formatted_output).to include unindent(<<-EOS)
SyntaxError:
--> ./tmp/aruba/broken_file.rb
Expand Down

0 comments on commit 3bde989

Please sign in to comment.