rrx_config 0.1.1 → 8.0.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: 189f07461b184201b231e0ec6e8c6259b7f4b19b94f5a45f3096bb13a48f859c
4
- data.tar.gz: b25f916d5035b9c39ec42b8a0568d9b82c1bb2e80478c4ebc1149aee4cce1de2
3
+ metadata.gz: ba650e09fb361ebc29d50a3c2dcbe17fd692bd434d6492b748746c202f7c83dc
4
+ data.tar.gz: d25e1b6d5cd84e069afa82bd63fed199db52a278f6e2df87e220218dba3c2c1d
5
5
  SHA512:
6
- metadata.gz: ba6405b01d5bcc63f4ff0d2e05f08bcd7f7aade7150d77c2ba9b19a77553cf6f5f73b1ca3395bf4e6da035e8181b52832295d689e8bbe40e236a4f78a673dfd4
7
- data.tar.gz: 77448022e1afa2d5cf43877600e0a738cf62bb9dcdd5dd47b92ba94a7626694a2ede76c388e47128b661a0ebe811e34c6493a5052ab594ec263de433124b1104
6
+ metadata.gz: 745f888446aa6ce5bf1e5776c8cd68272e41611c3476f925ee50f4cc7706914dfeab2aee7e7c9dc44d3e96db6c7bad3f5bbe3a0f4c72a08058068e9280e9ec0e
7
+ data.tar.gz: 35f62a0c68439f9fba3a45d838e5daa3508ed3d9d20e52ae3e070379c7f02a787d88fad3ac00d26dd3c86b44bed58b8970e0600e3b33128e1df064b25b937a6e
data/Gemfile CHANGED
@@ -2,10 +2,3 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
  gemspec
5
-
6
- gem 'rrx_dev', path: '../rrx_dev'
7
-
8
- gem 'sqlite3'
9
- gem 'aws-sdk-secretsmanager'
10
- gem 'aws-sdk-rds'
11
- gem 'mysql2'
data/Gemfile.lock CHANGED
@@ -1,249 +1,269 @@
1
- PATH
2
- remote: ../rrx_dev
3
- specs:
4
- rrx_dev (0.1.2)
5
- active_record_query_trace
6
- activesupport (~> 7.1.0)
7
- bootsnap
8
- debug
9
- factory_bot_rails
10
- listen
11
- railties (~> 7.1.0)
12
- rake (>= 13.0)
13
- rspec (>= 3.0)
14
- rspec-parameterized
15
- rspec-rails
16
- rswag-specs
17
- rubocop (>= 1.21)
18
- rubocop-rails
19
- spring
20
- thor
21
-
22
1
  PATH
23
2
  remote: .
24
3
  specs:
25
- rrx_config (0.1.1)
4
+ rrx_config (8.0.2)
5
+ activesupport
26
6
  railties
27
7
 
28
8
  GEM
29
9
  remote: https://rubygems.org/
30
10
  specs:
31
- actionpack (7.1.2)
32
- actionview (= 7.1.2)
33
- activesupport (= 7.1.2)
11
+ actionpack (8.0.2)
12
+ actionview (= 8.0.2)
13
+ activesupport (= 8.0.2)
34
14
  nokogiri (>= 1.8.5)
35
- racc
36
15
  rack (>= 2.2.4)
37
16
  rack-session (>= 1.0.1)
38
17
  rack-test (>= 0.6.3)
39
18
  rails-dom-testing (~> 2.2)
40
19
  rails-html-sanitizer (~> 1.6)
41
- actionview (7.1.2)
42
- activesupport (= 7.1.2)
20
+ useragent (~> 0.16)
21
+ actionview (8.0.2)
22
+ activesupport (= 8.0.2)
43
23
  builder (~> 3.1)
44
24
  erubi (~> 1.11)
45
25
  rails-dom-testing (~> 2.2)
46
26
  rails-html-sanitizer (~> 1.6)
47
- active_record_query_trace (1.8.2)
27
+ active_record_query_trace (1.8.3)
48
28
  activerecord (>= 6.0.0)
