aether_observatory 0.0.1pre4 → 1.0.1
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 +4 -4
- data/.rubocop.yml +4 -7
- data/.rubocop_todo.yml +31 -0
- data/Appraisals +8 -4
- data/Gemfile.lock +165 -0
- data/docs/CHANGELOG.md +8 -1
- data/gemfiles/.bundle/config +2 -0
- data/gemfiles/rails_6_0.gemfile +4 -1
- data/gemfiles/rails_6_0.gemfile.lock +13 -137
- data/gemfiles/rails_6_1.gemfile +4 -1
- data/gemfiles/rails_6_1.gemfile.lock +13 -141
- data/gemfiles/rails_7_0.gemfile +4 -1
- data/gemfiles/rails_7_0.gemfile.lock +13 -142
- data/gemfiles/rails_7_1.gemfile +4 -1
- data/gemfiles/rails_7_1.gemfile.lock +13 -162
- data/lib/aether_observatory/backend/memory.rb +30 -0
- data/lib/aether_observatory/backend/notifications.rb +25 -0
- data/lib/aether_observatory/configuration.rb +1 -3
- data/lib/aether_observatory/event_base.rb +11 -9
- data/lib/aether_observatory/observer_base.rb +5 -5
- data/lib/aether_observatory/railtie.rb +9 -0
- data/lib/aether_observatory/rspec/event_helper.rb +49 -0
- data/lib/aether_observatory/rspec.rb +3 -0
- data/lib/aether_observatory/version.rb +1 -1
- data/lib/aether_observatory.rb +2 -0
- metadata +11 -6
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../../rubocop-powerhome
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (= 1.
|
4
|
+
rubocop-powerhome (0.5.5)
|
5
|
+
rubocop (= 1.74.0)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,66 +11,15 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: ..
|
13
13
|
specs:
|
14
|
-
aether_observatory (
|
14
|
+
aether_observatory (1.0.1)
|
15
15
|
activemodel (>= 6.0.6.1)
|
16
16
|
activesupport (>= 6.0.6.1)
|
17
17
|
|
18
18
|
GEM
|
19
19
|
remote: https://rubygems.org/
|
20
20
|
specs:
|
21
|
-
actioncable (6.1.7.10)
|
22
|
-
actionpack (= 6.1.7.10)
|
23
|
-
activesupport (= 6.1.7.10)
|
24
|
-
nio4r (~> 2.0)
|
25
|
-
websocket-driver (>= 0.6.1)
|
26
|
-
actionmailbox (6.1.7.10)
|
27
|
-
actionpack (= 6.1.7.10)
|
28
|
-
activejob (= 6.1.7.10)
|
29
|
-
activerecord (= 6.1.7.10)
|
30
|
-
activestorage (= 6.1.7.10)
|
31
|
-
activesupport (= 6.1.7.10)
|
32
|
-
mail (>= 2.7.1)
|
33
|
-
actionmailer (6.1.7.10)
|
34
|
-
actionpack (= 6.1.7.10)
|
35
|
-
actionview (= 6.1.7.10)
|
36
|
-
activejob (= 6.1.7.10)
|
37
|
-
activesupport (= 6.1.7.10)
|
38
|
-
mail (~> 2.5, >= 2.5.4)
|
39
|
-
rails-dom-testing (~> 2.0)
|
40
|
-
actionpack (6.1.7.10)
|
41
|
-
actionview (= 6.1.7.10)
|
42
|
-
activesupport (= 6.1.7.10)
|
43
|
-
rack (~> 2.0, >= 2.0.9)
|
44
|
-
rack-test (>= 0.6.3)
|
45
|
-
rails-dom-testing (~> 2.0)
|
46
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
47
|
-
actiontext (6.1.7.10)
|
48
|
-
actionpack (= 6.1.7.10)
|
49
|
-
activerecord (= 6.1.7.10)
|
50
|
-
activestorage (= 6.1.7.10)
|
51
|
-
activesupport (= 6.1.7.10)
|
52
|
-
nokogiri (>= 1.8.5)
|
53
|
-
actionview (6.1.7.10)
|
54
|
-
activesupport (= 6.1.7.10)
|
55
|
-
builder (~> 3.1)
|
56
|
-
erubi (~> 1.4)
|
57
|
-
rails-dom-testing (~> 2.0)
|
58
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
59
|
-
activejob (6.1.7.10)
|
60
|
-
activesupport (= 6.1.7.10)
|
61
|
-
globalid (>= 0.3.6)
|
62
21
|
activemodel (6.1.7.10)
|
63
22
|
activesupport (= 6.1.7.10)
|
64
|
-
activerecord (6.1.7.10)
|
65
|
-
activemodel (= 6.1.7.10)
|
66
|
-
activesupport (= 6.1.7.10)
|
67
|
-
activestorage (6.1.7.10)
|
68
|
-
actionpack (= 6.1.7.10)
|
69
|
-
activejob (= 6.1.7.10)
|
70
|
-
activerecord (= 6.1.7.10)
|
71
|
-
activesupport (= 6.1.7.10)
|
72
|
-
marcel (~> 1.0)
|
73
|
-
mini_mime (>= 1.1.0)
|
74
23
|
activesupport (6.1.7.10)
|
75
24
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
76
25
|
i18n (>= 1.6, < 2)
|
@@ -82,18 +31,12 @@ GEM
|
|
82
31
|
rake
|
83
32
|
thor (>= 0.14.0)
|
84
33
|
ast (2.4.2)
|
85
|
-
builder (3.3.0)
|
86
34
|
byebug (11.1.3)
|
87
35
|
coderay (1.1.3)
|
88
36
|
concurrent-ruby (1.3.4)
|
89
|
-
crass (1.0.6)
|
90
37
|
csv (3.3.1)
|
91
|
-
date (3.4.1)
|
92
38
|
diff-lcs (1.5.1)
|
93
39
|
docile (1.1.5)
|
94
|
-
erubi (1.13.0)
|
95
|
-
globalid (1.2.1)
|
96
|
-
activesupport (>= 6.1)
|
97
40
|
i18n (1.14.6)
|
98
41
|
concurrent-ruby (~> 1.0)
|
99
42
|
json (2.9.0)
|
@@ -106,40 +49,9 @@ GEM
|
|
106
49
|
tomlrb (>= 1.3, < 2.1)
|
107
50
|
with_env (= 1.1.0)
|
108
51
|
xml-simple (~> 1.1.9)
|
109
|
-
|
110
|
-
crass (~> 1.0.2)
|
111
|
-
nokogiri (>= 1.12.0)
|
112
|
-
mail (2.8.1)
|
113
|
-
mini_mime (>= 0.1.1)
|
114
|
-
net-imap
|
115
|
-
net-pop
|
116
|
-
net-smtp
|
117
|
-
marcel (1.0.4)
|
52
|
+
lint_roller (1.1.0)
|
118
53
|
method_source (1.1.0)
|
119
|
-
mini_mime (1.1.5)
|
120
54
|
minitest (5.25.4)
|
121
|
-
net-imap (0.4.18)
|
122
|
-
date
|
123
|
-
net-protocol
|
124
|
-
net-pop (0.1.2)
|
125
|
-
net-protocol
|
126
|
-
net-protocol (0.2.2)
|
127
|
-
timeout
|
128
|
-
net-smtp (0.5.0)
|
129
|
-
net-protocol
|
130
|
-
nio4r (2.7.4)
|
131
|
-
nokogiri (1.17.2-aarch64-linux)
|
132
|
-
racc (~> 1.4)
|
133
|
-
nokogiri (1.17.2-arm-linux)
|
134
|
-
racc (~> 1.4)
|
135
|
-
nokogiri (1.17.2-arm64-darwin)
|
136
|
-
racc (~> 1.4)
|
137
|
-
nokogiri (1.17.2-x86-linux)
|
138
|
-
racc (~> 1.4)
|
139
|
-
nokogiri (1.17.2-x86_64-darwin)
|
140
|
-
racc (~> 1.4)
|
141
|
-
nokogiri (1.17.2-x86_64-linux)
|
142
|
-
racc (~> 1.4)
|
143
55
|
parallel (1.26.3)
|
144
56
|
parser (3.3.6.0)
|
145
57
|
ast (~> 2.4.1)
|
@@ -152,36 +64,6 @@ GEM
|
|
152
64
|
pry (>= 0.13, < 0.15)
|
153
65
|
racc (1.8.1)
|
154
66
|
rack (2.2.10)
|
155
|
-
rack-test (2.1.0)
|
156
|
-
rack (>= 1.3)
|
157
|
-
rails (6.1.7.10)
|
158
|
-
actioncable (= 6.1.7.10)
|
159
|
-
actionmailbox (= 6.1.7.10)
|
160
|
-
actionmailer (= 6.1.7.10)
|
161
|
-
actionpack (= 6.1.7.10)
|
162
|
-
actiontext (= 6.1.7.10)
|
163
|
-
actionview (= 6.1.7.10)
|
164
|
-
activejob (= 6.1.7.10)
|
165
|
-
activemodel (= 6.1.7.10)
|
166
|
-
activerecord (= 6.1.7.10)
|
167
|
-
activestorage (= 6.1.7.10)
|
168
|
-
activesupport (= 6.1.7.10)
|
169
|
-
bundler (>= 1.15.0)
|
170
|
-
railties (= 6.1.7.10)
|
171
|
-
sprockets-rails (>= 2.0.0)
|
172
|
-
rails-dom-testing (2.2.0)
|
173
|
-
activesupport (>= 5.0.0)
|
174
|
-
minitest
|
175
|
-
nokogiri (>= 1.6)
|
176
|
-
rails-html-sanitizer (1.6.2)
|
177
|
-
loofah (~> 2.21)
|
178
|
-
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)
|
179
|
-
railties (6.1.7.10)
|
180
|
-
actionpack (= 6.1.7.10)
|
181
|
-
activesupport (= 6.1.7.10)
|
182
|
-
method_source
|
183
|
-
rake (>= 12.2)
|
184
|
-
thor (~> 1.0)
|
185
67
|
rainbow (3.1.1)
|
186
68
|
rake (13.2.1)
|
187
69
|
regexp_parser (2.9.3)
|
@@ -199,17 +81,18 @@ GEM
|
|
199
81
|
diff-lcs (>= 1.2.0, < 2.0)
|
200
82
|
rspec-support (~> 3.13.0)
|
201
83
|
rspec-support (3.13.2)
|
202
|
-
rubocop (1.
|
84
|
+
rubocop (1.74.0)
|
203
85
|
json (~> 2.3)
|
204
|
-
language_server-protocol (
|
86
|
+
language_server-protocol (~> 3.17.0.2)
|
87
|
+
lint_roller (~> 1.1.0)
|
205
88
|
parallel (~> 1.10)
|
206
89
|
parser (>= 3.3.0.2)
|
207
90
|
rainbow (>= 2.2.2, < 4.0)
|
208
|
-
regexp_parser (>= 2.
|
209
|
-
rubocop-ast (>= 1.
|
91
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
92
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
210
93
|
ruby-progressbar (~> 1.7)
|
211
|
-
unicode-display_width (>= 2.4.0, <
|
212
|
-
rubocop-ast (1.
|
94
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
95
|
+
rubocop-ast (1.39.0)
|
213
96
|
parser (>= 3.3.1.0)
|
214
97
|
rubocop-performance (1.23.0)
|
215
98
|
rubocop (>= 1.48.1, < 2.0)
|
@@ -225,28 +108,16 @@ GEM
|
|
225
108
|
rubocop (~> 1.61)
|
226
109
|
ruby-progressbar (1.13.0)
|
227
110
|
rubyzip (2.3.2)
|
228
|
-
securerandom (0.3.2)
|
229
111
|
simplecov (0.15.1)
|
230
112
|
docile (~> 1.1.0)
|
231
113
|
json (>= 1.8, < 3)
|
232
114
|
simplecov-html (~> 0.10.0)
|
233
115
|
simplecov-html (0.10.2)
|
234
|
-
sprockets (4.2.1)
|
235
|
-
concurrent-ruby (~> 1.0)
|
236
|
-
rack (>= 2.2.4, < 4)
|
237
|
-
sprockets-rails (3.5.2)
|
238
|
-
actionpack (>= 6.1)
|
239
|
-
activesupport (>= 6.1)
|
240
|
-
sprockets (>= 3.0.0)
|
241
116
|
thor (1.3.2)
|
242
|
-
timeout (0.4.3)
|
243
117
|
tomlrb (2.0.3)
|
244
118
|
tzinfo (2.0.6)
|
245
119
|
concurrent-ruby (~> 1.0)
|
246
120
|
unicode-display_width (2.6.0)
|
247
|
-
websocket-driver (0.7.6)
|
248
|
-
websocket-extensions (>= 0.1.0)
|
249
|
-
websocket-extensions (0.1.5)
|
250
121
|
with_env (1.1.0)
|
251
122
|
xml-simple (1.1.9)
|
252
123
|
rexml
|
@@ -262,13 +133,14 @@ PLATFORMS
|
|
262
133
|
x86_64-linux
|
263
134
|
|
264
135
|
DEPENDENCIES
|
136
|
+
activemodel (~> 6.1.7)
|
137
|
+
activesupport (~> 6.1.7)
|
265
138
|
aether_observatory!
|
266
139
|
appraisal (~> 2.5.0)
|
267
140
|
bundler (~> 2.1)
|
268
141
|
license_finder (~> 7.0)
|
269
142
|
pry (>= 0.14)
|
270
143
|
pry-byebug (= 3.10.1)
|
271
|
-
rails (~> 6.1.7)
|
272
144
|
rake (~> 13.0)
|
273
145
|
rspec (~> 3.0)
|
274
146
|
rubocop-powerhome!
|
data/gemfiles/rails_7_0.gemfile
CHANGED
@@ -1,8 +1,11 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# This file was generated by Appraisal
|
2
4
|
|
3
5
|
source "https://rubygems.org"
|
4
6
|
|
7
|
+
gem "activemodel", "~> 7.0.8"
|
8
|
+
gem "activesupport", "~> 7.0.8"
|
5
9
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
6
|
-
gem "rails", "~> 7.0.8"
|
7
10
|
|
8
11
|
gemspec path: "../"
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../../rubocop-powerhome
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (= 1.
|
4
|
+
rubocop-powerhome (0.5.5)
|
5
|
+
rubocop (= 1.74.0)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,73 +11,15 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: ..
|
13
13
|
specs:
|
14
|
-
aether_observatory (
|
14
|
+
aether_observatory (1.0.1)
|
15
15
|
activemodel (>= 6.0.6.1)
|
16
16
|
activesupport (>= 6.0.6.1)
|
17
17
|
|
18
18
|
GEM
|
19
19
|
remote: https://rubygems.org/
|
20
20
|
specs:
|
21
|
-
actioncable (7.0.8.7)
|
22
|
-
actionpack (= 7.0.8.7)
|
23
|
-
activesupport (= 7.0.8.7)
|
24
|
-
nio4r (~> 2.0)
|
25
|
-
websocket-driver (>= 0.6.1)
|
26
|
-
actionmailbox (7.0.8.7)
|
27
|
-
actionpack (= 7.0.8.7)
|
28
|
-
activejob (= 7.0.8.7)
|
29
|
-
activerecord (= 7.0.8.7)
|
30
|
-
activestorage (= 7.0.8.7)
|
31
|
-
activesupport (= 7.0.8.7)
|
32
|
-
mail (>= 2.7.1)
|
33
|
-
net-imap
|
34
|
-
net-pop
|
35
|
-
net-smtp
|
36
|
-
actionmailer (7.0.8.7)
|
37
|
-
actionpack (= 7.0.8.7)
|
38
|
-
actionview (= 7.0.8.7)
|
39
|
-
activejob (= 7.0.8.7)
|
40
|
-
activesupport (= 7.0.8.7)
|
41
|
-
mail (~> 2.5, >= 2.5.4)
|
42
|
-
net-imap
|
43
|
-
net-pop
|
44
|
-
net-smtp
|
45
|
-
rails-dom-testing (~> 2.0)
|
46
|
-
actionpack (7.0.8.7)
|
47
|
-
actionview (= 7.0.8.7)
|
48
|
-
activesupport (= 7.0.8.7)
|
49
|
-
rack (~> 2.0, >= 2.2.4)
|
50
|
-
rack-test (>= 0.6.3)
|
51
|
-
rails-dom-testing (~> 2.0)
|
52
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
53
|
-
actiontext (7.0.8.7)
|
54
|
-
actionpack (= 7.0.8.7)
|
55
|
-
activerecord (= 7.0.8.7)
|
56
|
-
activestorage (= 7.0.8.7)
|
57
|
-
activesupport (= 7.0.8.7)
|
58
|
-
globalid (>= 0.6.0)
|
59
|
-
nokogiri (>= 1.8.5)
|
60
|
-
actionview (7.0.8.7)
|
61
|
-
activesupport (= 7.0.8.7)
|
62
|
-
builder (~> 3.1)
|
63
|
-
erubi (~> 1.4)
|
64
|
-
rails-dom-testing (~> 2.0)
|
65
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
66
|
-
activejob (7.0.8.7)
|
67
|
-
activesupport (= 7.0.8.7)
|
68
|
-
globalid (>= 0.3.6)
|
69
21
|
activemodel (7.0.8.7)
|
70
22
|
activesupport (= 7.0.8.7)
|
71
|
-
activerecord (7.0.8.7)
|
72
|
-
activemodel (= 7.0.8.7)
|
73
|
-
activesupport (= 7.0.8.7)
|
74
|
-
activestorage (7.0.8.7)
|
75
|
-
actionpack (= 7.0.8.7)
|
76
|
-
activejob (= 7.0.8.7)
|
77
|
-
activerecord (= 7.0.8.7)
|
78
|
-
activesupport (= 7.0.8.7)
|
79
|
-
marcel (~> 1.0)
|
80
|
-
mini_mime (>= 1.1.0)
|
81
23
|
activesupport (7.0.8.7)
|
82
24
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
83
25
|
i18n (>= 1.6, < 2)
|
@@ -88,18 +30,12 @@ GEM
|
|
88
30
|
rake
|
89
31
|
thor (>= 0.14.0)
|
90
32
|
ast (2.4.2)
|
91
|
-
builder (3.3.0)
|
92
33
|
byebug (11.1.3)
|
93
34
|
coderay (1.1.3)
|
94
35
|
concurrent-ruby (1.3.4)
|
95
|
-
crass (1.0.6)
|
96
36
|
csv (3.3.1)
|
97
|
-
date (3.4.1)
|
98
37
|
diff-lcs (1.5.1)
|
99
38
|
docile (1.1.5)
|
100
|
-
erubi (1.13.0)
|
101
|
-
globalid (1.2.1)
|
102
|
-
activesupport (>= 6.1)
|
103
39
|
i18n (1.14.6)
|
104
40
|
concurrent-ruby (~> 1.0)
|
105
41
|
json (2.9.0)
|
@@ -112,40 +48,9 @@ GEM
|
|
112
48
|
tomlrb (>= 1.3, < 2.1)
|
113
49
|
with_env (= 1.1.0)
|
114
50
|
xml-simple (~> 1.1.9)
|
115
|
-
|
116
|
-
crass (~> 1.0.2)
|
117
|
-
nokogiri (>= 1.12.0)
|
118
|
-
mail (2.8.1)
|
119
|
-
mini_mime (>= 0.1.1)
|
120
|
-
net-imap
|
121
|
-
net-pop
|
122
|
-
net-smtp
|
123
|
-
marcel (1.0.4)
|
51
|
+
lint_roller (1.1.0)
|
124
52
|
method_source (1.1.0)
|
125
|
-
mini_mime (1.1.5)
|
126
53
|
minitest (5.25.4)
|
127
|
-
net-imap (0.4.18)
|
128
|
-
date
|
129
|
-
net-protocol
|
130
|
-
net-pop (0.1.2)
|
131
|
-
net-protocol
|
132
|
-
net-protocol (0.2.2)
|
133
|
-
timeout
|
134
|
-
net-smtp (0.5.0)
|
135
|
-
net-protocol
|
136
|
-
nio4r (2.7.4)
|
137
|
-
nokogiri (1.17.2-aarch64-linux)
|
138
|
-
racc (~> 1.4)
|
139
|
-
nokogiri (1.17.2-arm-linux)
|
140
|
-
racc (~> 1.4)
|
141
|
-
nokogiri (1.17.2-arm64-darwin)
|
142
|
-
racc (~> 1.4)
|
143
|
-
nokogiri (1.17.2-x86-linux)
|
144
|
-
racc (~> 1.4)
|
145
|
-
nokogiri (1.17.2-x86_64-darwin)
|
146
|
-
racc (~> 1.4)
|
147
|
-
nokogiri (1.17.2-x86_64-linux)
|
148
|
-
racc (~> 1.4)
|
149
54
|
parallel (1.26.3)
|
150
55
|
parser (3.3.6.0)
|
151
56
|
ast (~> 2.4.1)
|
@@ -158,36 +63,6 @@ GEM
|
|
158
63
|
pry (>= 0.13, < 0.15)
|
159
64
|
racc (1.8.1)
|
160
65
|
rack (2.2.10)
|
161
|
-
rack-test (2.1.0)
|
162
|
-
rack (>= 1.3)
|
163
|
-
rails (7.0.8.7)
|
164
|
-
actioncable (= 7.0.8.7)
|
165
|
-
actionmailbox (= 7.0.8.7)
|
166
|
-
actionmailer (= 7.0.8.7)
|
167
|
-
actionpack (= 7.0.8.7)
|
168
|
-
actiontext (= 7.0.8.7)
|
169
|
-
actionview (= 7.0.8.7)
|
170
|
-
activejob (= 7.0.8.7)
|
171
|
-
activemodel (= 7.0.8.7)
|
172
|
-
activerecord (= 7.0.8.7)
|
173
|
-
activestorage (= 7.0.8.7)
|
174
|
-
activesupport (= 7.0.8.7)
|
175
|
-
bundler (>= 1.15.0)
|
176
|
-
railties (= 7.0.8.7)
|
177
|
-
rails-dom-testing (2.2.0)
|
178
|
-
activesupport (>= 5.0.0)
|
179
|
-
minitest
|
180
|
-
nokogiri (>= 1.6)
|
181
|
-
rails-html-sanitizer (1.6.2)
|
182
|
-
loofah (~> 2.21)
|
183
|
-
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)
|
184
|
-
railties (7.0.8.7)
|
185
|
-
actionpack (= 7.0.8.7)
|
186
|
-
activesupport (= 7.0.8.7)
|
187
|
-
method_source
|
188
|
-
rake (>= 12.2)
|
189
|
-
thor (~> 1.0)
|
190
|
-
zeitwerk (~> 2.5)
|
191
66
|
rainbow (3.1.1)
|
192
67
|
rake (13.2.1)
|
193
68
|
regexp_parser (2.9.3)
|
@@ -205,17 +80,18 @@ GEM
|
|
205
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
206
81
|
rspec-support (~> 3.13.0)
|
207
82
|
rspec-support (3.13.2)
|
208
|
-
rubocop (1.
|
83
|
+
rubocop (1.74.0)
|
209
84
|
json (~> 2.3)
|
210
|
-
language_server-protocol (
|
85
|
+
language_server-protocol (~> 3.17.0.2)
|
86
|
+
lint_roller (~> 1.1.0)
|
211
87
|
parallel (~> 1.10)
|
212
88
|
parser (>= 3.3.0.2)
|
213
89
|
rainbow (>= 2.2.2, < 4.0)
|
214
|
-
regexp_parser (>= 2.
|
215
|
-
rubocop-ast (>= 1.
|
90
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
91
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
216
92
|
ruby-progressbar (~> 1.7)
|
217
|
-
unicode-display_width (>= 2.4.0, <
|
218
|
-
rubocop-ast (1.
|
93
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
94
|
+
rubocop-ast (1.39.0)
|
219
95
|
parser (>= 3.3.1.0)
|
220
96
|
rubocop-performance (1.23.0)
|
221
97
|
rubocop (>= 1.48.1, < 2.0)
|
@@ -231,26 +107,20 @@ GEM
|
|
231
107
|
rubocop (~> 1.61)
|
232
108
|
ruby-progressbar (1.13.0)
|
233
109
|
rubyzip (2.3.2)
|
234
|
-
securerandom (0.3.2)
|
235
110
|
simplecov (0.15.1)
|
236
111
|
docile (~> 1.1.0)
|
237
112
|
json (>= 1.8, < 3)
|
238
113
|
simplecov-html (~> 0.10.0)
|
239
114
|
simplecov-html (0.10.2)
|
240
115
|
thor (1.3.2)
|
241
|
-
timeout (0.4.3)
|
242
116
|
tomlrb (2.0.3)
|
243
117
|
tzinfo (2.0.6)
|
244
118
|
concurrent-ruby (~> 1.0)
|
245
119
|
unicode-display_width (2.6.0)
|
246
|
-
websocket-driver (0.7.6)
|
247
|
-
websocket-extensions (>= 0.1.0)
|
248
|
-
websocket-extensions (0.1.5)
|
249
120
|
with_env (1.1.0)
|
250
121
|
xml-simple (1.1.9)
|
251
122
|
rexml
|
252
123
|
yard (0.9.21)
|
253
|
-
zeitwerk (2.6.18)
|
254
124
|
|
255
125
|
PLATFORMS
|
256
126
|
aarch64-linux
|
@@ -261,13 +131,14 @@ PLATFORMS
|
|
261
131
|
x86_64-linux
|
262
132
|
|
263
133
|
DEPENDENCIES
|
134
|
+
activemodel (~> 7.0.8)
|
135
|
+
activesupport (~> 7.0.8)
|
264
136
|
aether_observatory!
|
265
137
|
appraisal (~> 2.5.0)
|
266
138
|
bundler (~> 2.1)
|
267
139
|
license_finder (~> 7.0)
|
268
140
|
pry (>= 0.14)
|
269
141
|
pry-byebug (= 3.10.1)
|
270
|
-
rails (~> 7.0.8)
|
271
142
|
rake (~> 13.0)
|
272
143
|
rspec (~> 3.0)
|
273
144
|
rubocop-powerhome!
|
data/gemfiles/rails_7_1.gemfile
CHANGED
@@ -1,8 +1,11 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# This file was generated by Appraisal
|
2
4
|
|
3
5
|
source "https://rubygems.org"
|
4
6
|
|
7
|
+
gem "activemodel", "~> 7.1.3"
|
8
|
+
gem "activesupport", "~> 7.1.3"
|
5
9
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
6
|
-
gem "rails", "~> 7.1.3"
|
7
10
|
|
8
11
|
gemspec path: "../"
|