active_manageable 0.1.1 → 0.1.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: bcd23b958961bff43311ec982bf403781ef627e80bdd3590925d959cabffa0ac
4
- data.tar.gz: a606d7aa036a0f1b32fe67938227b2d4d222ffb0e07231e4d23f040c80b123b5
3
+ metadata.gz: 8645a9930ecc8e01e70b9a98c188c832ffe543b0599d9e819f640cc64d6d88fd
4
+ data.tar.gz: 8354ce84a33378e123b3a299c1e6db2218b1f9611898275340ea003a2cae608e
5
5
  SHA512:
6
- metadata.gz: 75636fe23bccc6798163e4364502d87fca2d27bc6e14ecb8894d87d7e6d77edb2c0b20215b76e9a63380d7a415ec40c05ed02c9a198051d28c5bdbd79393405c
7
- data.tar.gz: b6943d61f0ec7aeac2d3c633cc9fa445d47b154b9c44804455984a02eed06a59b54715f4d9969817bb1ec606e5e19d7a28219fa1a9edc9a65013f4ccc10e14e6
6
+ metadata.gz: 2334299accc2984ac5e590b3dd9d253b67188302ef4d86688a56cc8c6f29a5b893ac29076a00d871bf3dd87c0e3e1067c317d799ec4adfc356fe231bd86ebaad
7
+ data.tar.gz: 3dc07fc9f551910ce7250f44901222ffffb04b0183b163fcc23067c574a50132703b43aab3df1fcc5347b077039a64f39f7e3b444a8064b6687db109eda6bb87
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.1.2 - 2022-08-25
4
+
5
+ * Upgrade gems including activerecord, actionpack, actionview, nokogiri & rack to resolve security advisory alerts
6
+
3
7
  ## 0.1.1 - 2022-04-18
4
8
 
5
9
  * Upgrade nokogiri to v1.13.4 to resolve security advisory
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_manageable (0.1.1)
4
+ active_manageable (0.1.2)
5
5
  activerecord (>= 6.0)
6
6
  activesupport (>= 6.0)
7
7
  flexitime (~> 1.0)
@@ -10,25 +10,25 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (7.0.0)
14
- actionview (= 7.0.0)
15
- activesupport (= 7.0.0)
13
+ actionpack (7.0.3.1)
14
+ actionview (= 7.0.3.1)
15
+ activesupport (= 7.0.3.1)
16
16
  rack (~> 2.0, >= 2.2.0)
17
17
  rack-test (>= 0.6.3)
18
18
  rails-dom-testing (~> 2.0)
19
19
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
20
- actionview (7.0.0)
21
- activesupport (= 7.0.0)
20
+ actionview (7.0.3.1)
21
+ activesupport (= 7.0.3.1)
22
22
  builder (~> 3.1)
23
23
  erubi (~> 1.4)
24
24
  rails-dom-testing (~> 2.0)
25
25
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
26
- activemodel (7.0.0)
27
- activesupport (= 7.0.0)
28
- activerecord (7.0.0)
29
- activemodel (= 7.0.0)
30
- activesupport (= 7.0.0)
31
- activesupport (7.0.0)
26
+ activemodel (7.0.3.1)
27
+ activesupport (= 7.0.3.1)
28
+ activerecord (7.0.3.1)
29
+ activemodel (= 7.0.3.1)
30
+ activesupport (= 7.0.3.1)
31
+ activesupport (7.0.3.1)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (>= 1.6, < 2)
34
34
  minitest (>= 5.1)
@@ -39,20 +39,20 @@ GEM
39
39
  thor (>= 0.14.0)
40
40
  ast (2.4.2)
41
41
  builder (3.2.4)
42
- cancancan (3.3.0)
43
- concurrent-ruby (1.1.9)
42
+ cancancan (3.4.0)
43
+ concurrent-ruby (1.1.10)
44
44
  crass (1.0.6)
45
45
  diff-lcs (1.5.0)
46
46
  docile (1.4.0)
