acts_as_trackable 0.2.1 → 0.2.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: 8e1e2127839ff4762bd8b4eb413c7afd843163dfb580413772973d19f77b95b1
4
- data.tar.gz: a1b5c5e26d23eb367d2677b04b138697b29e1f481173e0abb26d9a17cc7f2033
3
+ metadata.gz: a1ba7eff88299a48e3c1d0798cf4b3123c7eb812b5ffc231890a7818a5ef68ed
4
+ data.tar.gz: 8501250d0cf87ac1346b38ca58dad26528d12f5a8e5aebd2d46c9d586cdc214c
5
5
  SHA512:
6
- metadata.gz: 6505c6da91c522a44d2608010086c8f0670e28ad938277fe6bfc5ab71b59dccce3a1d960509d94b9ac370698d1b03d0f3373b78edf8a2bad99c6dc28f22bdd01
7
- data.tar.gz: 0d1b06c1676b8714037bc574571dd92c4f8900b3321f04efb8d3a20fd25c0dd8f299d4943d98ccb964a5b545957f6f3cd62e090cecc8a854ff3544740e082997
6
+ metadata.gz: 9cdbc3522776687e96fb42dd9d59b3014ad146678c3935662627f08ab95c8087f65adcb6ccae7a759363cee038eb8d67fa902e225013b66bd5a6a5a8fb659a29
7
+ data.tar.gz: adf6b08cf70f55946e1eddcd970f7695589c9116e54a02d1e8ba4899a01ce8534dba2ad226e03805581be87769a1d81721ea3ee8fd9af2e658a79795582c48e4
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- acts_as_trackable (0.2.1)
4
+ acts_as_trackable (0.2.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actionpack (7.2.2)
10
- actionview (= 7.2.2)
11
- activesupport (= 7.2.2)
9
+ actionpack (7.2.2.1)
10
+ actionview (= 7.2.2.1)
11
+ activesupport (= 7.2.2.1)
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)
21
- activesupport (= 7.2.2)
20
+ actionview (7.2.2.1)
21
+ activesupport (= 7.2.2.1)
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)
27
- activesupport (= 7.2.2)
28
- activerecord (7.2.2)
29
- activemodel (= 7.2.2)
30
- activesupport (= 7.2.2)
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)
31
31
  timeout (>= 0.4.0)
32
- activesupport (7.2.2)
32
+ activesupport (7.2.2.1)
33
33
  base64
34
34
  benchmark (>= 0.3)
35
35
  bigdecimal
@@ -57,17 +57,17 @@ GEM
57
57
  i18n (1.14.6)
58
58
  concurrent-ruby (~> 1.0)
59
59
  io-console (0.8.0)
60
- irb (1.14.1)
60
+ irb (1.14.2)
61
61
  rdoc (>= 4.0.0)
62
62
  reline (>= 0.4.2)
63
- logger (1.6.2)
63
+ logger (1.6.3)
64
64
  loofah (2.23.1)
65
65
  crass (~> 1.0.2)
66
66
  nokogiri (>= 1.12.0)
67
67
  minitest (5.25.4)
68
- nokogiri (1.16.8-arm64-darwin)
68
+ nokogiri (1.17.2-arm64-darwin)
69
69
  racc (~> 1.4)
70
- nokogiri (1.16.8-x86_64-darwin)
70
+ nokogiri (1.17.2-x86_64-darwin)
71
71
  racc (~> 1.4)
72
72
  psych (5.2.1)
73
73
  date
@@ -84,25 +84,25 @@ GEM
84
84
  activesupport (>= 5.0.0)
85
85
  minitest
86
86
  nokogiri (>= 1.6)
87
- rails-html-sanitizer (1.6.1)
87
+ rails-html-sanitizer (1.6.2)
88
88
  loofah (~> 2.21)
89
89
  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)
90
- railties (7.2.2)
91
- actionpack (= 7.2.2)
92
- activesupport (= 7.2.2)
90
+ railties (7.2.2.1)
91
+ actionpack (= 7.2.2.1)
92
+ activesupport (= 7.2.2.1)
93
93
  irb (~> 1.13)
94
94
  rackup (>= 1.0.0)
95
95
  rake (>= 12.2)
96
96
  thor (~> 1.0, >= 1.2.2)
97
97
  zeitwerk (~> 2.6)
98
98
  rake (13.2.1)
99
- rdoc (6.8.1)
99
+ rdoc (6.9.0)
100
100
  psych (>= 4.0.0)
101
101
  reline (0.5.12)
102
102
  io-console (~> 0.5)
103
103
  securerandom (0.4.0)
104
- sqlite3 (2.4.0-arm64-darwin)
105
- sqlite3 (2.4.0-x86_64-darwin)
104
+ sqlite3 (2.4.1-arm64-darwin)
105
+ sqlite3 (2.4.1-x86_64-darwin)
106
106
  stringio (3.1.2)
107
107
  thor (1.3.2)
108
108
  timeout (0.4.2)
data/changelog.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # acts_as_trackable Changelog
2
+ ## Version: 0.2.2
3
+ ### Patch
4
+ - Upgraded dependencies to patch https://security.snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8496389
2
5
  ## Version: 0.2.1
3
6
  ### Patch
4
7
  - Upgraded dependencies to patch https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-rxv5-gxqc-xx8g
@@ -1,3 +1,3 @@
1
1
  module ActsAsTrackable
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.2.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.2.1
4
+ version: 0.2.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: 2024-12-05 00:00:00.000000000 Z
12
+ date: 2024-12-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: generator_spec