nitro_config 0.2.0 → 0.3.0

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: b383168080e40e84e5ddced9ee9a956bb7b86c90eb90b69980deebd33ab01827
4
- data.tar.gz: b49df3dee2c71b884a8a8dd315626d01ab1f2f6fb6a6a0ab1c700bd13f83d516
3
+ metadata.gz: 1661148e9c01c75c14480f7c9b257e40c96203c7f83506440b8180582c9bb246
4
+ data.tar.gz: 68ffe6f75f3e0f8732a89ae1dc00143e2ae262cb7513cf847255d5dd4bfde242
5
5
  SHA512:
6
- metadata.gz: 4afcc350cee4f6635691404ca3232c6b530780889b0f3ba067448534c4a8d1f4d860f50da01a3b9404b54a7519fd3a2b84ac30bb3a98a957d6c393271c1c5aff
7
- data.tar.gz: 9651578ae8f6e6c418ecf6bffd6cdc3d004d5f1b52eb1f2385d71bdfa1f0e077af9d789d1a70793a2ce705255d3def5b44ea1b75942956ff4de497a849b0adef
6
+ metadata.gz: af1c4a8e3011830d7479c59004014ceb37875b8b0f5f13daa4ab5d65099a4c6453254dc8b837d87ce4e6b7d72ec49031d1d21d007390e8cc80c972869191e4ad
7
+ data.tar.gz: 5aea0deb9c32978dbb36daf2bb8652d983ef9e892cd771de09e80191bcc6f1b76a97afe1bec18a28db98f8662bd3e4a7f5dd9109f002b885830122b465813eeb
data/.rubocop.yml CHANGED
@@ -2,7 +2,7 @@ require:
2
2
  - rubocop-powerhome
3
3
 
4
4
  AllCops:
5
- TargetRubyVersion: 2.7
5
+ TargetRubyVersion: 3.0
6
6
 
7
7
  Rails:
8
8
  Enabled: false
data/Appraisals ADDED
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+
3
+ appraise "rails-7-1" do
4
+ gem "rails", "7.1.5.2"
5
+ end
6
+
7
+ appraise "rails-7-2" do
8
+ gem "rails", "7.2.2.2"
9
+ end
10
+
11
+ appraise "rails-8-0" do
12
+ gem "rails", "8.0.5"
13
+ end
14
+
15
+ appraise "rails-8-1" do
16
+ gem "rails", "8.1.3"
17
+ end
data/Gemfile CHANGED
@@ -4,13 +4,8 @@ source "https://rubygems.org"
4
4
 
5
5
  gemspec
6
6
 
7
- rails_version = ENV.fetch("RAILS_VERSION", ">= 5.2.8.1")
8
-
9
- gem "rails", rails_version
10
-
11
- gem "byebug"
12
7
  gem "license_finder", ">= 7.0"
13
8
  gem "rake", ">= 13.0"
14
9
  gem "rspec", ">= 3.0"
15
10
  gem "rubocop", ">= 1.32"