47
- erubi (1.10.0)
48
- factory_bot (6.2.0)
47
+ erubi (1.11.0)
48
+ factory_bot (6.2.1)
49
49
  activesupport (>= 5.0.0)
50
50
  factory_bot_rails (6.2.0)
51
51
  factory_bot (~> 6.2.0)
52
52
  railties (>= 5.0.0)
53
53
  flexitime (1.0.0)
54
54
  activesupport (>= 4.0)
55
- i18n (1.8.11)
55
+ i18n (1.12.0)
56
56
  concurrent-ruby (~> 1.0)
57
57
  kaminari (1.2.2)
58
58
  activesupport (>= 4.1.0)
@@ -66,24 +66,24 @@ GEM
66
66
  activerecord
67
67
  kaminari-core (= 1.2.2)
68
68
  kaminari-core (1.2.2)
69
- loofah (2.13.0)
69
+ loofah (2.18.0)
70
70
  crass (~> 1.0.2)
71
71
  nokogiri (>= 1.5.9)
72
72
  method_source (1.0.0)
73
- minitest (5.15.0)
74
- nokogiri (1.13.4-arm64-darwin)
73
+ minitest (5.16.3)
74
+ nokogiri (1.13.8-arm64-darwin)
75
75
  racc (~> 1.4)
76
- nokogiri (1.13.4-x86_64-linux)
76
+ nokogiri (1.13.8-x86_64-linux)
77
77
  racc (~> 1.4)
78
- parallel (1.21.0)
79
- parser (3.0.3.2)
78
+ parallel (1.22.1)
79
+ parser (3.1.2.1)
80
80
  ast (~> 2.4.1)
81
- pundit (2.1.1)
81
+ pundit (2.2.0)
82
82
  activesupport (>= 3.0.0)
83
83
  racc (1.6.0)
84
- rack (2.2.3)
85
- rack-test (1.1.0)
86
- rack (>= 1.0, < 3)
84
+ rack (2.2.4)
85
+ rack-test (2.0.2)
86
+ rack (>= 1.3)
87
87
  rails-controller-testing (1.0.5)
88
88
  actionpack (>= 5.0.1.rc1)
89
89
  actionview (>= 5.0.1.rc1)
@@ -91,35 +91,35 @@ GEM
91
91
  rails-dom-testing (2.0.3)
92
92
  activesupport (>= 4.2.0)
93
93
  nokogiri (>= 1.6)
94
- rails-html-sanitizer (1.4.2)
94
+ rails-html-sanitizer (1.4.3)
95
95
  loofah (~> 2.3)
96
- rails-i18n (7.0.3)
96
+ rails-i18n (7.0.5)
97
97
  i18n (>= 0.7, < 2)
98
98
  railties (>= 6.0.0, < 8)
99
- railties (7.0.0)
100
- actionpack (= 7.0.0)
101
- activesupport (= 7.0.0)
99
+ railties (7.0.3.1)
100
+ actionpack (= 7.0.3.1)
101
+ activesupport (= 7.0.3.1)
102
102
  method_source
103
103
  rake (>= 12.2)
104
104
  thor (~> 1.0)
105
105
  zeitwerk (~> 2.5)
106
- rainbow (3.0.0)
106
+ rainbow (3.1.1)
107
107
  rake (13.0.6)
108
- ransack (2.5.0)
109
- activerecord (>= 5.2.4)
110
- activesupport (>= 5.2.4)
108
+ ransack (3.2.1)
109
+ activerecord (>= 6.1.5)
110
+ activesupport (>= 6.1.5)
111
111
  i18n
112
- regexp_parser (2.2.0)
112
+ regexp_parser (2.5.0)
113
113
  rexml (3.2.5)
114
- rspec-core (3.10.1)
115
- rspec-support (~> 3.10.0)
116
- rspec-expectations (3.10.1)
114
+ rspec-core (3.11.0)
115
+ rspec-support (~> 3.11.0)
116
+ rspec-expectations (3.11.0)
117
117
  diff-lcs (>= 1.2.0, < 2.0)
