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.
2 parents ab43ce9 + 1e7e9df commit cb65c87Copy full SHA for cb65c87
Gemfile
@@ -2,6 +2,13 @@ source 'https://rubygems.org/'
2
3
gemspec
4
5
+# FIXME: This is a workaround to resolve the following error in Ruby 3.5:
6
+#
7
+# /home/runner/work/webmock/webmock/vendor/bundle/ruby/3.5.0+0/gems/ethon-0.16.0/lib/ethon.rb:2:
8
+# warning: logger was loaded from the standard library, but is not part of the default gems starting from Ruby 3.5.0.
9
10
+# It can likely be removed once `ethon`, which is a dependency of `typhoeus`, manages its `logger` dependency.
11
+gem 'logger'
12
gem 'ostruct'
13
gem 'rake'
14
0 commit comments