Upgrade addressable to 2.9.0 (#2815)
* Upgrade addressable from 2.8.9 to 2.9.0 Security release fixing ReDoS vulnerabilities in Addressable::Template#match. No application impact — fizzy does not use Addressable::Template directly. * dep: fix saas drift
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ GEM
|
|||||||
specs:
|
specs:
|
||||||
action_text-trix (2.1.18)
|
action_text-trix (2.1.18)
|
||||||
railties
|
railties
|
||||||
addressable (2.8.9)
|
addressable (2.9.0)
|
||||||
public_suffix (>= 2.0.2, < 8.0)
|
public_suffix (>= 2.0.2, < 8.0)
|
||||||
ast (2.4.3)
|
ast (2.4.3)
|
||||||
autotuner (1.1.0)
|
autotuner (1.1.0)
|
||||||
|
|||||||
+3
-3
@@ -217,7 +217,7 @@ GEM
|
|||||||
activemodel (>= 7.0)
|
activemodel (>= 7.0)
|
||||||
activemodel-serializers-xml (~> 1.0)
|
activemodel-serializers-xml (~> 1.0)
|
||||||
activesupport (>= 7.0)
|
activesupport (>= 7.0)
|
||||||
addressable (2.8.9)
|
addressable (2.9.0)
|
||||||
public_suffix (>= 2.0.2, < 8.0)
|
public_suffix (>= 2.0.2, < 8.0)
|
||||||
anyway_config (2.7.2)
|
anyway_config (2.7.2)
|
||||||
ruby-next-core (~> 1.0)
|
ruby-next-core (~> 1.0)
|
||||||
@@ -724,7 +724,7 @@ DEPENDENCIES
|
|||||||
jbuilder
|
jbuilder
|
||||||
kamal
|
kamal
|
||||||
letter_opener
|
letter_opener
|
||||||
lexxy (= 0.9.0.beta)
|
lexxy (= 0.9.2.beta)
|
||||||
mission_control-jobs
|
mission_control-jobs
|
||||||
mittens
|
mittens
|
||||||
mocha
|
mocha
|
||||||
@@ -750,7 +750,7 @@ DEPENDENCIES
|
|||||||
stackprof
|
stackprof
|
||||||
stimulus-rails
|
stimulus-rails
|
||||||
thruster
|
thruster
|
||||||
trilogy (~> 2.10)
|
trilogy (~> 2.11)
|
||||||
turbo-rails!
|
turbo-rails!
|
||||||
useragent!
|
useragent!
|
||||||
vcr
|
vcr
|
||||||
|
|||||||
Reference in New Issue
Block a user