49
- activemodel (7.1.2)
50
- activesupport (= 7.1.2)
51
- activerecord (7.1.2)
52
- activemodel (= 7.1.2)
53
- activesupport (= 7.1.2)
29
+ activemodel (8.0.2)
30
+ activesupport (= 8.0.2)
31
+ activerecord (8.0.2)
32
+ activemodel (= 8.0.2)
33
+ activesupport (= 8.0.2)
54
34
  timeout (>= 0.4.0)
55
- activesupport (7.1.2)
35
+ activesupport (8.0.2)
56
36
  base64
37
+ benchmark (>= 0.3)
57
38
  bigdecimal
58
- concurrent-ruby (~> 1.0, >= 1.0.2)
39
+ concurrent-ruby (~> 1.0, >= 1.3.1)
59
40
  connection_pool (>= 2.2.5)
60
41
  drb
61
42
  i18n (>= 1.6, < 2)
43
+ logger (>= 1.4.2)
62
44
  minitest (>= 5.1)
63
- mutex_m
64
- tzinfo (~> 2.0)
65
- addressable (2.8.6)
66
- public_suffix (>= 2.0.2, < 6.0)
67
- ast (2.4.2)
68
- aws-eventstream (1.3.0)
69
- aws-partitions (1.877.0)
70
- aws-sdk-core (3.190.1)
45
+ securerandom (>= 0.3)
46
+ tzinfo (~> 2.0, >= 2.0.5)
47
+ uri (>= 0.13.1)
48
+ addressable (2.8.7)
49
+ public_suffix (>= 2.0.2, < 7.0)
50
+ ast (2.4.3)
51
+ aws-eventstream (1.4.0)
52
+ aws-partitions (1.1131.0)
53
+ aws-sdk-core (3.226.3)
71
54
  aws-eventstream (~> 1, >= 1.3.0)
72
- aws-partitions (~> 1, >= 1.651.0)
73
- aws-sigv4 (~> 1.8)
55
+ aws-partitions (~> 1, >= 1.992.0)
56
+ aws-sigv4 (~> 1.9)
57
+ base64
74
58
  jmespath (~> 1, >= 1.6.1)
75
- aws-sdk-rds (1.213.0)
76
- aws-sdk-core (~> 3, >= 3.188.0)
77
- aws-sigv4 (~> 1.1)
78
- aws-sdk-secretsmanager (1.88.0)
79
- aws-sdk-core (~> 3, >= 3.188.0)
80
- aws-sigv4 (~> 1.1)
81
- aws-sigv4 (1.8.0)
59
+ logger
60
+ aws-sdk-rds (1.283.0)
61
+ aws-sdk-core (~> 3, >= 3.225.0)
62
+ aws-sigv4 (~> 1.5)
63
+ aws-sdk-secretsmanager (1.116.0)
64
+ aws-sdk-core (~> 3, >= 3.225.0)
65
+ aws-sigv4 (~> 1.5)
66
+ aws-sigv4 (1.12.1)
82
67
  aws-eventstream (~> 1, >= 1.0.2)
83
- base64 (0.2.0)
84
- bigdecimal (3.1.5)
85
- binding_of_caller (1.0.0)
86
- debug_inspector (>= 0.0.1)
87
- bootsnap (1.17.0)
68
+ base64 (0.3.0)
69
+ benchmark (0.4.1)
70
+ bigdecimal (3.2.2)
71
+ binding_of_caller (1.0.1)
72
+ debug_inspector (>= 1.2.0)
73
+ bootsnap (1.18.6)
88
74
  msgpack (~> 1.2)
89
- builder (3.2.4)
90
- coderay (1.1.3)
91
- concurrent-ruby (1.2.2)
92
- connection_pool (2.4.1)
75
+ builder (3.3.0)
76
+ concurrent-ruby (1.3.5)
77
+ connection_pool (2.5.3)
93
78
  crass (1.0.6)
94
- debug (1.9.1)
79
+ date (3.4.1)
80
+ debug (1.11.0)
95
81
  irb (~> 1.10)
96
82
  reline (>= 0.3.8)
97
83
  debug_inspector (1.2.0)