118
- rspec-support (~> 3.10.0)
119
- rspec-mocks (3.10.2)
118
+ rspec-support (~> 3.11.0)
119
+ rspec-mocks (3.11.1)
120
120
  diff-lcs (>= 1.2.0, < 2.0)
121
- rspec-support (~> 3.10.0)
122
- rspec-rails (5.0.2)
121
+ rspec-support (~> 3.11.0)
122
+ rspec-rails (5.1.2)
123
123
  actionpack (>= 5.2)
124
124
  activesupport (>= 5.2)
125
125
  railties (>= 5.2)
@@ -127,7 +127,7 @@ GEM
127
127
  rspec-expectations (~> 3.10)
128
128
  rspec-mocks (~> 3.10)
129
129
  rspec-support (~> 3.10)
130
- rspec-support (3.10.3)
130
+ rspec-support (3.11.0)
131
131
  rubocop (1.23.0)
132
132
  parallel (~> 1.10)
133
133
  parser (>= 3.0.0.0)
@@ -137,16 +137,16 @@ GEM
137
137
  rubocop-ast (>= 1.12.0, < 2.0)
138
138
  ruby-progressbar (~> 1.7)
139
139
  unicode-display_width (>= 1.4.0, < 3.0)
140
- rubocop-ast (1.15.0)
141
- parser (>= 3.0.1.1)
140
+ rubocop-ast (1.21.0)
141
+ parser (>= 3.1.1.0)
142
142
  rubocop-performance (1.12.0)
143
143
  rubocop (>= 1.7.0, < 2.0)
144
144
  rubocop-ast (>= 0.4.0)
145
- rubocop-rails (2.13.0)
145
+ rubocop-rails (2.15.2)
146
146
  activesupport (>= 4.2.0)
147
147
  rack (>= 1.1)
148
148
  rubocop (>= 1.7.0, < 2.0)
149
- rubocop-rspec (2.7.0)
149
+ rubocop-rspec (2.11.1)
150
150
  rubocop (~> 1.19)
151
151
  ruby-progressbar (1.11.0)
152
152
  shoulda-matchers (5.1.0)
@@ -156,16 +156,16 @@ GEM
156
156
  simplecov-html (~> 0.11)
157
157
  simplecov_json_formatter (~> 0.1)
158
158
  simplecov-html (0.12.3)
159
- simplecov_json_formatter (0.1.3)
160
- sqlite3 (1.4.2)
159
+ simplecov_json_formatter (0.1.4)
160
+ sqlite3 (1.4.4)
161
161
  standard (1.5.0)
162
162
  rubocop (= 1.23.0)
163
163
  rubocop-performance (= 1.12.0)
164
- thor (1.1.0)
165
- tzinfo (2.0.4)
164
+ thor (1.2.1)
165
+ tzinfo (2.0.5)
166
166
  concurrent-ruby (~> 1.0)
167
- unicode-display_width (2.1.0)
168
- zeitwerk (2.5.3)
167
+ unicode-display_width (2.2.0)
168
+ zeitwerk (2.6.0)
169
169
 
170
170
  PLATFORMS
171
171
  arm64-darwin-21
data/README.md CHANGED
@@ -733,7 +733,7 @@ After making changes:
733
733
 
734
734
  1. run `rake spec` to run the tests and check the test coverage
735
735
  2. run `open coverage/index.html` to view the test coverage report
736
- 3. run `bundle exec appraisal install` to install the appraisal dependencies
736
+ 3. run `bundle exec appraisal install` to install the appraisal dependencies or `bundle exec appraisal update` to upgrade the appraisal dependencies
737
737
  4. run `bundle exec appraisal rspec` to run the tests against different versions of activerecord & activesupport
738
738
  5. run `bundle exec rubocop` to check the style of files
739
739
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveManageable
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_manageable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Hilton
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2022-04-18 00:00:00.000000000 Z
12
+ date: 2022-08-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord