We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8893e3 + afe5a66 commit 81461ecCopy full SHA for 81461ec
3 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [2.0.8] - 2026-04-08
2
+- Update `addressable` to `2.9.0` to fix Regular Expression Denial of Service in Addressable templates.
3
+
4
## [2.0.7] - 2026-03-30
5
- Update RuboCop configuration to enforce double quotes for strings.
6
- Add RuboCop lint stage to CI pipeline.
Gemfile.lock
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
- json_requester (2.0.7)
+ json_requester (2.0.8)
faraday (~> 2.0, >= 2.0.1)
faraday-multipart (~> 1.2.0)
7
8
GEM
9
remote: https://rubygems.org/
10
11
- addressable (2.8.9)
+ addressable (2.9.0)
12
public_suffix (>= 2.0.2, < 8.0)
13
ast (2.4.3)
14
bigdecimal (4.0.1)
VERSION.md
@@ -1 +1 @@
-2.0.7
+2.0.8
0 commit comments