Skip to content

Commit 1a9319e

Browse files
committed
bump to 4.0.13
1 parent 01921fe commit 1a9319e

File tree

7 files changed

+359
-131
lines changed

7 files changed

+359
-131
lines changed

CHANGELOG.rdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Rename active_scaffold_habtm_joins to active_scaffold_joins, active_scaffold_habtm_joins is now deprecated
1515
- Support sorted_association_options_find with model name prefix
1616

17+
= 4.0.13
1718
- Fix security_methods on destroy_existing
1819

1920
= 4.0.12.2

Gemfile.lock

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
active_scaffold (4.0.12.2)
11-
dartsass-sprockets (~> 3.2.0)
10+
active_scaffold (4.0.13)
1211
ice_nine (~> 0.11)
1312
rails (>= 5.2.0)
1413
request_store (~> 1.3)
14+
sassc-rails (~> 2.0)
1515

1616
GEM
1717
remote: https://rubygems.org/
@@ -108,24 +108,16 @@ GEM
108108
concurrent-ruby (1.3.5)
109109
connection_pool (2.5.3)
110110
crass (1.0.6)
111-
dartsass-sprockets (3.2.1)
112-
railties (>= 4.0.0)
113-
sassc-embedded (~> 1.80.1)
114-
sprockets (> 3.0)
115-
sprockets-rails
116-
tilt
117111
date (3.4.1)
118112
docile (1.4.1)
119113
domain_name (0.6.20240107)
120114
drb (2.2.3)
121115
erb (5.0.1)
122116
erubi (1.13.1)
117+
ffi (1.17.2-x86_64-linux-gnu)
123118
gli (2.22.0)
124119
globalid (1.2.1)
125120
activesupport (>= 6.1)
126-
google-protobuf (4.31.0-x86_64-linux-gnu)
127-
bigdecimal
128-
rake (>= 13)
129121
highline (3.1.1)
130122
reline
131123
http-accept (1.7.0)
@@ -286,10 +278,14 @@ GEM
286278
ruby-prof (1.7.1)
287279
ruby-progressbar (1.13.0)
288280
ruby2_keywords (0.0.5)
289-
sass-embedded (1.89.0-x86_64-linux-gnu)
290-
google-protobuf (~> 4.31)
291-
sassc-embedded (1.80.4)
292-
sass-embedded (~> 1.80)
281+
sassc (2.4.0)
282+
ffi (~> 1.9)
283+
sassc-rails (2.1.2)
284+
railties (>= 4.0.0)
285+
sassc (>= 2.0)
286+
sprockets (> 3.0)
287+
sprockets-rails
288+
tilt
293289
securerandom (0.4.1)
294290
shoulda (4.0.0)
295291
shoulda-context (~> 2.0)

gemfiles/Gemfile.rails-6.1.x.lock