98
- diff-lcs (1.5.0)
99
- drb (2.2.0)
100
- ruby2_keywords
101
- erubi (1.12.0)
102
- factory_bot (6.4.5)
103
- activesupport (>= 5.0.0)
104
- factory_bot_rails (6.4.3)
105
- factory_bot (~> 6.4)
106
- railties (>= 5.0.0)
107
- ffi (1.16.3)
108
- i18n (1.14.1)
84
+ diff-lcs (1.6.2)
85
+ drb (2.2.3)
86
+ erb (5.0.2)
87
+ erubi (1.13.1)
88
+ factory_bot (6.5.4)
89
+ activesupport (>= 6.1.0)
90
+ factory_bot_rails (6.5.0)
91
+ factory_bot (~> 6.5)
92
+ railties (>= 6.1.0)
93
+ ffi (1.17.2-x86_64-linux-gnu)
94
+ i18n (1.14.7)
109
95
  concurrent-ruby (~> 1.0)
110
- io-console (0.7.1)
111
- irb (1.11.0)
112
- rdoc
113
- reline (>= 0.3.8)
96
+ io-console (0.8.1)
97
+ irb (1.15.2)
98
+ pp (>= 0.6.0)
99
+ rdoc (>= 4.0.0)
100
+ reline (>= 0.4.2)
114
101
  jmespath (1.6.2)
115
- json (2.7.1)
116
- json-schema (4.1.1)
117
- addressable (>= 2.8)
118
- language_server-protocol (3.17.0.3)
119
- listen (3.8.0)
102
+ json (2.13.0)
103
+ json-schema (5.2.1)
104
+ addressable (~> 2.8)
105
+ bigdecimal (~> 3.1)
106
+ language_server-protocol (3.17.0.5)
107
+ lint_roller (1.1.0)
108
+ listen (3.9.0)
120
109
  rb-fsevent (~> 0.10, >= 0.10.3)
121
110
  rb-inotify (~> 0.9, >= 0.9.10)
122
- loofah (2.22.0)
111
+ logger (1.7.0)
112
+ loofah (2.24.1)
123
113
  crass (~> 1.0.2)
124
114
  nokogiri (>= 1.12.0)
125
- minitest (5.20.0)
126
- msgpack (1.7.2)
127
- mutex_m (0.2.0)
128
- mysql2 (0.5.5)
129
- nokogiri (1.16.0-x86_64-linux)
115
+ minitest (5.25.5)
116
+ msgpack (1.8.0)
117
+ mysql2 (0.5.6)
118
+ nokogiri (1.18.8-x86_64-linux-gnu)
130
119
  racc (~> 1.4)
131
- parallel (1.24.0)
132
- parser (3.2.2.4)
120
+ parallel (1.27.0)
121
+ parser (3.3.8.0)
133
122
  ast (~> 2.4.1)
134
123
  racc
135
- proc_to_ast (0.1.0)
136
- coderay
124
+ pp (0.6.2)
125
+ prettyprint
126
+ prettyprint (0.2.0)
127
+ prism (1.4.0)
128
+ proc_to_ast (0.2.0)
137
129
  parser
130
+ rouge
138
131
  unparser
139
- psych (5.1.2)
132
+ psych (5.2.6)
133
+ date
140
134
  stringio
141
- public_suffix (5.0.4)
142
- racc (1.7.3)
143
- rack (3.0.8)
144
- rack-session (2.0.0)
135
+ public_suffix (6.0.2)
136
+ racc (1.8.1)
137
+ rack (3.1.16)
138
+ rack-session (2.1.1)
139
+ base64 (>= 0.1.0)
145
140
  rack (>= 3.0.0)
146
- rack-test (2.1.0)
141
+ rack-test (2.2.0)
147
142
  rack (>= 1.3)
148
- rackup (2.1.0)
143
+ rackup (2.2.1)
149
144
  rack (>= 3)
150
- webrick (~> 1.8)
151
- rails-dom-testing (2.2.0)
145
+ rails-dom-testing (2.3.0)
152
146
  activesupport (>= 5.0.0)
153
147
  minitest
154
148
  nokogiri (>= 1.6)
155
- rails-html-sanitizer (1.6.0)
149
+ rails-html-sanitizer (1.6.2)
156
150
  loofah (~> 2.21)
