acts_as_trackable 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69a6aa75568eb589a8c65044e6ea53fb3acf026554bd81515767b1a41ff8817f
4
- data.tar.gz: e2dc8735530dbb20a63c21d5fd714f3cb8fe8b7895908804294db9ac8675f197
3
+ metadata.gz: ba1f9f6e084d46878fcc2c2a9449c44599571ded79f960778109215bd2e6e974
4
+ data.tar.gz: d5e4eb2b78cd9b4e72887e71cc074e6ebcf7864a1650c409aef1545c3c5fa2cf
5
5
  SHA512:
6
- metadata.gz: 63a6c3ed2c204153d4d14dbf60cffd5183dfb18d3aae4afd78deb7a42d9c127d5d9e2f10a7113897ea6ad89290a5f80078132f86daba6eb2c2619e38dc8004d2
7
- data.tar.gz: 2c2914f5a6e1146dbe602a5ef25ab611d1415790aeb4bb3b9f24b7d9c9d9e6e44b4ced964402856ce1e558ac2ccbe2e3cae0685bc4bcc203bbb3ca3aa84c9eb3
6
+ metadata.gz: '08711912e524e757253b670f3dc7f47c412c8df79f01339b3a7c7b91e47b89a92226134a9d88a1e5fd35e15b5a38a63fbb67511532a348358682327348dcf3e5'
7
+ data.tar.gz: ee9f1b3365713c4eadd7fdc7c4fd690e18c7a3a79f8398fc4dd84a0a046a646a9246f6fd6abc035e27771795554783e18dd5ba3c8efd7e74a9def988dd430397
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- acts_as_trackable (0.4.1)
4
+ acts_as_trackable (0.4.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actionpack (7.2.2.1)
10
- actionview (= 7.2.2.1)
11
- activesupport (= 7.2.2.1)
9
+ actionpack (7.2.2.2)
10
+ actionview (= 7.2.2.2)
11
+ activesupport (= 7.2.2.2)
12
12
  nokogiri (>= 1.8.5)
13
13
  racc
14
14
  rack (>= 2.2.4, < 3.2)
@@ -17,19 +17,19 @@ GEM
17
17
  rails-dom-testing (~> 2.2)
18
18
  rails-html-sanitizer (~> 1.6)
19
19
  useragent (~> 0.16)
20
- actionview (7.2.2.1)
21
- activesupport (= 7.2.2.1)
20
+ actionview (7.2.2.2)
21
+ activesupport (= 7.2.2.2)
22
22
  builder (~> 3.1)
23
23
  erubi (~> 1.11)
24
24
  rails-dom-testing (~> 2.2)
25
25
  rails-html-sanitizer (~> 1.6)
26
- activemodel (7.2.2.1)
27
- activesupport (= 7.2.2.1)
28
- activerecord (7.2.2.1)
29
- activemodel (= 7.2.2.1)
30
- activesupport (= 7.2.2.1)
26
+ activemodel (7.2.2.2)
27
+ activesupport (= 7.2.2.2)
28
+ activerecord (7.2.2.2)
29
+ activemodel (= 7.2.2.2)
30
+ activesupport (= 7.2.2.2)
31
31
  timeout (>= 0.4.0)
32
- activesupport (7.2.2.1)
32
+ activesupport (7.2.2.2)
33
33
  base64
34
34
  benchmark (>= 0.3)
35
35
  bigdecimal
@@ -41,15 +41,15 @@ GEM
41
41
  minitest (>= 5.1)
42
42
  securerandom (>= 0.3)
43
43
  tzinfo (~> 2.0, >= 2.0.5)
44
- base64 (0.2.0)
45
- benchmark (0.4.0)
46
- bigdecimal (3.1.9)
44
+ base64 (0.3.0)
45
+ benchmark (0.4.1)
46
+ bigdecimal (3.2.2)
47
47
  builder (3.3.0)
48
48
  concurrent-ruby (1.3.5)
49
- connection_pool (2.5.0)
49
+ connection_pool (2.5.3)
50
50
  crass (1.0.6)
51
51
  date (3.4.1)
52
- drb (2.2.1)
52
+ drb (2.2.3)
53
53
  erubi (1.13.1)
54
54
  generator_spec (0.10.0)
55
55
  activesupport (>= 3.0.0)
@@ -61,7 +61,7 @@ GEM
61
61
  pp (>= 0.6.0)
62
62
  rdoc (>= 4.0.0)
63
63
  reline (>= 0.4.2)
64
- logger (1.6.6)
64
+ logger (1.7.0)
65
65
  loofah (2.24.0)
66
66
  crass (~> 1.0.2)
67
67
  nokogiri (>= 1.12.0)
@@ -92,9 +92,9 @@ GEM
92
92
  rails-html-sanitizer (1.6.2)
93
93
  loofah (~> 2.21)
94
94
  nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
95
- railties (7.2.2.1)
96
- actionpack (= 7.2.2.1)
97
- activesupport (= 7.2.2.1)
95
+ railties (7.2.2.2)
96
+ actionpack (= 7.2.2.2)
97
+ activesupport (= 7.2.2.2)
98
98
  irb (~> 1.13)
99
99
  rackup (>= 1.0.0)
100
100
  rake (>= 12.2)
data/changelog.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # acts_as_trackable Changelog
2
- ## Version: 0.4.0
2
+ ## Version: 0.4.2
3
+ ### Patch
4
+ - Upgraded dependencies to patch CVE-2025-55193.
5
+ ## Version: 0.4.1
3
6
  ### Patch
4
7
  - Upgraded dependencies to patch CVE-2025-6021, CVE-2025-6170, CVE-2025-49794, CVE-2025-49795, CVE-2025-49796, and CVE-2025-54314.
5
8
  ## Version: 0.4.0
@@ -1,3 +1,3 @@
1
1
  module ActsAsTrackable
2
- VERSION = '0.4.1'.freeze
2
+ VERSION = '0.4.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_trackable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmad Keewan
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-07-28 00:00:00.000000000 Z
12
+ date: 2025-08-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: generator_spec