pg_objects 1.4.0 → 1.4.3
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/.github/workflows/bundle_audit.yml +8 -2
- data/.github/workflows/ci.yml +5 -1
- data/.rubocop.yml +1 -1
- data/Gemfile.lock +137 -115
- data/LICENSE +1 -1
- data/lib/pg_objects/version.rb +1 -1
- data/pg_objects.gemspec +4 -4
- metadata +18 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 942d933b2db5ec4a82451dfd89804b6d655a78545a8ac44657adcbd8d785182a
|
4
|
+
data.tar.gz: 32e8be0ec438813644947256312e56298e0b612bc3166e10480ff528e4ac49e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50c281beec58a52bf9b10903d92fd71a3752a871b4d44768a573d3b55d4f477c9d1083eae1fd6aa1fad0da8b486809a9fa0f9cc6cc620ea41d5e0c42f1197351
|
7
|
+
data.tar.gz: 9bfff8212f623f44b0a46307e1c02630058090bd394b8de69f01dc6ce75e9a228bae5921117b3ce52d24e0db163087a22b0f8178bb3de5ec237bfd1dc01a2f19
|
@@ -1,5 +1,11 @@
|
|
1
1
|
name: BundleAudit
|
2
|
-
|
2
|
+
|
3
|
+
permissions:
|
4
|
+
contents: read
|
5
|
+
pull-requests: write
|
6
|
+
|
7
|
+
on:
|
8
|
+
push: {}
|
3
9
|
|
4
10
|
jobs:
|
5
11
|
bundle_audit:
|
@@ -15,7 +21,7 @@ jobs:
|
|
15
21
|
- name: Set up Ruby
|
16
22
|
uses: ruby/setup-ruby@v1
|
17
23
|
with:
|
18
|
-
ruby-version: '3.
|
24
|
+
ruby-version: '3.4.2'
|
19
25
|
bundler-cache: true
|
20
26
|
|
21
27
|
- name: Bundle audit
|
data/.github/workflows/ci.yml
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
name: CI for PGObjects
|
2
2
|
|
3
|
+
permissions:
|
4
|
+
contents: read
|
5
|
+
pull-requests: write
|
6
|
+
|
3
7
|
on:
|
4
8
|
push: {}
|
5
9
|
|
@@ -8,7 +12,7 @@ jobs:
|
|
8
12
|
runs-on: ubuntu-latest
|
9
13
|
strategy:
|
10
14
|
matrix:
|
11
|
-
ruby-version: ['3.2', '3.3']
|
15
|
+
ruby-version: ['3.2', '3.3', '3.4']
|
12
16
|
steps:
|
13
17
|
- name: Checkout
|
14
18
|
uses: actions/checkout@v2
|
data/.rubocop.yml
CHANGED
@@ -9,7 +9,7 @@ inherit_from: .rubocop_todo.yml
|
|
9
9
|
AllCops:
|
10
10
|
# EnabledByDefault: true
|
11
11
|
TargetRubyVersion: 3.2
|
12
|
-
# Cop names are not
|
12
|
+
# Cop names are not displayed in offense messages by default. Change behavior
|
13
13
|
# by overriding DisplayCopNames, or by giving the -D/--display-cop-names
|
14
14
|
# option.
|
15
15
|
DisplayCopNames: true
|
data/Gemfile.lock
CHANGED
@@ -1,44 +1,43 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pg_objects (1.4.
|
5
|
-
activerecord (>= 6.1.7.0, <
|
4
|
+
pg_objects (1.4.3)
|
5
|
+
activerecord (>= 6.1.7.0, < 9)
|
6
6
|
dry-auto_inject (~> 1)
|
7
7
|
dry-configurable (~> 1)
|
8
8
|
dry-container (= 0.11.0)
|
9
9
|
dry-monads (~> 1.6)
|
10
|
-
memery (>= 1.5, < 1.
|
11
|
-
pg_query (
|
12
|
-
railties (>= 4, <
|
10
|
+
memery (>= 1.5, < 1.8)
|
11
|
+
pg_query (>= 5, < 7)
|
12
|
+
railties (>= 4, < 9)
|
13
13
|
rake-hooks (~> 1)
|
14
14
|
|
15
15
|
GEM
|
16
16
|
remote: https://rubygems.org/
|
17
17
|
specs:
|
18
|
-
actionpack (
|
19
|
-
actionview (=
|
20
|
-
activesupport (=
|
18
|
+
actionpack (8.0.2)
|
19
|
+
actionview (= 8.0.2)
|
20
|
+
activesupport (= 8.0.2)
|
21
21
|
nokogiri (>= 1.8.5)
|
22
|
-
|
23
|
-
rack (>= 2.2.4, < 3.2)
|
22
|
+
rack (>= 2.2.4)
|
24
23
|
rack-session (>= 1.0.1)
|
25
24
|
rack-test (>= 0.6.3)
|
26
25
|
rails-dom-testing (~> 2.2)
|
27
26
|
rails-html-sanitizer (~> 1.6)
|
28
27
|
useragent (~> 0.16)
|
29
|
-
actionview (
|
30
|
-
activesupport (=
|
28
|
+
actionview (8.0.2)
|
29
|
+
activesupport (= 8.0.2)
|
31
30
|
builder (~> 3.1)
|
32
31
|
erubi (~> 1.11)
|
33
32
|
rails-dom-testing (~> 2.2)
|
34
33
|
rails-html-sanitizer (~> 1.6)
|
35
|
-
activemodel (
|
36
|
-
activesupport (=
|
37
|
-
activerecord (
|
38
|
-
activemodel (=
|
39
|
-
activesupport (=
|
34
|
+
activemodel (8.0.2)
|
35
|
+
activesupport (= 8.0.2)
|
36
|
+
activerecord (8.0.2)
|
37
|
+
activemodel (= 8.0.2)
|
38
|
+
activesupport (= 8.0.2)
|
40
39
|
timeout (>= 0.4.0)
|
41
|
-
activesupport (
|
40
|
+
activesupport (8.0.2)
|
42
41
|
base64
|
43
42
|
benchmark (>= 0.3)
|
44
43
|
bigdecimal
|
@@ -50,205 +49,228 @@ GEM
|
|
50
49
|
minitest (>= 5.1)
|
51
50
|
securerandom (>= 0.3)
|
52
51
|
tzinfo (~> 2.0, >= 2.0.5)
|
53
|
-
|
52
|
+
uri (>= 0.13.1)
|
53
|
+
ast (2.4.3)
|
54
54
|
base64 (0.2.0)
|
55
|
-
benchmark (0.
|
56
|
-
bigdecimal (3.1.
|
55
|
+
benchmark (0.4.0)
|
56
|
+
bigdecimal (3.1.9)
|
57
57
|
binding_of_caller (1.0.1)
|
58
58
|
debug_inspector (>= 1.2.0)
|
59
59
|
builder (3.3.0)
|
60
60
|
bundler-audit (0.9.2)
|
61
61
|
bundler (>= 1.2.0, < 3)
|
62
62
|
thor (~> 1.0)
|
63
|
-
byebug (
|
63
|
+
byebug (12.0.0)
|
64
64
|
coderay (1.1.3)
|
65
|
-
concurrent-ruby (1.3.
|
66
|
-
connection_pool (2.
|
65
|
+
concurrent-ruby (1.3.5)
|
66
|
+
connection_pool (2.5.3)
|
67
67
|
crass (1.0.6)
|
68
|
+
date (3.4.1)
|
68
69
|
debug_inspector (1.2.0)
|
69
|
-
diff-lcs (1.
|
70
|
+
diff-lcs (1.6.2)
|
70
71
|
drb (2.2.1)
|
71
|
-
dry-auto_inject (1.0
|
72
|
-
dry-core (~> 1.
|
72
|
+
dry-auto_inject (1.1.0)
|
73
|
+
dry-core (~> 1.1)
|
73
74
|
zeitwerk (~> 2.6)
|
74
|
-
dry-configurable (1.
|
75
|
-
dry-core (~> 1.
|
75
|
+
dry-configurable (1.3.0)
|
76
|
+
dry-core (~> 1.1)
|
76
77
|
zeitwerk (~> 2.6)
|
77
78
|
dry-container (0.11.0)
|
78
79
|
concurrent-ruby (~> 1.0)
|
79
|
-
dry-core (1.0
|
80
|
+
dry-core (1.1.0)
|
80
81
|
concurrent-ruby (~> 1.0)
|
81
82
|
logger
|
82
83
|
zeitwerk (~> 2.6)
|
83
|
-
dry-monads (1.
|
84
|
+
dry-monads (1.8.3)
|
84
85
|
concurrent-ruby (~> 1.0)
|
85
|
-
dry-core (~> 1.
|
86
|
+
dry-core (~> 1.1)
|
86
87
|
zeitwerk (~> 2.6)
|
87
|
-
erubi (1.13.
|
88
|
+
erubi (1.13.1)
|
88
89
|
faker (3.5.1)
|
89
90
|
i18n (>= 1.8.11, < 2)
|
90
|
-
google-protobuf (4.
|
91
|
-
bigdecimal
|
92
|
-
rake (>= 13)
|
93
|
-
google-protobuf (4.28.3-aarch64-linux)
|
91
|
+
google-protobuf (4.30.2)
|
94
92
|
bigdecimal
|
95
93
|
rake (>= 13)
|
96
|
-
google-protobuf (4.
|
94
|
+
google-protobuf (4.30.2-aarch64-linux)
|
97
95
|
bigdecimal
|
98
96
|
rake (>= 13)
|
99
|
-
google-protobuf (4.
|
97
|
+
google-protobuf (4.30.2-arm64-darwin)
|
100
98
|
bigdecimal
|
101
99
|
rake (>= 13)
|
102
|
-
google-protobuf (4.
|
100
|
+
google-protobuf (4.30.2-x86_64-darwin)
|
103
101
|
bigdecimal
|
104
102
|
rake (>= 13)
|
105
|
-
google-protobuf (4.
|
103
|
+
google-protobuf (4.30.2-x86_64-linux)
|
106
104
|
bigdecimal
|
107
105
|
rake (>= 13)
|
108
|
-
i18n (1.14.
|
106
|
+
i18n (1.14.7)
|
109
107
|
concurrent-ruby (~> 1.0)
|
110
|
-
io-console (0.
|
111
|
-
irb (1.
|
108
|
+
io-console (0.8.0)
|
109
|
+
irb (1.15.2)
|
110
|
+
pp (>= 0.6.0)
|
112
111
|
rdoc (>= 4.0.0)
|
113
112
|
reline (>= 0.4.2)
|
114
|
-
json (2.
|
115
|
-
language_server-protocol (3.17.0.
|
116
|
-
|
117
|
-
|
113
|
+
json (2.12.2)
|
114
|
+
language_server-protocol (3.17.0.5)
|
115
|
+
lint_roller (1.1.0)
|
116
|
+
logger (1.7.0)
|
117
|
+
loofah (2.24.0)
|
118
118
|
crass (~> 1.0.2)
|
119
119
|
nokogiri (>= 1.12.0)
|
120
|
-
memery (1.
|
120
|
+
memery (1.7.0)
|
121
121
|
method_source (1.1.0)
|
122
|
-
minitest (5.25.
|
123
|
-
nokogiri (1.
|
122
|
+
minitest (5.25.5)
|
123
|
+
nokogiri (1.18.8-aarch64-linux-gnu)
|
124
|
+
racc (~> 1.4)
|
125
|
+
nokogiri (1.18.8-aarch64-linux-musl)
|
126
|
+
racc (~> 1.4)
|
127
|
+
nokogiri (1.18.8-arm-linux-gnu)
|
124
128
|
racc (~> 1.4)
|
125
|
-
nokogiri (1.
|
129
|
+
nokogiri (1.18.8-arm-linux-musl)
|
126
130
|
racc (~> 1.4)
|
127
|
-
nokogiri (1.
|
131
|
+
nokogiri (1.18.8-arm64-darwin)
|
128
132
|
racc (~> 1.4)
|
129
|
-
nokogiri (1.
|
133
|
+
nokogiri (1.18.8-x86_64-darwin)
|
130
134
|
racc (~> 1.4)
|
131
|
-
nokogiri (1.
|
135
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
132
136
|
racc (~> 1.4)
|
133
|
-
nokogiri (1.
|
137
|
+
nokogiri (1.18.8-x86_64-linux-musl)
|
134
138
|
racc (~> 1.4)
|
135
|
-
parallel (1.
|
136
|
-
parser (3.3.
|
139
|
+
parallel (1.27.0)
|
140
|
+
parser (3.3.8.0)
|
137
141
|
ast (~> 2.4.1)
|
138
142
|
racc
|
139
|
-
pg_query (
|
140
|
-
google-protobuf (>= 3.
|
143
|
+
pg_query (6.1.0)
|
144
|
+
google-protobuf (>= 3.25.3)
|
145
|
+
pp (0.6.2)
|
146
|
+
prettyprint
|
147
|
+
prettyprint (0.2.0)
|
148
|
+
prism (1.4.0)
|
141
149
|
proc_to_ast (0.2.0)
|
142
150
|
parser
|
143
151
|
rouge
|
144
152
|
unparser
|
145
|
-
pry (0.
|
153
|
+
pry (0.15.2)
|
146
154
|
coderay (~> 1.1)
|
147
155
|
method_source (~> 1.0)
|
148
|
-
pry-byebug (3.
|
149
|
-
byebug (~>
|
150
|
-
pry (>= 0.13, < 0.
|
151
|
-
psych (5.2.
|
156
|
+
pry-byebug (3.11.0)
|
157
|
+
byebug (~> 12.0)
|
158
|
+
pry (>= 0.13, < 0.16)
|
159
|
+
psych (5.2.3)
|
160
|
+
date
|
152
161
|
stringio
|
153
162
|
racc (1.8.1)
|
154
|
-
rack (3.1.
|
155
|
-
rack-session (2.
|
163
|
+
rack (3.1.16)
|
164
|
+
rack-session (2.1.1)
|
165
|
+
base64 (>= 0.1.0)
|
156
166
|
rack (>= 3.0.0)
|
157
|
-
rack-test (2.
|
167
|
+
rack-test (2.2.0)
|
158
168
|
rack (>= 1.3)
|
159
|
-
rackup (2.2.
|
169
|
+
rackup (2.2.1)
|
160
170
|
rack (>= 3)
|
161
171
|
rails-dom-testing (2.2.0)
|
162
172
|
activesupport (>= 5.0.0)
|
163
173
|
minitest
|
164
174
|
nokogiri (>= 1.6)
|
165
|
-
rails-html-sanitizer (1.6.
|
175
|
+
rails-html-sanitizer (1.6.2)
|
166
176
|
loofah (~> 2.21)
|
167
|
-
nokogiri (
|
168
|
-
railties (
|
169
|
-
actionpack (=
|
170
|
-
activesupport (=
|
177
|
+
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)
|
178
|
+
railties (8.0.2)
|
179
|
+
actionpack (= 8.0.2)
|
180
|
+
activesupport (= 8.0.2)
|
171
181
|
irb (~> 1.13)
|
172
182
|
rackup (>= 1.0.0)
|
173
183
|
rake (>= 12.2)
|
174
184
|
thor (~> 1.0, >= 1.2.2)
|
175
185
|
zeitwerk (~> 2.6)
|
176
186
|
rainbow (3.1.1)
|
177
|
-
rake (13.
|
187
|
+
rake (13.3.0)
|
178
188
|
rake-hooks (1.2.3)
|
179
189
|
rake
|
180
|
-
rdoc (6.
|
190
|
+
rdoc (6.13.1)
|
181
191
|
psych (>= 4.0.0)
|
182
|
-
regexp_parser (2.
|
183
|
-
reline (0.
|
192
|
+
regexp_parser (2.10.0)
|
193
|
+
reline (0.6.1)
|
184
194
|
io-console (~> 0.5)
|
185
|
-
rouge (4.
|
186
|
-
rspec (3.13.
|
195
|
+
rouge (4.5.2)
|
196
|
+
rspec (3.13.1)
|
187
197
|
rspec-core (~> 3.13.0)
|
188
198
|
rspec-expectations (~> 3.13.0)
|
189
199
|
rspec-mocks (~> 3.13.0)
|
190
|
-
rspec-core (3.13.
|
200
|
+
rspec-core (3.13.4)
|
191
201
|
rspec-support (~> 3.13.0)
|
192
|
-
rspec-expectations (3.13.
|
202
|
+
rspec-expectations (3.13.5)
|
193
203
|
diff-lcs (>= 1.2.0, < 2.0)
|
194
204
|
rspec-support (~> 3.13.0)
|
195
|
-
rspec-mocks (3.13.
|
205
|
+
rspec-mocks (3.13.5)
|
196
206
|
diff-lcs (>= 1.2.0, < 2.0)
|
197
207
|
rspec-support (~> 3.13.0)
|
198
|
-
rspec-parameterized (
|
199
|
-
rspec-parameterized-core (<
|
200
|
-
rspec-parameterized-table_syntax (<
|
201
|
-
rspec-parameterized-core (
|
208
|
+
rspec-parameterized (2.0.0)
|
209
|
+
rspec-parameterized-core (>= 2, < 3)
|
210
|
+
rspec-parameterized-table_syntax (>= 2, < 3)
|
211
|
+
rspec-parameterized-core (2.0.0)
|
202
212
|
parser
|
213
|
+
prism
|
203
214
|
proc_to_ast (>= 0.2.0)
|
204
215
|
rspec (>= 2.13, < 4)
|
205
216
|
unparser
|
206
|
-
rspec-parameterized-table_syntax (
|
217
|
+
rspec-parameterized-table_syntax (2.0.0)
|
207
218
|
binding_of_caller
|
208
|
-
rspec-parameterized-core (<
|
209
|
-
rspec-support (3.13.
|
210
|
-
rubocop (1.
|
219
|
+
rspec-parameterized-core (>= 2, < 3)
|
220
|
+
rspec-support (3.13.4)
|
221
|
+
rubocop (1.75.8)
|
211
222
|
json (~> 2.3)
|
212
|
-
language_server-protocol (
|
223
|
+
language_server-protocol (~> 3.17.0.2)
|
224
|
+
lint_roller (~> 1.1.0)
|
213
225
|
parallel (~> 1.10)
|
214
226
|
parser (>= 3.3.0.2)
|
215
227
|
rainbow (>= 2.2.2, < 4.0)
|
216
|
-
regexp_parser (>= 2.
|
217
|
-
rubocop-ast (>= 1.
|
228
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
229
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
218
230
|
ruby-progressbar (~> 1.7)
|
219
|
-
unicode-display_width (>= 2.4.0, <
|
220
|
-
rubocop-ast (1.
|
221
|
-
parser (>= 3.3.
|
222
|
-
|
231
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
232
|
+
rubocop-ast (1.44.1)
|
233
|
+
parser (>= 3.3.7.2)
|
234
|
+
prism (~> 1.4)
|
235
|
+
rubocop-rails (2.32.0)
|
223
236
|
activesupport (>= 4.2.0)
|
237
|
+
lint_roller (~> 1.1)
|
224
238
|
rack (>= 1.1)
|
225
|
-
rubocop (>= 1.
|
226
|
-
rubocop-ast (>= 1.
|
227
|
-
rubocop-rake (0.
|
228
|
-
|
229
|
-
|
230
|
-
|
239
|
+
rubocop (>= 1.75.0, < 2.0)
|
240
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
241
|
+
rubocop-rake (0.7.1)
|
242
|
+
lint_roller (~> 1.1)
|
243
|
+
rubocop (>= 1.72.1)
|
244
|
+
rubocop-rspec (3.6.0)
|
245
|
+
lint_roller (~> 1.1)
|
246
|
+
rubocop (~> 1.72, >= 1.72.1)
|
231
247
|
ruby-progressbar (1.13.0)
|
232
|
-
securerandom (0.
|
233
|
-
stringio (3.1.
|
248
|
+
securerandom (0.4.1)
|
249
|
+
stringio (3.1.7)
|
234
250
|
thor (1.3.2)
|
235
|
-
timeout (0.4.
|
251
|
+
timeout (0.4.3)
|
236
252
|
tzinfo (2.0.6)
|
237
253
|
concurrent-ruby (~> 1.0)
|
238
|
-
unicode-display_width (
|
239
|
-
|
240
|
-
|
254
|
+
unicode-display_width (3.1.4)
|
255
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
256
|
+
unicode-emoji (4.0.4)
|
257
|
+
unparser (0.7.0)
|
258
|
+
diff-lcs (~> 1.6)
|
241
259
|
parser (>= 3.3.0)
|
242
|
-
|
243
|
-
|
260
|
+
uri (1.0.3)
|
261
|
+
useragent (0.16.11)
|
262
|
+
zeitwerk (2.7.2)
|
244
263
|
|
245
264
|
PLATFORMS
|
246
265
|
aarch64-linux
|
247
|
-
|
266
|
+
aarch64-linux-gnu
|
267
|
+
aarch64-linux-musl
|
268
|
+
arm-linux-gnu
|
269
|
+
arm-linux-musl
|
248
270
|
arm64-darwin
|
249
|
-
x86-linux
|
250
271
|
x86_64-darwin
|
251
|
-
x86_64-linux
|
272
|
+
x86_64-linux-gnu
|
273
|
+
x86_64-linux-musl
|
252
274
|
|
253
275
|
DEPENDENCIES
|
254
276
|
bundler
|
data/LICENSE
CHANGED
data/lib/pg_objects/version.rb
CHANGED
data/pg_objects.gemspec
CHANGED
@@ -43,13 +43,13 @@ Gem::Specification.new do |spec|
|
|
43
43
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
44
44
|
spec.require_paths = ['lib']
|
45
45
|
|
46
|
-
spec.add_dependency 'activerecord', '>= 6.1.7.0', '<
|
46
|
+
spec.add_dependency 'activerecord', '>= 6.1.7.0', '< 9'
|
47
47
|
spec.add_dependency 'dry-auto_inject', '~> 1'
|
48
48
|
spec.add_dependency 'dry-configurable', '~> 1'
|
49
49
|
spec.add_dependency 'dry-container', '0.11.0'
|
50
50
|
spec.add_dependency 'dry-monads', '~> 1.6'
|
51
|
-
spec.add_dependency 'memery', '>= 1.5', '< 1.
|
52
|
-
spec.add_dependency 'pg_query', '
|
53
|
-
spec.add_dependency 'railties', '>= 4', '<
|
51
|
+
spec.add_dependency 'memery', '>= 1.5', '< 1.8'
|
52
|
+
spec.add_dependency 'pg_query', '>= 5', '< 7'
|
53
|
+
spec.add_dependency 'railties', '>= 4', '< 9'
|
54
54
|
spec.add_dependency 'rake-hooks', '~> 1'
|
55
55
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pg_objects
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Denis Kiselyov
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: activerecord
|
@@ -19,7 +18,7 @@ dependencies:
|
|
19
18
|
version: 6.1.7.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
21
|
+
version: '9'
|
23
22
|
type: :runtime
|
24
23
|
prerelease: false
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +28,7 @@ dependencies:
|
|
29
28
|
version: 6.1.7.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
31
|
+
version: '9'
|
33
32
|
- !ruby/object:Gem::Dependency
|
34
33
|
name: dry-auto_inject
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -95,7 +94,7 @@ dependencies:
|
|
95
94
|
version: '1.5'
|
96
95
|
- - "<"
|
97
96
|
- !ruby/object:Gem::Version
|
98
|
-
version: '1.
|
97
|
+
version: '1.8'
|
99
98
|
type: :runtime
|
100
99
|
prerelease: false
|
101
100
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -105,21 +104,27 @@ dependencies:
|
|
105
104
|
version: '1.5'
|
106
105
|
- - "<"
|
107
106
|
- !ruby/object:Gem::Version
|
108
|
-
version: '1.
|
107
|
+
version: '1.8'
|
109
108
|
- !ruby/object:Gem::Dependency
|
110
109
|
name: pg_query
|
111
110
|
requirement: !ruby/object:Gem::Requirement
|
112
111
|
requirements:
|
113
|
-
- - "
|
112
|
+
- - ">="
|
114
113
|
- !ruby/object:Gem::Version
|
115
114
|
version: '5'
|
115
|
+
- - "<"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '7'
|
116
118
|
type: :runtime
|
117
119
|
prerelease: false
|
118
120
|
version_requirements: !ruby/object:Gem::Requirement
|
119
121
|
requirements:
|
120
|
-
- - "
|
122
|
+
- - ">="
|
121
123
|
- !ruby/object:Gem::Version
|
122
124
|
version: '5'
|
125
|
+
- - "<"
|
126
|
+
- !ruby/object:Gem::Version
|
127
|
+
version: '7'
|
123
128
|
- !ruby/object:Gem::Dependency
|
124
129
|
name: railties
|
125
130
|
requirement: !ruby/object:Gem::Requirement
|
@@ -129,7 +134,7 @@ dependencies:
|
|
129
134
|
version: '4'
|
130
135
|
- - "<"
|
131
136
|
- !ruby/object:Gem::Version
|
132
|
-
version: '
|
137
|
+
version: '9'
|
133
138
|
type: :runtime
|
134
139
|
prerelease: false
|
135
140
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -139,7 +144,7 @@ dependencies:
|
|
139
144
|
version: '4'
|
140
145
|
- - "<"
|
141
146
|
- !ruby/object:Gem::Version
|
142
|
-
version: '
|
147
|
+
version: '9'
|
143
148
|
- !ruby/object:Gem::Dependency
|
144
149
|
name: rake-hooks
|
145
150
|
requirement: !ruby/object:Gem::Requirement
|
@@ -154,7 +159,6 @@ dependencies:
|
|
154
159
|
- - "~>"
|
155
160
|
- !ruby/object:Gem::Version
|
156
161
|
version: '1'
|
157
|
-
description:
|
158
162
|
email:
|
159
163
|
- denis.kiselyov@gmail.com
|
160
164
|
executables: []
|
@@ -236,8 +240,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
240
|
- !ruby/object:Gem::Version
|
237
241
|
version: '0'
|
238
242
|
requirements: []
|
239
|
-
rubygems_version: 3.
|
240
|
-
signing_key:
|
243
|
+
rubygems_version: 3.6.7
|
241
244
|
specification_version: 4
|
242
245
|
summary: Simple manager for PostgreSQL objects like triggers and functions
|
243
246
|
test_files: []
|
247
|
+
...
|