acts_as_trackable 0.2.0 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +32 -30
- data/changelog.md +6 -1
- data/lib/acts_as_trackable/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1ba7eff88299a48e3c1d0798cf4b3123c7eb812b5ffc231890a7818a5ef68ed
|
4
|
+
data.tar.gz: 8501250d0cf87ac1346b38ca58dad26528d12f5a8e5aebd2d46c9d586cdc214c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
@@ -48,6 +48,7 @@ GEM
|
|
48
48
|
concurrent-ruby (1.3.4)
|
49
49
|
connection_pool (2.4.1)
|
50
50
|
crass (1.0.6)
|
51
|
+
date (3.4.1)
|
51
52
|
drb (2.2.1)
|
52
53
|
erubi (1.13.0)
|
53
54
|
generator_spec (0.10.0)
|
@@ -55,20 +56,21 @@ GEM
|
|
55
56
|
railties (>= 3.0.0)
|
56
57
|
i18n (1.14.6)
|
57
58
|
concurrent-ruby (~> 1.0)
|
58
|
-
io-console (0.
|
59
|
-
irb (1.14.
|
59
|
+
io-console (0.8.0)
|
60
|
+
irb (1.14.2)
|
60
61
|
rdoc (>= 4.0.0)
|
61
62
|
reline (>= 0.4.2)
|
62
|
-
logger (1.6.
|
63
|
+
logger (1.6.3)
|
63
64
|
loofah (2.23.1)
|
64
65
|
crass (~> 1.0.2)
|
65
66
|
nokogiri (>= 1.12.0)
|
66
|
-
minitest (5.25.
|
67
|
-
nokogiri (1.
|
67
|
+
minitest (5.25.4)
|
68
|
+
nokogiri (1.17.2-arm64-darwin)
|
68
69
|
racc (~> 1.4)
|
69
|
-
nokogiri (1.
|
70
|
+
nokogiri (1.17.2-x86_64-darwin)
|
70
71
|
racc (~> 1.4)
|
71
|
-
psych (5.2.
|
72
|
+
psych (5.2.1)
|
73
|
+
date
|
72
74
|
stringio
|
73
75
|
racc (1.8.1)
|
74
76
|
rack (3.1.8)
|
@@ -82,31 +84,31 @@ GEM
|
|
82
84
|
activesupport (>= 5.0.0)
|
83
85
|
minitest
|
84
86
|
nokogiri (>= 1.6)
|
85
|
-
rails-html-sanitizer (1.6.
|
87
|
+
rails-html-sanitizer (1.6.2)
|
86
88
|
loofah (~> 2.21)
|
87
|
-
nokogiri (
|
88
|
-
railties (7.2.2)
|
89
|
-
actionpack (= 7.2.2)
|
90
|
-
activesupport (= 7.2.2)
|
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.1)
|
91
|
+
actionpack (= 7.2.2.1)
|
92
|
+
activesupport (= 7.2.2.1)
|
91
93
|
irb (~> 1.13)
|
92
94
|
rackup (>= 1.0.0)
|
93
95
|
rake (>= 12.2)
|
94
96
|
thor (~> 1.0, >= 1.2.2)
|
95
97
|
zeitwerk (~> 2.6)
|
96
98
|
rake (13.2.1)
|
97
|
-
rdoc (6.
|
99
|
+
rdoc (6.9.0)
|
98
100
|
psych (>= 4.0.0)
|
99
|
-
reline (0.5.
|
101
|
+
reline (0.5.12)
|
100
102
|
io-console (~> 0.5)
|
101
|
-
securerandom (0.
|
102
|
-
sqlite3 (2.
|
103
|
-
sqlite3 (2.
|
103
|
+
securerandom (0.4.0)
|
104
|
+
sqlite3 (2.4.1-arm64-darwin)
|
105
|
+
sqlite3 (2.4.1-x86_64-darwin)
|
104
106
|
stringio (3.1.2)
|
105
107
|
thor (1.3.2)
|
106
108
|
timeout (0.4.2)
|
107
109
|
tzinfo (2.0.6)
|
108
110
|
concurrent-ruby (~> 1.0)
|
109
|
-
useragent (0.16.
|
111
|
+
useragent (0.16.11)
|
110
112
|
zeitwerk (2.6.18)
|
111
113
|
|
112
114
|
PLATFORMS
|
data/changelog.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# acts_as_trackable Changelog
|
2
|
-
|
2
|
+
## Version: 0.2.2
|
3
|
+
### Patch
|
4
|
+
- Upgraded dependencies to patch https://security.snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8496389
|
5
|
+
## Version: 0.2.1
|
6
|
+
### Patch
|
7
|
+
- Upgraded dependencies to patch https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-rxv5-gxqc-xx8g
|
3
8
|
## Version: 0.2.0
|
4
9
|
### Patch
|
5
10
|
- Upgraded all used dependencies to patch https://github.com/advisories/GHSA-vv62-jfwq-693v mainly caused by using nokogiri
|
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.
|
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
|
+
date: 2024-12-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: generator_spec
|