157
- nokogiri (~> 1.14)
158
- railties (7.1.2)
159
- actionpack (= 7.1.2)
160
- activesupport (= 7.1.2)
161
- irb
151
+ 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)
152
+ railties (8.0.2)
153
+ actionpack (= 8.0.2)
154
+ activesupport (= 8.0.2)
155
+ irb (~> 1.13)
162
156
  rackup (>= 1.0.0)
163
157
  rake (>= 12.2)
164
158
  thor (~> 1.0, >= 1.2.2)
165
159
  zeitwerk (~> 2.6)
166
160
  rainbow (3.1.1)
167
- rake (13.1.0)
161
+ rake (13.3.0)
168
162
  rb-fsevent (0.11.2)
169
- rb-inotify (0.10.1)
163
+ rb-inotify (0.11.1)
170
164
  ffi (~> 1.0)
171
- rdoc (6.6.2)
165
+ rdoc (6.14.2)
166
+ erb
172
167
  psych (>= 4.0.0)
173
- regexp_parser (2.8.3)
174
- reline (0.4.1)
168
+ regexp_parser (2.10.0)
169
+ reline (0.6.1)
175
170
  io-console (~> 0.5)
176
- rexml (3.2.6)
177
- rspec (3.12.0)
178
- rspec-core (~> 3.12.0)
179
- rspec-expectations (~> 3.12.0)
180
- rspec-mocks (~> 3.12.0)
181
- rspec-core (3.12.2)
182
- rspec-support (~> 3.12.0)
183
- rspec-expectations (3.12.3)
171
+ rouge (4.5.2)
172
+ rrx_dev (8.0.2)
173
+ active_record_query_trace
174
+ activesupport (~> 8.0.2)
175
+ bootsnap
176
+ debug
177
+ factory_bot
178
+ factory_bot_rails
179
+ listen
180
+ railties (~> 8.0.2)
181
+ rake (>= 13.0)
182
+ rspec (>= 3.0)
183
+ rspec-parameterized
184
+ rspec-rails
185
+ rswag-specs
186
+ rubocop (>= 1.21)
187
+ rubocop-rails
188
+ spring
189
+ thor
190
+ rspec (3.13.1)
191
+ rspec-core (~> 3.13.0)
192
+ rspec-expectations (~> 3.13.0)
193
+ rspec-mocks (~> 3.13.0)
194
+ rspec-core (3.13.5)
195
+ rspec-support (~> 3.13.0)
196
+ rspec-expectations (3.13.5)
184
197
  diff-lcs (>= 1.2.0, < 2.0)
185
- rspec-support (~> 3.12.0)
186
- rspec-mocks (3.12.6)
198
+ rspec-support (~> 3.13.0)
199
+ rspec-mocks (3.13.5)
187
200
  diff-lcs (>= 1.2.0, < 2.0)
188
- rspec-support (~> 3.12.0)
189
- rspec-parameterized (1.0.0)
190
- rspec-parameterized-core (< 2)
191
- rspec-parameterized-table_syntax (< 2)
192
- rspec-parameterized-core (1.0.0)
201
+ rspec-support (~> 3.13.0)
202
+ rspec-parameterized (2.0.0)
203
+ rspec-parameterized-core (>= 2, < 3)
204
+ rspec-parameterized-table_syntax (>= 2, < 3)
205
+ rspec-parameterized-core (2.0.0)
193
206
  parser
194
- proc_to_ast
207
+ prism
208
+ proc_to_ast (>= 0.2.0)
195
209
  rspec (>= 2.13, < 4)
196
210
  unparser
197
- rspec-parameterized-table_syntax (1.0.1)
211
+ rspec-parameterized-table_syntax (2.0.0)
198
212
  binding_of_caller