16
- gem "rubocop-powerhome", ">= 0.5.0"
11
+ gem "rubocop-powerhome", path: "../rubocop-powerhome"
data/Gemfile.lock ADDED
@@ -0,0 +1,243 @@
1
+ PATH
2
+ remote: ../rubocop-powerhome
3
+ specs:
4
+ rubocop-powerhome (0.7.0)
5
+ rubocop (= 1.82.1)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ PATH
12
+ remote: .
13
+ specs:
14
+ nitro_config (0.3.0)
15
+ activesupport (>= 7.1, < 8.2)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actionpack (7.2.3.1)
21
+ actionview (= 7.2.3.1)
22
+ activesupport (= 7.2.3.1)
23
+ cgi
24
+ nokogiri (>= 1.8.5)
25
+ racc
26
+ rack (>= 2.2.4, < 3.3)
27
+ rack-session (>= 1.0.1)
28
+ rack-test (>= 0.6.3)
29
+ rails-dom-testing (~> 2.2)
30
+ rails-html-sanitizer (~> 1.6)
31
+ useragent (~> 0.16)
32
+ actionview (7.2.3.1)
33
+ activesupport (= 7.2.3.1)
34
+ builder (~> 3.1)
35
+ cgi
36
+ erubi (~> 1.11)
37
+ rails-dom-testing (~> 2.2)
38
+ rails-html-sanitizer (~> 1.6)
39
+ activesupport (7.2.3.1)
40
+ base64
41
+ benchmark (>= 0.3)
42
+ bigdecimal
43
+ concurrent-ruby (~> 1.0, >= 1.3.1)
44
+ connection_pool (>= 2.2.5)
45
+ drb
46
+ i18n (>= 1.6, < 2)
47
+ logger (>= 1.4.2)
48
+ minitest (>= 5.1, < 6)
49
+ securerandom (>= 0.3)
50
+ tzinfo (~> 2.0, >= 2.0.5)
51
+ appraisal (2.5.0)
52
+ bundler
53
+ rake
54
+ thor (>= 0.14.0)
55
+ ast (2.4.3)
56
+ base64 (0.3.0)
57
+ benchmark (0.5.0)
58
+ bigdecimal (4.1.1)
59
+ builder (3.3.0)
60
+ cgi (0.5.1)
61
+ combustion (1.5.0)
62
+ activesupport (>= 3.0.0)
63
+ railties (>= 3.0.0)
64
+ thor (>= 0.14.6)
65
+ concurrent-ruby (1.3.6)
66
+ connection_pool (3.0.2)
67
+ crass (1.0.6)
68
+ csv (3.3.5)
69
+ date (3.5.1)
70
+ diff-lcs (1.6.2)
71
+ drb (2.2.3)
72
+ erb (6.0.2)
73
+ erubi (1.13.1)
74
+ i18n (1.14.8)
75
+ concurrent-ruby (~> 1.0)
76
+ io-console (0.8.2)
77
+ irb (1.17.0)
78
+ pp (>= 0.6.0)
79
+ prism (>= 1.3.0)
80
+ rdoc (>= 4.0.0)
81
+ reline (>= 0.4.2)
82
+ json (2.19.3)
83
+ language_server-protocol (3.17.0.5)
84
+ license_finder (7.2.1)
85
+ bundler
86
+ csv (~> 3.2)
87
+ rubyzip (>= 1, < 3)
88
+ thor (~> 1.2)
89
+ tomlrb (>= 1.3, < 2.1)
90
+ with_env (= 1.1.0)
91
+ xml-simple (~> 1.1.9)
92
+ lint_roller (1.1.0)
93
+ logger (1.7.0)
94
+ loofah (2.25.1)
95
+ crass (~> 1.0.2)
96
+ nokogiri (>= 1.12.0)
97
+ minitest (5.27.0)
98
+ nokogiri (1.19.2-aarch64-linux-gnu)
99
+ racc (~> 1.4)
100
+ nokogiri (1.19.2-aarch64-linux-musl)
101
+ racc (~> 1.4)
102
+ nokogiri (1.19.2-arm-linux-gnu)
103
+ racc (~> 1.4)
104
+ nokogiri (1.19.2-arm-linux-musl)
105
+ racc (~> 1.4)
106
+ nokogiri (1.19.2-arm64-darwin)
107
+ racc (~> 1.4)
108
+ nokogiri (1.19.2-x86_64-darwin)
109
+ racc (~> 1.4)
110
+ nokogiri (1.19.2-x86_64-linux-gnu)
111
+ racc (~> 1.4)
112
+ nokogiri (1.19.2-x86_64-linux-musl)
113
+ racc (~> 1.4)
114
+ parallel (1.28.0)
115
+ parser (3.3.11.1)
116
+ ast (~> 2.4.1)
117
+ racc
118
+ pp (0.6.3)
119
+ prettyprint
120
+ prettyprint (0.2.0)
121
+ prism (1.9.0)
122
+ psych (5.3.1)
123
+ date
124
+ stringio
125
+ racc (1.8.1)
126
+ rack (3.2.6)
127
+ rack-session (2.1.2)
128
+ base64 (>= 0.1.0)
129
+ rack (>= 3.0.0)
130
+ rack-test (2.2.0)
131
+ rack (>= 1.3)
132
+ rackup (2.3.1)
133
+ rack (>= 3)
134
+ rails-dom-testing (2.3.0)
135
+ activesupport (>= 5.0.0)
136
+ minitest
137
+ nokogiri (>= 1.6)
138
+ rails-html-sanitizer (1.7.0)
139
+ loofah (~> 2.25)
140
+ 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)
141
+ railties (7.2.3.1)
142
+ actionpack (= 7.2.3.1)
143
+ activesupport (= 7.2.3.1)
144
+ cgi
145
+ irb (~> 1.13)
146
+ rackup (>= 1.0.0)
147
+ rake (>= 12.2)
148
+ thor (~> 1.0, >= 1.2.2)
149
+ tsort (>= 0.2)
150
+ zeitwerk (~> 2.6)
151
+ rainbow (3.1.1)
152
+ rake (13.3.1)
153
+ rdoc (7.2.0)
154
+ erb
155
+ psych (>= 4.0.0)
156
+ tsort
157
+ regexp_parser (2.12.0)
158
+ reline (0.6.3)
159
+ io-console (~> 0.5)
160
+ rexml (3.4.4)
161
+ rspec (3.13.2)
162
+ rspec-core (~> 3.13.0)
163
+ rspec-expectations (~> 3.13.0)
164
+ rspec-mocks (~> 3.13.0)
165
+ rspec-core (3.13.6)
166
+ rspec-support (~> 3.13.0)
167
+ rspec-expectations (3.13.5)
168
+ diff-lcs (>= 1.2.0, < 2.0)
169
+ rspec-support (~> 3.13.0)
170
+ rspec-mocks (3.13.8)
171
+ diff-lcs (>= 1.2.0, < 2.0)
172
+ rspec-support (~> 3.13.0)
173
+ rspec-support (3.13.7)
174
+ rubocop (1.82.1)
175
+ json (~> 2.3)
176
+ language_server-protocol (~> 3.17.0.2)
177
+ lint_roller (~> 1.1.0)
178
+ parallel (~> 1.10)
179
+ parser (>= 3.3.0.2)
180
+ rainbow (>= 2.2.2, < 4.0)
181
+ regexp_parser (>= 2.9.3, < 3.0)
182
+ rubocop-ast (>= 1.48.0, < 2.0)
183
+ ruby-progressbar (~> 1.7)
184
+ unicode-display_width (>= 2.4.0, < 4.0)
185
+ rubocop-ast (1.49.1)
186
+ parser (>= 3.3.7.2)
187
+ prism (~> 1.7)
188
+ rubocop-performance (1.26.1)
189
+ lint_roller (~> 1.1)
190
+ rubocop (>= 1.75.0, < 2.0)
191
+ rubocop-ast (>= 1.47.1, < 2.0)
192
+ rubocop-rails (2.34.3)
193
+ activesupport (>= 4.2.0)
194
+ lint_roller (~> 1.1)
195
+ rack (>= 1.1)
196
+ rubocop (>= 1.75.0, < 2.0)
197
+ rubocop-ast (>= 1.44.0, < 2.0)
198
+ rubocop-rake (0.7.1)
199
+ lint_roller (~> 1.1)
200
+ rubocop (>= 1.72.1)
201
+ rubocop-rspec (3.9.0)
202
+ lint_roller (~> 1.1)
203
+ rubocop (~> 1.81)
204
+ ruby-progressbar (1.13.0)
205
+ rubyzip (2.4.1)
206
+ securerandom (0.4.1)
207
+ stringio (3.2.0)
208
+ thor (1.5.0)
209
+ tomlrb (2.0.4)
210
+ tsort (0.2.0)
211
+ tzinfo (2.0.6)
212
+ concurrent-ruby (~> 1.0)
213
+ unicode-display_width (3.2.0)
214
+ unicode-emoji (~> 4.1)
215
+ unicode-emoji (4.2.0)
216
+ useragent (0.16.11)
217
+ with_env (1.1.0)
218
+ xml-simple (1.1.9)
219
+ rexml
220
+ zeitwerk (2.7.5)
221
+
222
+ PLATFORMS
223
+ aarch64-linux-gnu
224
+ aarch64-linux-musl
225
+ arm-linux-gnu
226
+ arm-linux-musl
227
+ arm64-darwin
228
+ x86_64-darwin
229
+ x86_64-linux-gnu
230
+ x86_64-linux-musl
231
+
232
+ DEPENDENCIES
233
+ appraisal (~> 2.5.0)
234
+ combustion (~> 1.3)
235
+ license_finder (>= 7.0)
236
+ nitro_config!
237
+ rake (>= 13.0)
238
+ rspec (>= 3.0)
239
+ rubocop (>= 1.32)
240
+ rubocop-powerhome!
241
+
242
+ BUNDLED WITH
243
+ 2.5.23
data/docs/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.0] - 2026-07-28
4
+
5
+ [HFH-4410 - Bump powertools for Rails 8.1.3 V2](https://github.com/powerhome/power-tools/pull/426)
6
+
7
+ - Upgrade Rails to 8.1.3 for Nitro and Runway compatability
8
+ - Drop support for Ruby < 3.3 and Rails < 7.1 [#396](https://github.com/powerhome/power-tools/pull/396)
9
+
10
+ ---
11
+
12
+ - Standardize all libs to support ruby 3.0, ruby 3.3 x rails 6.1 through rails 7.2 [#359](https://github.com/powerhome/power-tools/pull/359)
13
+ - Drop support for Ruby < 3.3 and Rails < 7.1 [#396](https://github.com/powerhome/power-tools/pull/396)
14
+
3
15
  ## [0.2.0] - 2022-08-29
4
16
 
5
17
  - Parse ERb from loaded config
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source "https://rubygems.org"
6
+
7
+ gem "license_finder", ">= 7.0"
8
+ gem "rails", "7.1.5.2"
9
+ gem "rake", ">= 13.0"
10
+ gem "rspec", ">= 3.0"
11
+ gem "rubocop", ">= 1.32"
12
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome"
13
+
14
+ gemspec path: "../"
@@ -0,0 +1,324 @@
1
+ PATH
2
+ remote: ../../rubocop-powerhome
3
+ specs:
4
+ rubocop-powerhome (0.7.0)
5
+ rubocop (= 1.82.1)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ PATH
12
+ remote: ..
13
+ specs:
14
+ nitro_config (0.3.0)
15
+ activesupport (>= 7.1, < 8.2)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actioncable (7.1.5.2)
21
+ actionpack (= 7.1.5.2)
22
+ activesupport (= 7.1.5.2)
23
+ nio4r (~> 2.0)
24
+ websocket-driver (>= 0.6.1)
25
+ zeitwerk (~> 2.6)
26
+ actionmailbox (7.1.5.2)
27
+ actionpack (= 7.1.5.2)
28
+ activejob (= 7.1.5.2)
29
+ activerecord (= 7.1.5.2)
30
+ activestorage (= 7.1.5.2)
31
+ activesupport (= 7.1.5.2)
32
+ mail (>= 2.7.1)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ actionmailer (7.1.5.2)
37
+ actionpack (= 7.1.5.2)
38
+ actionview (= 7.1.5.2)
39
+ activejob (= 7.1.5.2)
40
+ activesupport (= 7.1.5.2)
41
+ mail (~> 2.5, >= 2.5.4)
42
+ net-imap
43
+ net-pop
44
+ net-smtp
45
+ rails-dom-testing (~> 2.2)
46
+ actionpack (7.1.5.2)
47
+ actionview (= 7.1.5.2)
48
+ activesupport (= 7.1.5.2)
49
+ nokogiri (>= 1.8.5)
50
+ racc
51
+ rack (>= 2.2.4)
52
+ rack-session (>= 1.0.1)
53
+ rack-test (>= 0.6.3)
54
+ rails-dom-testing (~> 2.2)
55
+ rails-html-sanitizer (~> 1.6)
56
+ actiontext (7.1.5.2)
57
+ actionpack (= 7.1.5.2)
58
+ activerecord (= 7.1.5.2)
59
+ activestorage (= 7.1.5.2)
60
+ activesupport (= 7.1.5.2)
61
+ globalid (>= 0.6.0)
62
+ nokogiri (>= 1.8.5)
63
+ actionview (7.1.5.2)
64
+ activesupport (= 7.1.5.2)
65
+ builder (~> 3.1)
66
+ erubi (~> 1.11)
67
+ rails-dom-testing (~> 2.2)
68
+ rails-html-sanitizer (~> 1.6)
69
+ activejob (7.1.5.2)
70
+ activesupport (= 7.1.5.2)
71
+ globalid (>= 0.3.6)
72
+ activemodel (7.1.5.2)
73
+ activesupport (= 7.1.5.2)
74
+ activerecord (7.1.5.2)
75
+ activemodel (= 7.1.5.2)
76
+ activesupport (= 7.1.5.2)
77
+ timeout (>= 0.4.0)
78
+ activestorage (7.1.5.2)
79
+ actionpack (= 7.1.5.2)
80
+ activejob (= 7.1.5.2)
81
+ activerecord (= 7.1.5.2)
82
+ activesupport (= 7.1.5.2)
83
+ marcel (~> 1.0)
84
+ activesupport (7.1.5.2)
85
+ base64
86
+ benchmark (>= 0.3)
87
+ bigdecimal
88
+ concurrent-ruby (~> 1.0, >= 1.0.2)
89
+ connection_pool (>= 2.2.5)
90
+ drb
91
+ i18n (>= 1.6, < 2)
92
+ logger (>= 1.4.2)
93
+ minitest (>= 5.1)
94
+ mutex_m
95
+ securerandom (>= 0.3)
96
+ tzinfo (~> 2.0)
97
+ appraisal (2.5.0)
98
+ bundler
99
+ rake
100
+ thor (>= 0.14.0)
101
+ ast (2.4.3)
102
+ base64 (0.3.0)
103
+ benchmark (0.5.0)
104
+ bigdecimal (4.1.2)
105
+ builder (3.3.0)
106
+ combustion (1.5.0)
107
+ activesupport (>= 3.0.0)
108
+ railties (>= 3.0.0)
109
+ thor (>= 0.14.6)
110
+ concurrent-ruby (1.3.6)
111
+ connection_pool (3.0.2)
112
+ crass (1.0.6)
113
+ csv (3.3.5)
114
+ date (3.5.1)
115
+ diff-lcs (1.6.2)
116
+ drb (2.2.3)
117
+ erb (6.0.2)
118
+ erubi (1.13.1)
119
+ globalid (1.3.0)
120
+ activesupport (>= 6.1)
121
+ i18n (1.14.8)
122
+ concurrent-ruby (~> 1.0)
123
+ io-console (0.8.2)
124
+ irb (1.17.0)
125
+ pp (>= 0.6.0)
126
+ prism (>= 1.3.0)
127
+ rdoc (>= 4.0.0)
128
+ reline (>= 0.4.2)
129
+ json (2.19.3)
130
+ language_server-protocol (3.17.0.5)
131
+ license_finder (7.2.1)
132
+ bundler
133
+ csv (~> 3.2)
134
+ rubyzip (>= 1, < 3)
135
+ thor (~> 1.2)
136
+ tomlrb (>= 1.3, < 2.1)
137
+ with_env (= 1.1.0)
138
+ xml-simple (~> 1.1.9)
139
+ lint_roller (1.1.0)
140
+ logger (1.7.0)
141
+ loofah (2.25.1)
142
+ crass (~> 1.0.2)
143
+ nokogiri (>= 1.12.0)
144
+ mail (2.9.0)
145
+ logger
146
+ mini_mime (>= 0.1.1)
147
+ net-imap
148
+ net-pop
149
+ net-smtp
150
+ marcel (1.1.0)
151
+ mini_mime (1.1.5)
152
+ mini_portile2 (2.8.9)
153
+ minitest (6.0.6)
154
+ drb (~> 2.0)
155
+ prism (~> 1.5)
156
+ mutex_m (0.3.0)
157
+ net-imap (0.6.3)
158
+ date
159
+ net-protocol
160
+ net-pop (0.1.2)
161
+ net-protocol
162
+ net-protocol (0.2.2)
163
+ timeout
164
+ net-smtp (0.5.1)
165
+ net-protocol
166
+ nio4r (2.7.5)
167
+ nokogiri (1.19.2)
168
+ mini_portile2 (~> 2.8.2)
169
+ racc (~> 1.4)
170
+ nokogiri (1.19.2-aarch64-linux-gnu)
171
+ racc (~> 1.4)
172
+ nokogiri (1.19.2-arm-linux-gnu)
173
+ racc (~> 1.4)
174
+ nokogiri (1.19.2-arm64-darwin)
175
+ racc (~> 1.4)
176
+ nokogiri (1.19.2-x86_64-darwin)
177
+ racc (~> 1.4)
178
+ nokogiri (1.19.2-x86_64-linux-gnu)
179
+ racc (~> 1.4)
180
+ parallel (1.28.0)
181
+ parser (3.3.11.1)
182
+ ast (~> 2.4.1)
183
+ racc
184
+ pp (0.6.3)
185
+ prettyprint
186
+ prettyprint (0.2.0)
187
+ prism (1.9.0)
188
+ psych (5.3.1)
189
+ date
190
+ stringio
191
+ racc (1.8.1)
192
+ rack (3.2.6)
193
+ rack-session (2.1.2)
194
+ base64 (>= 0.1.0)
195
+ rack (>= 3.0.0)
196
+ rack-test (2.2.0)
197
+ rack (>= 1.3)
198
+ rackup (2.3.1)
199
+ rack (>= 3)
200
+ rails (7.1.5.2)
201
+ actioncable (= 7.1.5.2)
202
+ actionmailbox (= 7.1.5.2)
203
+ actionmailer (= 7.1.5.2)
204
+ actionpack (= 7.1.5.2)
205
+ actiontext (= 7.1.5.2)
206
+ actionview (= 7.1.5.2)
207
+ activejob (= 7.1.5.2)
208
+ activemodel (= 7.1.5.2)
209
+ activerecord (= 7.1.5.2)
210
+ activestorage (= 7.1.5.2)
211
+ activesupport (= 7.1.5.2)
212
+ bundler (>= 1.15.0)
213
+ railties (= 7.1.5.2)
214
+ rails-dom-testing (2.3.0)
215
+ activesupport (>= 5.0.0)
216
+ minitest
217
+ nokogiri (>= 1.6)
218
+ rails-html-sanitizer (1.7.0)
219
+ loofah (~> 2.25)
220
+ 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)
221
+ railties (7.1.5.2)
222
+ actionpack (= 7.1.5.2)
223
+ activesupport (= 7.1.5.2)
224
+ irb
225
+ rackup (>= 1.0.0)
226
+ rake (>= 12.2)
227
+ thor (~> 1.0, >= 1.2.2)
228
+ zeitwerk (~> 2.6)
229
+ rainbow (3.1.1)
230
+ rake (13.3.1)
231
+ rdoc (7.2.0)
232
+ erb
233
+ psych (>= 4.0.0)
234
+ tsort
235
+ regexp_parser (2.12.0)
236
+ reline (0.6.3)
237
+ io-console (~> 0.5)
238
+ rexml (3.4.4)
239
+ rspec (3.13.2)
240
+ rspec-core (~> 3.13.0)
241
+ rspec-expectations (~> 3.13.0)
242
+ rspec-mocks (~> 3.13.0)
243
+ rspec-core (3.13.6)
244
+ rspec-support (~> 3.13.0)
245
+ rspec-expectations (3.13.5)
246
+ diff-lcs (>= 1.2.0, < 2.0)
247
+ rspec-support (~> 3.13.0)
248
+ rspec-mocks (3.13.8)
249
+ diff-lcs (>= 1.2.0, < 2.0)
250
+ rspec-support (~> 3.13.0)
251
+ rspec-support (3.13.7)
252
+ rubocop (1.82.1)
253
+ json (~> 2.3)
254
+ language_server-protocol (~> 3.17.0.2)
255
+ lint_roller (~> 1.1.0)
256
+ parallel (~> 1.10)
257
+ parser (>= 3.3.0.2)
258
+ rainbow (>= 2.2.2, < 4.0)
259
+ regexp_parser (>= 2.9.3, < 3.0)
260
+ rubocop-ast (>= 1.48.0, < 2.0)
261
+ ruby-progressbar (~> 1.7)
262
+ unicode-display_width (>= 2.4.0, < 4.0)
263
+ rubocop-ast (1.49.1)
264
+ parser (>= 3.3.7.2)
265
+ prism (~> 1.7)
266
+ rubocop-performance (1.26.1)
267
+ lint_roller (~> 1.1)
268
+ rubocop (>= 1.75.0, < 2.0)
269
+ rubocop-ast (>= 1.47.1, < 2.0)
270
+ rubocop-rails (2.34.3)
271
+ activesupport (>= 4.2.0)
272
+ lint_roller (~> 1.1)
273
+ rack (>= 1.1)
274
+ rubocop (>= 1.75.0, < 2.0)
275
+ rubocop-ast (>= 1.44.0, < 2.0)
276
+ rubocop-rake (0.7.1)
277
+ lint_roller (~> 1.1)
278
+ rubocop (>= 1.72.1)
279
+ rubocop-rspec (3.9.0)
280
+ lint_roller (~> 1.1)
281
+ rubocop (~> 1.81)
282
+ ruby-progressbar (1.13.0)
283
+ rubyzip (2.4.1)
284
+ securerandom (0.4.1)
285
+ stringio (3.2.0)
286
+ thor (1.5.0)
287
+ timeout (0.6.1)
288
+ tomlrb (2.0.4)
289
+ tsort (0.2.0)
290
+ tzinfo (2.0.6)
291
+ concurrent-ruby (~> 1.0)
292
+ unicode-display_width (3.2.0)
293
+ unicode-emoji (~> 4.1)
294
+ unicode-emoji (4.2.0)
295
+ websocket-driver (0.8.0)
296
+ base64
297
+ websocket-extensions (>= 0.1.0)
298
+ websocket-extensions (0.1.5)
299
+ with_env (1.1.0)
300
+ xml-simple (1.1.9)
301
+ rexml
302
+ zeitwerk (2.7.5)
303
+
304
+ PLATFORMS
305
+ aarch64-linux
306
+ arm-linux
307
+ arm64-darwin
308
+ x86-linux
309
+ x86_64-darwin
310
+ x86_64-linux
311
+
312
+ DEPENDENCIES
313
+ appraisal (~> 2.5.0)
314
+ combustion (~> 1.3)
315
+ license_finder (>= 7.0)
316
+ nitro_config!
317
+ rails (= 7.1.5.2)
318
+ rake (>= 13.0)
319
+ rspec (>= 3.0)
320
+ rubocop (>= 1.32)
321
+ rubocop-powerhome!
322
+
323
+ BUNDLED WITH
324
+ 2.5.23
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source "https://rubygems.org"
6
+
7
+ gem "license_finder", ">= 7.0"
8
+ gem "rails", "7.2.2.2"
9
+ gem "rake", ">= 13.0"
10
+ gem "rspec", ">= 3.0"
11
+ gem "rubocop", ">= 1.32"
12
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome"
13
+
14
+ gemspec path: "../"