We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab55205 commit e21a4feCopy full SHA for e21a4fe
CHANGELOG
@@ -1,6 +1,6 @@
1
v1.6.0
2
- - Add support for psych 4.0 yaml loading
3
- Adding support for Ruby 3.1
+ - Add support for psych 4.0 yaml loading
4
- Lock Faraday down to < 2.0
5
6
v1.5.6
spec/spec_helper.rb
@@ -2,7 +2,7 @@
require 'simplecov'
require 'simplecov-rcov'
SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
- unless SimpleCov.running
+ unless SimpleCov.running # Hack to prevent starting SimpleCov multiple times see: https://github.com/simplecov-ruby/simplecov/issues/1003
SimpleCov.start do
7
add_filter '/vendor'
8
add_filter '/spec'
0 commit comments