Lines changed: 299 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,299 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
active_scaffold (4.0.13)
5+
ice_nine (~> 0.11)
6+
rails (>= 5.2.0)
7+
request_store (~> 1.3)
8+
sassc-rails (~> 2.0)
9+
10+
GEM
11+
remote: https://rubygems.org/
12+
specs:
13+
actioncable (6.1.7.9)
14+
actionpack (= 6.1.7.9)
15+
activesupport (= 6.1.7.9)
16+
nio4r (~> 2.0)
17+
websocket-driver (>= 0.6.1)
18+
actionmailbox (6.1.7.9)
19+
actionpack (= 6.1.7.9)
20+
activejob (= 6.1.7.9)
21+
activerecord (= 6.1.7.9)
22+
activestorage (= 6.1.7.9)
23+
activesupport (= 6.1.7.9)
24+
mail (>= 2.7.1)
25+
actionmailer (6.1.7.9)
26+
actionpack (= 6.1.7.9)
27+
actionview (= 6.1.7.9)
28+
activejob (= 6.1.7.9)
29+
activesupport (= 6.1.7.9)
30+
mail (~> 2.5, >= 2.5.4)
31+
rails-dom-testing (~> 2.0)
32+
actionpack (6.1.7.9)
33+
actionview (= 6.1.7.9)
34+
activesupport (= 6.1.7.9)
35+
rack (~> 2.0, >= 2.0.9)
36+
rack-test (>= 0.6.3)
37+
rails-dom-testing (~> 2.0)
38+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
39+
actiontext (6.1.7.9)
40+
actionpack (= 6.1.7.9)
41+
activerecord (= 6.1.7.9)
42+
activestorage (= 6.1.7.9)
43+
activesupport (= 6.1.7.9)
44+
nokogiri (>= 1.8.5)
45+
actionview (6.1.7.9)
46+
activesupport (= 6.1.7.9)
47+
builder (~> 3.1)
48+
erubi (~> 1.4)
49+
rails-dom-testing (~> 2.0)
50+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
51+
activejob (6.1.7.9)
52+
activesupport (= 6.1.7.9)
53+
globalid (>= 0.3.6)
54+
activemodel (6.1.7.9)
55+
activesupport (= 6.1.7.9)
56+
activerecord (6.1.7.9)
57+
activemodel (= 6.1.7.9)
58+
activesupport (= 6.1.7.9)
59+
activerecord-jdbc-adapter (61.2-java)
60+
activerecord (~> 6.1.0)
61+
activerecord-jdbcsqlite3-adapter (61.2-java)
62+
activerecord-jdbc-adapter (= 61.2)
63+
jdbc-sqlite3 (~> 3.8, < 3.30)
64+
activestorage (6.1.7.9)
65+
actionpack (= 6.1.7.9)
66+
activejob (= 6.1.7.9)
67+
activerecord (= 6.1.7.9)
68+
activesupport (= 6.1.7.9)
69+
marcel (~> 1.0)
70+
mini_mime (>= 1.1.0)
71+
activesupport (6.1.7.9)
72+
concurrent-ruby (~> 1.0, >= 1.0.2)
73+
i18n (>= 1.6, < 2)
74+
minitest (>= 5.1)
75+
tzinfo (~> 2.0)
76+
zeitwerk (~> 2.3)
77+
ansi (1.5.0)
78+
ast (2.4.2)
79+
brakeman (5.4.1)
80+
builder (3.3.0)
81+
bundler-audit (0.9.1)
82+
bundler (>= 1.2.0, < 3)
83+
thor (~> 1.0)
84+
concurrent-ruby (1.3.4)
85+
crass (1.0.6)
86+
date (3.3.4)
87+
date (3.3.4-java)
88+
docile (1.4.0)
89+
domain_name (0.5.20190701)
90+
unf (>= 0.0.5, < 1.0.0)
91+
erubi (1.13.0)
92+
ffi (1.17.0)
93+
ffi (1.17.0-java)
94+
gli (2.21.0)
95+
globalid (1.2.1)
96+
activesupport (>= 6.1)
97+
highline (2.0.3)
98+
http-accept (1.7.0)
99+
http-cookie (1.0.5)
100+
domain_name (~> 0.5)
101+
i18n (1.14.6)
102+
concurrent-ruby (~> 1.0)
103+
i18n-tasks (0.9.36)
104+
activesupport (>= 4.0.2)
105+
ast (>= 2.1.0)
106+
erubi
107+
highline (>= 2.0.0)
108+
i18n
109+
parser (>= 2.2.3.0)
110+
rails-i18n
111+
rainbow (>= 2.2.2, < 4.0)
112+
terminal-table (>= 1.5.1)
113+
ice_nine (0.11.2)
114+
jar-dependencies (0.4.1)
115+
jdbc-sqlite3 (3.28.0)
116+
json (2.6.3)
117+
json (2.6.3-java)
118+
localeapp (3.3.0)
119+
gli
120+
i18n (>= 0.7, < 2)
121+
json (>= 1.7.7)
122+
rest-client (>= 1.8.0)
123+
loofah (2.22.0)
124+
crass (~> 1.0.2)
125+
nokogiri (>= 1.12.0)
126+
mail (2.8.1)
127+
mini_mime (>= 0.1.1)
128+
net-imap
129+
net-pop
130+
net-smtp
131+
marcel (1.0.4)
132+
method_source (1.1.0)
133+
mime-types (3.4.1)
134+
mime-types-data (~> 3.2015)
135+
mime-types-data (3.2022.0105)
136+
mini_mime (1.1.5)
137+
mini_portile2 (2.8.7)
138+
minitest (5.25.1)
139+
minitest-reporters (1.6.0)
140+
ansi
141+
builder
142+
minitest (>= 5.0)
143+
ruby-progressbar
144+
mocha (2.1.0)
145+
ruby2_keywords (>= 0.0.5)
146+
net-imap (0.3.7)
147+
date
148+
net-protocol
149+
net-pop (0.1.2)
150+
net-protocol
151+
net-protocol (0.2.2)
152+
timeout
153+
net-smtp (0.5.0)
154+
net-protocol
155+
netrc (0.11.0)
156+
nio4r (2.7.3)
157+
nio4r (2.7.3-java)
158+
nokogiri (1.13.10)
159+
mini_portile2 (~> 2.8.0)
160+
racc (~> 1.4)
161+
nokogiri (1.13.10-java)
162+
racc (~> 1.4)
163+
parallel (1.22.1)
164+
parser (2.7.2.0)
165+
ast (~> 2.4.1)
166+
powerpack (0.1.2)
167+
psych (5.1.2)
168+
stringio
169+
psych (5.1.2-java)
170+
jar-dependencies (>= 0.1.7)
171+
racc (1.8.1)
172+
racc (1.8.1-java)
173+
rack (2.2.10)
174+
rack-test (2.1.0)
175+
rack (>= 1.3)
176+
rails (6.1.7.9)
177+
actioncable (= 6.1.7.9)
178+
actionmailbox (= 6.1.7.9)
179+
actionmailer (= 6.1.7.9)
180+
actionpack (= 6.1.7.9)
181+
actiontext (= 6.1.7.9)
182+
actionview (= 6.1.7.9)
183+
activejob (= 6.1.7.9)
184+
activemodel (= 6.1.7.9)
185+
activerecord (= 6.1.7.9)
186+
activestorage (= 6.1.7.9)
187+
activesupport (= 6.1.7.9)
188+
bundler (>= 1.15.0)
189+
railties (= 6.1.7.9)
190+
sprockets-rails (>= 2.0.0)
191+
rails-dom-testing (2.2.0)
192+
activesupport (>= 5.0.0)
193+
minitest
194+
nokogiri (>= 1.6)
195+
rails-html-sanitizer (1.5.0)
196+
loofah (~> 2.19, >= 2.19.1)
197+
rails-i18n (6.0.0)
198+
i18n (>= 0.7, < 2)
199+
railties (>= 6.0.0, < 7)
200+
railties (6.1.7.9)
201+
actionpack (= 6.1.7.9)
202+
activesupport (= 6.1.7.9)
203+
method_source
204+
rake (>= 12.2)
205+
thor (~> 1.0)
206+
rainbow (3.0.0)
207+
rake (13.2.1)
208+
rdoc (6.6.3.1)
209+
psych (>= 4.0.0)
210+
request_store (1.7.0)
211+
rack (>= 1.4)
212+
rest-client (2.1.0)
213+
http-accept (>= 1.7.0, < 2.0)
214+
http-cookie (>= 1.0.2, < 2.0)
215+
mime-types (>= 1.16, < 4.0)
216+
netrc (~> 0.8)
217+
rubocop (0.52.1)
218+
parallel (~> 1.10)
219+
parser (>= 2.4.0.2, < 3.0)
220+
powerpack (~> 0.1)
221+
rainbow (>= 2.2.2, < 4.0)
222+
ruby-progressbar (~> 1.7)
223+
unicode-display_width (~> 1.0, >= 1.0.1)
224+
ruby-progressbar (1.11.0)
225+
ruby2_keywords (0.0.5)
226+
sassc (2.4.0)
227+
ffi (~> 1.9)
228+
sassc-rails (2.1.2)
229+
railties (>= 4.0.0)
230+
sassc (>= 2.0)
231+
sprockets (> 3.0)
232+
sprockets-rails
233+
tilt
234+
shoulda (3.6.0)
235+
shoulda-context (~> 1.0, >= 1.0.1)
236+
shoulda-matchers (~> 3.0)
237+
shoulda-context (1.2.2)
238+
shoulda-matchers (3.1.3)
239+
activesupport (>= 4.0.0)
240+
simplecov (0.22.0)
241+
docile (~> 1.1)
242+
simplecov-html (~> 0.11)
243+
simplecov_json_formatter (~> 0.1)
244+
simplecov-html (0.12.3)
245+
simplecov_json_formatter (0.1.2)
246+
sprockets (4.2.1)
247+
concurrent-ruby (~> 1.0)
248+
rack (>= 2.2.4, < 4)
249+
sprockets-rails (3.5.2)
250+
actionpack (>= 6.1)
251+
activesupport (>= 6.1)
252+
sprockets (>= 3.0.0)
253+
sqlite3 (1.7.3)
254+
mini_portile2 (~> 2.8.0)
255+
stringio (3.1.2)
256+
terminal-table (3.0.0)
257+
unicode-display_width (~> 1.1, >= 1.1.1)
258+
thor (1.3.2)
259+
tilt (2.4.0)
260+
timeout (0.4.1)
261+
tzinfo (2.0.6)
262+
concurrent-ruby (~> 1.0)
263+
unf (0.1.4)
264+
unf_ext
265+
unf (0.1.4-java)
266+
unf_ext (0.0.8.2)
267+
unicode-display_width (1.8.0)
268+
websocket-driver (0.7.6)
269+
websocket-extensions (>= 0.1.0)
270+
websocket-driver (0.7.6-java)
271+
websocket-extensions (>= 0.1.0)
272+
websocket-extensions (0.1.5)
273+
zeitwerk (2.6.18)
274+
275+
PLATFORMS
276+
java
277+
ruby
278+
279+
DEPENDENCIES
280+
active_scaffold!
281+
activerecord-jdbcsqlite3-adapter
282+
brakeman
283+
bundler-audit
284+
i18n-tasks
285+
jdbc-sqlite3
286+
localeapp
287+
minitest-reporters
288+
mocha
289+
rack
290+
rails (~> 6.1.0)
291+
rake
292+
rdoc
293+
rubocop (= 0.52.1)
294+
shoulda
295+
simplecov
296+
sqlite3 (~> 1.4)
297+
298+
BUNDLED WITH
299+
2.3.9

0 commit comments

Comments
 (0)