199
- rspec-parameterized-core (< 2)
200
- rspec-rails (6.1.0)
201
- actionpack (>= 6.1)
202
- activesupport (>= 6.1)
203
- railties (>= 6.1)
204
- rspec-core (~> 3.12)
205
- rspec-expectations (~> 3.12)
206
- rspec-mocks (~> 3.12)
207
- rspec-support (~> 3.12)
208
- rspec-support (3.12.1)
209
- rswag-specs (2.13.0)
210
- activesupport (>= 3.1, < 7.2)
211
- json-schema (>= 2.2, < 5.0)
212
- railties (>= 3.1, < 7.2)
213
+ rspec-parameterized-core (>= 2, < 3)
214
+ rspec-rails (8.0.1)
215
+ actionpack (>= 7.2)
216
+ activesupport (>= 7.2)
217
+ railties (>= 7.2)
218
+ rspec-core (~> 3.13)
219
+ rspec-expectations (~> 3.13)
220
+ rspec-mocks (~> 3.13)
221
+ rspec-support (~> 3.13)
222
+ rspec-support (3.13.4)
223
+ rswag-specs (2.16.0)
224
+ activesupport (>= 5.2, < 8.1)
225
+ json-schema (>= 2.2, < 6.0)
226
+ railties (>= 5.2, < 8.1)
213
227
  rspec-core (>= 2.14)
214
- rubocop (1.59.0)
228
+ rubocop (1.78.0)
215
229
  json (~> 2.3)
216
- language_server-protocol (>= 3.17.0)
230
+ language_server-protocol (~> 3.17.0.2)
231
+ lint_roller (~> 1.1.0)
217
232
  parallel (~> 1.10)
218
- parser (>= 3.2.2.4)
233
+ parser (>= 3.3.0.2)
219
234
  rainbow (>= 2.2.2, < 4.0)
220
- regexp_parser (>= 1.8, < 3.0)
221
- rexml (>= 3.2.5, < 4.0)
222
- rubocop-ast (>= 1.30.0, < 2.0)
235
+ regexp_parser (>= 2.9.3, < 3.0)
236
+ rubocop-ast (>= 1.45.1, < 2.0)
223
237
  ruby-progressbar (~> 1.7)
224
- unicode-display_width (>= 2.4.0, < 3.0)
225
- rubocop-ast (1.30.0)
226
- parser (>= 3.2.1.0)
227
- rubocop-rails (2.23.1)
238
+ unicode-display_width (>= 2.4.0, < 4.0)
239
+ rubocop-ast (1.46.0)
240
+ parser (>= 3.3.7.2)
241
+ prism (~> 1.4)
242
+ rubocop-rails (2.32.0)
228
243
  activesupport (>= 4.2.0)
244
+ lint_roller (~> 1.1)
229
245
  rack (>= 1.1)
230
- rubocop (>= 1.33.0, < 2.0)
231
- rubocop-ast (>= 1.30.0, < 2.0)
246
+ rubocop (>= 1.75.0, < 2.0)
247
+ rubocop-ast (>= 1.44.0, < 2.0)
232
248
  ruby-progressbar (1.13.0)
233
- ruby2_keywords (0.0.5)
234
- spring (4.1.3)
235
- sqlite3 (1.7.0-x86_64-linux)
236
- stringio (3.1.0)
237
- thor (1.3.0)
238
- timeout (0.4.1)
249
+ securerandom (0.4.1)
250
+ spring (4.3.0)
251
+ sqlite3 (2.7.3-x86_64-linux-gnu)
252
+ stringio (3.1.7)
253
+ thor (1.4.0)
254
+ timeout (0.4.3)
239
255
  tzinfo (2.0.6)
240
256
  concurrent-ruby (~> 1.0)
241
- unicode-display_width (2.5.0)
242
- unparser (0.6.10)
243
- diff-lcs (~> 1.3)
244
- parser (>= 3.2.2.4)
245
- webrick (1.8.1)
246
- zeitwerk (2.6.12)
257
+ unicode-display_width (3.1.4)
258
+ unicode-emoji (~> 4.0, >= 4.0.4)
259
+ unicode-emoji (4.0.4)
260
+ unparser (0.8.0)
261
+ diff-lcs (~> 1.6)
262
+ parser (>= 3.3.0)
263
+ prism (>= 1.4)
264
+ uri (1.0.3)
265
+ useragent (0.16.11)
266
+ zeitwerk (2.7.3)
247
267
 
248
268
  PLATFORMS
249
269
  x86_64-linux
@@ -253,7 +273,7 @@ DEPENDENCIES
253
273
  aws-sdk-secretsmanager
254
274
  mysql2
255
275
  rrx_config!
256
- rrx_dev!
276
+ rrx_dev (~> 8.0.2)
257
277
  sqlite3
258
278
 
259
279
  BUNDLED WITH