Skip to content

Commit

Permalink
update bundler and add rvm file for ruby-3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taf2 committed Feb 9, 2025
1 parent bb097b1 commit 35b8542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby-3.4.1
2 changes: 1 addition & 1 deletion tests/tc_curl_multi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def test_multi_easy_get_with_error
rescue Curl::Err::AbortedByCallbackError => e
did_raise = true
in_file = e.backtrace.detect {|err| err.match?(File.basename(__FILE__)) }
in_file_stack = e.backtrace.select {|err| err.match?(File.basename(__FILE__)) }
#in_file_stack = e.backtrace.select {|err| err.match?(File.basename(__FILE__)) }
assert_match(__FILE__, in_file)
in_file.gsub!(__FILE__)
parts = in_file.split(':')
Expand Down

0 comments on commit 35b8542

Please sign in to comment.