We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff6488 commit 8384080Copy full SHA for 8384080
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# 3.25.0
4
+
5
+* Resolve net-http adapter deprecation Ruby 3.4
6
7
+ Thanks to [Earlopain](https://github.com/Earlopain)
8
9
# 3.24.0
10
11
* Ignore parsing errors when parsing invalid JSON or XML body to match against body pattern #1066
README.md
@@ -44,6 +44,7 @@ Supported Ruby Interpreters
44
* MRI 3.1
45
* MRI 3.2
46
* MRI 3.3
47
+* MRI 3.4
48
* JRuby
49
50
## Installation
lib/webmock/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module WebMock
- VERSION = '3.24.0' unless defined?(::WebMock::VERSION)
+ VERSION = '3.25.0' unless defined?(::WebMock::VERSION)
end
0 commit comments