sunrise-cms 1.1.1 → 2.0.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.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/tests.yml +49 -0
  3. data/.rubocop.yml +3 -1
  4. data/.ruby-version +1 -1
  5. data/CHANGELOG.rdoc +5 -0
  6. data/Gemfile +9 -17
  7. data/Gemfile.lock +332 -207
  8. data/README.md +42 -34
  9. data/app/assets/config/manifest.js +1 -0
  10. data/app/assets/javascripts/sunrise/application.js +2 -4
  11. data/app/controllers/sunrise/manager_controller.rb +4 -6
  12. data/app/controllers/sunrise/settings_controller.rb +2 -3
  13. data/app/helpers/sunrise/structure_helper.rb +2 -2
  14. data/app/views/layouts/sunrise/application.html.erb +2 -0
  15. data/app/views/sunrise/manager/_field.html.erb +5 -5
  16. data/app/views/sunrise/manager/_form.html.erb +15 -15
  17. data/app/views/sunrise/manager/_header_edit.html.erb +3 -4
  18. data/app/views/sunrise/manager/_header_new.html.erb +3 -3
  19. data/app/views/sunrise/manager/_header_show.html.erb +9 -13
  20. data/app/views/sunrise/manager/_nested_field.html.erb +6 -6
  21. data/app/views/sunrise/manager/edit.html.erb +1 -1
  22. data/app/views/sunrise/manager/new.html.erb +1 -1
  23. data/app/views/sunrise/manager/structures/thumbs/_record.html.erb +19 -16
  24. data/app/views/sunrise/manager/thumbs/_record.html.erb +26 -22
  25. data/app/views/sunrise/settings/_form.html.erb +5 -5
  26. data/app/views/sunrise/settings/_header_edit.html.erb +3 -4
  27. data/config/locales/sunrise/en.yml +35 -35
  28. data/config/locales/sunrise/ru.yml +35 -35
  29. data/config/locales/sunrise/uk.yml +35 -35
  30. data/db/migrate/20111216144515_create_assets.rb +1 -1
  31. data/db/migrate/20111216144915_create_structures.rb +1 -1
  32. data/db/migrate/20111216145015_create_users.rb +1 -1
  33. data/db/migrate/20120611095315_create_settings.rb +1 -1
  34. data/lib/generators/sunrise/templates/config/active_record/sunrise.rb +0 -4
  35. data/lib/generators/sunrise/templates/config/mongoid/sunrise.rb +0 -4
  36. data/lib/generators/sunrise/templates/models/active_record/attachment_file.rb +0 -2
  37. data/lib/generators/sunrise/templates/models/active_record/avatar.rb +0 -2
  38. data/lib/generators/sunrise/templates/models/active_record/picture.rb +0 -2
  39. data/lib/generators/sunrise/templates/models/active_record/position_type.rb +4 -4
  40. data/lib/generators/sunrise/templates/models/active_record/role_type.rb +5 -5
  41. data/lib/generators/sunrise/templates/models/active_record/settings.rb +14 -2
  42. data/lib/generators/sunrise/templates/models/active_record/structure_type.rb +6 -6
  43. data/lib/generators/sunrise/templates/models/mongoid/attachment_file.rb +0 -2
  44. data/lib/generators/sunrise/templates/models/mongoid/avatar.rb +0 -2
  45. data/lib/generators/sunrise/templates/models/mongoid/picture.rb +0 -2
  46. data/lib/generators/sunrise/templates/models/mongoid/position_type.rb +4 -4
  47. data/lib/generators/sunrise/templates/models/mongoid/role_type.rb +5 -5
  48. data/lib/generators/sunrise/templates/models/mongoid/structure_type.rb +6 -6
  49. data/lib/generators/sunrise/templates/models/sunrise/sunrise_structure.rb +2 -2
  50. data/lib/generators/sunrise/templates/spec/controllers/pages_controller_spec.rb +2 -2
  51. data/lib/generators/sunrise/templates/spec/controllers/welcome_controller_spec.rb +1 -1
  52. data/lib/generators/sunrise/templates/spec/factories/structure_factory.rb +2 -2
  53. data/lib/generators/sunrise/templates/spec/factories/user_factory.rb +6 -6
  54. data/lib/generators/sunrise/templates/spec/spec_helper.rb +1 -1
  55. data/lib/generators/sunrise/templates/spec/support/helpers/controller_macros.rb +4 -4
  56. data/lib/generators/sunrise/templates/uploaders/attachment_file_uploader.rb +4 -0
  57. data/lib/generators/sunrise/templates/uploaders/avatar_uploader.rb +4 -0
  58. data/lib/generators/sunrise/templates/uploaders/picture_uploader.rb +4 -0
  59. data/lib/sunrise/abstract_model.rb +10 -0
  60. data/lib/sunrise/carrierwave/glue.rb +1 -7
  61. data/lib/sunrise/config.rb +0 -5
  62. data/lib/sunrise/core_ext/string.rb +0 -5
  63. data/lib/sunrise/engine.rb +5 -5
  64. data/lib/sunrise/models/ability.rb +1 -1
  65. data/lib/sunrise/models/position_type.rb +1 -7
  66. data/lib/sunrise/models/role_type.rb +4 -6
  67. data/lib/sunrise/models/structure.rb +3 -3
  68. data/lib/sunrise/models/structure_type.rb +1 -7
  69. data/lib/sunrise/models/user.rb +4 -4
  70. data/lib/sunrise/utils.rb +1 -2
  71. data/lib/sunrise/version.rb +1 -1
  72. data/lib/sunrise/views/search_wrapper.rb +1 -1
  73. data/sunrise-cms.gemspec +8 -11
  74. metadata +22 -38
  75. data/.rspec +0 -2
  76. data/lib/sunrise/carrierwave/file_size_validator.rb +0 -75
  77. data/lib/sunrise/utils/transliteration.rb +0 -73
data/Gemfile.lock CHANGED
@@ -1,94 +1,142 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sunrise-cms (1.1.1)
5
- babosa
6
- cancan
4
+ sunrise-cms (2.0.0)
5
+ cancancan
7
6
  carrierwave
8
7
  galetahub-enum_field
9
- jquery-ui-rails (>= 5.0.0)
8
+ jquery-ui-rails
10
9
  kaminari
11
- meta_manager (>= 0.2.0)
10
+ meta_manager
12
11
  mime-types
13
12
  mini_magick
14
- page_parts (>= 0.1.3)
15
- public_activity (>= 1.0.0)
13
+ page_parts
14
+ public_activity
16
15
  rails (>= 4.0.0)
17
- rails-settings-cached (>= 0.4.0)
16
+ rails-settings-cached
18
17
  rails-uploader
19
18
  simple_form
20
19
 
21
20
  GEM
22
21
  remote: https://rubygems.org/
23
22
  specs:
24
- actionmailer (4.2.11.3)
25
- actionpack (= 4.2.11.3)
26
- actionview (= 4.2.11.3)
27
- activejob (= 4.2.11.3)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 1.0, >= 1.0.5)
30
- actionpack (4.2.11.3)
31
- actionview (= 4.2.11.3)
32
- activesupport (= 4.2.11.3)
33
- rack (~> 1.6)
34
- rack-test (~> 0.6.2)
35
- rails-dom-testing (~> 1.0, >= 1.0.5)
36
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
- actionview (4.2.11.3)
38
- activesupport (= 4.2.11.3)
39
- builder (~> 3.1)
40
- erubis (~> 2.7.0)
41
- rails-dom-testing (~> 1.0, >= 1.0.5)
42
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
- activejob (4.2.11.3)
44
- activesupport (= 4.2.11.3)
45
- globalid (>= 0.3.0)
46
- activemodel (4.2.11.3)
47
- activesupport (= 4.2.11.3)
23
+ actioncable (7.2.2.1)
24
+ actionpack (= 7.2.2.1)
25
+ activesupport (= 7.2.2.1)
26
+ nio4r (~> 2.0)
27
+ websocket-driver (>= 0.6.1)
28
+ zeitwerk (~> 2.6)
29
+ actionmailbox (7.2.2.1)
30
+ actionpack (= 7.2.2.1)
31
+ activejob (= 7.2.2.1)
32
+ activerecord (= 7.2.2.1)
33
+ activestorage (= 7.2.2.1)
34
+ activesupport (= 7.2.2.1)
35
+ mail (>= 2.8.0)
36
+ actionmailer (7.2.2.1)
37
+ actionpack (= 7.2.2.1)
38
+ actionview (= 7.2.2.1)
39
+ activejob (= 7.2.2.1)
40
+ activesupport (= 7.2.2.1)
41
+ mail (>= 2.8.0)
42
+ rails-dom-testing (~> 2.2)
43
+ actionpack (7.2.2.1)
44
+ actionview (= 7.2.2.1)
45
+ activesupport (= 7.2.2.1)
46
+ nokogiri (>= 1.8.5)
47
+ racc
48
+ rack (>= 2.2.4, < 3.2)
49
+ rack-session (>= 1.0.1)
50
+ rack-test (>= 0.6.3)
51
+ rails-dom-testing (~> 2.2)
52
+ rails-html-sanitizer (~> 1.6)
53
+ useragent (~> 0.16)
54
+ actiontext (7.2.2.1)
55
+ actionpack (= 7.2.2.1)
56
+ activerecord (= 7.2.2.1)
57
+ activestorage (= 7.2.2.1)
58
+ activesupport (= 7.2.2.1)
59
+ globalid (>= 0.6.0)
60
+ nokogiri (>= 1.8.5)
61
+ actionview (7.2.2.1)
62
+ activesupport (= 7.2.2.1)
48
63
  builder (~> 3.1)
49
- activerecord (4.2.11.3)
50
- activemodel (= 4.2.11.3)
51
- activesupport (= 4.2.11.3)
52
- arel (~> 6.0)
53
- activesupport (4.2.11.3)
54
- i18n (~> 0.7)
55
- minitest (~> 5.1)
56
- thread_safe (~> 0.3, >= 0.3.4)
57
- tzinfo (~> 1.1)
58
- addressable (2.7.0)
59
- public_suffix (>= 2.0.2, < 5.0)
60
- arel (6.0.4)
61
- awesome_nested_set (3.4.0)
62
- activerecord (>= 4.0.0, < 7.0)
63
- babosa (1.0.4)
64
- bcrypt (3.1.16)
65
- builder (3.2.4)
66
- byebug (11.1.3)
67
- cancan (1.6.10)
68
- capybara (3.35.3)
64
+ erubi (~> 1.11)
65
+ rails-dom-testing (~> 2.2)
66
+ rails-html-sanitizer (~> 1.6)
67
+ activejob (7.2.2.1)
68
+ activesupport (= 7.2.2.1)
69
+ globalid (>= 0.3.6)
70
+ activemodel (7.2.2.1)
71
+ activesupport (= 7.2.2.1)
72
+ activerecord (7.2.2.1)
73
+ activemodel (= 7.2.2.1)
74
+ activesupport (= 7.2.2.1)
75
+ timeout (>= 0.4.0)
76
+ activestorage (7.2.2.1)
77
+ actionpack (= 7.2.2.1)
78
+ activejob (= 7.2.2.1)
79
+ activerecord (= 7.2.2.1)
80
+ activesupport (= 7.2.2.1)
81
+ marcel (~> 1.0)
82
+ activesupport (7.2.2.1)
83
+ base64
84
+ benchmark (>= 0.3)
85
+ bigdecimal
86
+ concurrent-ruby (~> 1.0, >= 1.3.1)
87
+ connection_pool (>= 2.2.5)
88
+ drb
89
+ i18n (>= 1.6, < 2)
90
+ logger (>= 1.4.2)
91
+ minitest (>= 5.1)
92
+ securerandom (>= 0.3)
93
+ tzinfo (~> 2.0, >= 2.0.5)
94
+ addressable (2.8.7)
95
+ public_suffix (>= 2.0.2, < 7.0)
96
+ awesome_nested_set (3.8.0)
97
+ activerecord (>= 4.0.0, < 8.1)
98
+ base64 (0.2.0)
99
+ bcrypt (3.1.20)
100
+ benchmark (0.4.0)
101
+ bigdecimal (3.1.9)
102
+ builder (3.3.0)
103
+ cancancan (3.6.1)
104
+ capybara (3.40.0)
69
105
  addressable
106
+ matrix
70
107
  mini_mime (>= 0.1.3)
71
- nokogiri (~> 1.8)
108
+ nokogiri (~> 1.11)
72
109
  rack (>= 1.6.0)
73
110
  rack-test (>= 0.6.3)
74
111
  regexp_parser (>= 1.5, < 3.0)
75
112
  xpath (~> 3.2)
76
- carrierwave (1.3.2)
77
- activemodel (>= 4.0.0)
78
- activesupport (>= 4.0.0)
79
- mime-types (>= 1.16)
113
+ carrierwave (3.1.2)
114
+ activemodel (>= 6.0.0)
115
+ activesupport (>= 6.0.0)
116
+ addressable (~> 2.6)
117
+ image_processing (~> 1.1)
118
+ marcel (~> 1.0.0)
80
119
  ssrf_filter (~> 1.0)
81
- coffee-rails (4.2.2)
120
+ childprocess (5.1.0)
121
+ logger (~> 1.5)
122
+ coffee-rails (5.0.0)
82
123
  coffee-script (>= 2.2.0)
83
- railties (>= 4.0.0)
124
+ railties (>= 5.2.0)
84
125
  coffee-script (2.4.1)
85
126
  coffee-script-source
86
127
  execjs
87
128
  coffee-script-source (1.12.2)
88
- concurrent-ruby (1.1.8)
129
+ concurrent-ruby (1.3.5)
130
+ connection_pool (2.5.3)
89
131
  crass (1.0.6)
90
- database_cleaner (1.99.0)
91
- devise (4.7.3)
132
+ database_cleaner (2.1.0)
133
+ database_cleaner-active_record (>= 2, < 3)
134
+ database_cleaner-active_record (2.2.1)
135
+ activerecord (>= 5.a)
136
+ database_cleaner-core (~> 2.0.0)
137
+ database_cleaner-core (2.0.1)
138
+ date (3.4.1)
139
+ devise (4.9.4)
92
140
  bcrypt (~> 3.0)
93
141
  orm_adapter (~> 0.1)
94
142
  railties (>= 4.1.0)
@@ -96,135 +144,202 @@ GEM
96
144
  warden (~> 1.2.3)
97
145
  devise-encryptable (0.2.0)
98
146
  devise (>= 2.1.0)
99
- diff-lcs (1.4.4)
100
- erubis (2.7.0)
101
- execjs (2.7.0)
102
- factory_girl (4.9.0)
147
+ diff-lcs (1.6.2)
148
+ drb (2.2.3)
149
+ erb (5.0.1)
150
+ erubi (1.13.1)
151
+ execjs (2.10.0)
152
+ factory_bot (6.5.1)
153
+ activesupport (>= 6.1.0)
154
+ factory_bot_rails (6.4.4)
155
+ factory_bot (~> 6.5)
156
+ railties (>= 5.0.0)
157
+ ffi (1.17.2-aarch64-linux-gnu)
158
+ ffi (1.17.2-aarch64-linux-musl)
159
+ ffi (1.17.2-arm-linux-gnu)
160
+ ffi (1.17.2-arm-linux-musl)
161
+ ffi (1.17.2-arm64-darwin)
162
+ ffi (1.17.2-x86_64-darwin)
163
+ ffi (1.17.2-x86_64-linux-gnu)
164
+ ffi (1.17.2-x86_64-linux-musl)
165
+ galetahub-enum_field (0.5.4)
166
+ activesupport
167
+ generator_spec (0.10.0)
103
168
  activesupport (>= 3.0.0)
104
- factory_girl_rails (4.9.0)
105
- factory_girl (~> 4.9.0)
106
169
  railties (>= 3.0.0)
107
- ffi (1.15.0)
108
- fuubar (2.5.1)
109
- rspec-core (~> 3.0)
110
- ruby-progressbar (~> 1.4)
111
- galetahub-enum_field (0.4.0)
112
- generator_spec (0.9.4)
113
- activesupport (>= 3.0.0)
114
- railties (>= 3.0.0)
115
- globalid (0.4.2)
116
- activesupport (>= 4.2.0)
117
- i18n (0.9.5)
170
+ globalid (1.2.1)
171
+ activesupport (>= 6.1)
172
+ i18n (1.14.7)
118
173
  concurrent-ruby (~> 1.0)
119
- jquery-rails (4.4.0)
120
- rails-dom-testing (>= 1, < 3)
121
- railties (>= 4.2.0)
122
- thor (>= 0.14, < 2.0)
123
- jquery-ui-rails (6.0.1)
174
+ image_processing (1.14.0)
175
+ mini_magick (>= 4.9.5, < 6)
176
+ ruby-vips (>= 2.0.17, < 3)
177
+ io-console (0.8.0)
178
+ irb (1.15.2)
179
+ pp (>= 0.6.0)
180
+ rdoc (>= 4.0.0)
181
+ reline (>= 0.4.2)
182
+ jquery-ui-rails (8.0.0)
124
183
  railties (>= 3.2.16)
125
- kaminari (1.2.1)
184
+ kaminari (1.2.2)
126
185
  activesupport (>= 4.1.0)
127
- kaminari-actionview (= 1.2.1)
128
- kaminari-activerecord (= 1.2.1)
129
- kaminari-core (= 1.2.1)
130
- kaminari-actionview (1.2.1)
186
+ kaminari-actionview (= 1.2.2)
187
+ kaminari-activerecord (= 1.2.2)
188
+ kaminari-core (= 1.2.2)
189
+ kaminari-actionview (1.2.2)
131
190
  actionview
132
- kaminari-core (= 1.2.1)
133
- kaminari-activerecord (1.2.1)
191
+ kaminari-core (= 1.2.2)
192
+ kaminari-activerecord (1.2.2)
134
193
  activerecord
135
- kaminari-core (= 1.2.1)
136
- kaminari-core (1.2.1)
137
- launchy (2.5.0)
138
- addressable (~> 2.7)
139
- libv8 (3.11.8.17)
140
- loofah (2.9.1)
194
+ kaminari-core (= 1.2.2)
195
+ kaminari-core (1.2.2)
196
+ launchy (3.1.1)
197
+ addressable (~> 2.8)
198
+ childprocess (~> 5.0)
199
+ logger (~> 1.6)
200
+ logger (1.7.0)
201
+ loofah (2.24.1)
141
202
  crass (~> 1.0.2)
142
- nokogiri (>= 1.5.9)
143
- mail (2.7.1)
203
+ nokogiri (>= 1.12.0)
204
+ mail (2.8.1)
144
205
  mini_mime (>= 0.1.1)
206
+ net-imap
207
+ net-pop
208
+ net-smtp
209
+ marcel (1.0.4)
210
+ matrix (0.4.2)
145
211
  meta_manager (0.3.0)
146
212
  orm_adapter
147
- mime-types (3.3.1)
148
- mime-types-data (~> 3.2015)
149
- mime-types-data (3.2021.0225)
150
- mini_magick (4.11.0)
151
- mini_mime (1.1.0)
152
- mini_portile2 (2.5.0)
153
- minitest (5.14.4)
154
- nokogiri (1.11.3)
155
- mini_portile2 (~> 2.5.0)
213
+ mime-types (3.7.0)
214
+ logger
215
+ mime-types-data (~> 3.2025, >= 3.2025.0507)
216
+ mime-types-data (3.2025.0527)
217
+ mini_magick (5.2.0)
218
+ benchmark
219
+ logger
220
+ mini_mime (1.1.5)
221
+ minitest (5.25.5)
222
+ net-imap (0.5.8)
223
+ date
224
+ net-protocol
225
+ net-pop (0.1.2)
226
+ net-protocol
227
+ net-protocol (0.2.2)
228
+ timeout
229
+ net-smtp (0.5.1)
230
+ net-protocol
231
+ nio4r (2.7.4)
232
+ nokogiri (1.18.8-aarch64-linux-gnu)
233
+ racc (~> 1.4)
234
+ nokogiri (1.18.8-aarch64-linux-musl)
235
+ racc (~> 1.4)
236
+ nokogiri (1.18.8-arm-linux-gnu)
237
+ racc (~> 1.4)
238
+ nokogiri (1.18.8-arm-linux-musl)
239
+ racc (~> 1.4)
240
+ nokogiri (1.18.8-arm64-darwin)
241
+ racc (~> 1.4)
242
+ nokogiri (1.18.8-x86_64-darwin)
243
+ racc (~> 1.4)
244
+ nokogiri (1.18.8-x86_64-linux-gnu)
245
+ racc (~> 1.4)
246
+ nokogiri (1.18.8-x86_64-linux-musl)
156
247
  racc (~> 1.4)
157
248
  orm_adapter (0.5.0)
158
249
  page_parts (0.1.4)
159
250
  rails (>= 3.0.0)
160
- pg (0.21.0)
161
- public_activity (1.6.4)
162
- actionpack (>= 3.0.0)
163
- activerecord (>= 3.0)
251
+ pg (1.5.9)
252
+ pp (0.6.2)
253
+ prettyprint
254
+ prettyprint (0.2.0)
255
+ psych (5.2.6)
256
+ date
257
+ stringio
258
+ public_activity (3.0.1)
259
+ actionpack (>= 6.1.0)
260
+ activerecord (>= 6.1)
164
261
  i18n (>= 0.5.0)
165
- railties (>= 3.0.0)
166
- public_suffix (4.0.6)
167
- racc (1.5.2)
168
- rack (1.6.13)
169
- rack-test (0.6.3)
170
- rack (>= 1.0)
171
- rails (4.2.11.3)
172
- actionmailer (= 4.2.11.3)
173
- actionpack (= 4.2.11.3)
174
- actionview (= 4.2.11.3)
175
- activejob (= 4.2.11.3)
176
- activemodel (= 4.2.11.3)
177
- activerecord (= 4.2.11.3)
178
- activesupport (= 4.2.11.3)
179
- bundler (>= 1.3.0, < 2.0)
180
- railties (= 4.2.11.3)
181
- sprockets-rails
182
- rails-deprecated_sanitizer (1.0.4)
183
- activesupport (>= 4.2.0.alpha)
184
- rails-dom-testing (1.0.9)
185
- activesupport (>= 4.2.0, < 5.0)
186
- nokogiri (~> 1.6)
187
- rails-deprecated_sanitizer (>= 1.0.1)
188
- rails-html-sanitizer (1.3.0)
189
- loofah (~> 2.3)
190
- rails-settings-cached (0.4.6)
191
- rails (>= 4.2.0)
192
- rails-uploader (0.3.4)
193
- jquery-ui-rails
194
- railties (4.2.11.3)
195
- actionpack (= 4.2.11.3)
196
- activesupport (= 4.2.11.3)
197
- rake (>= 0.8.7)
198
- thor (>= 0.18.1, < 2.0)
199
- rake (13.0.3)
200
- rb-fsevent (0.10.4)
201
- rb-inotify (0.10.1)
262
+ railties (>= 6.1.0)
263
+ public_suffix (6.0.2)
264
+ racc (1.8.1)
265
+ rack (3.1.15)
266
+ rack-session (2.1.1)
267
+ base64 (>= 0.1.0)
268
+ rack (>= 3.0.0)
269
+ rack-test (2.2.0)
270
+ rack (>= 1.3)
271
+ rackup (2.2.1)
272
+ rack (>= 3)
273
+ rails (7.2.2.1)
274
+ actioncable (= 7.2.2.1)
275
+ actionmailbox (= 7.2.2.1)
276
+ actionmailer (= 7.2.2.1)
277
+ actionpack (= 7.2.2.1)
278
+ actiontext (= 7.2.2.1)
279
+ actionview (= 7.2.2.1)
280
+ activejob (= 7.2.2.1)
281
+ activemodel (= 7.2.2.1)
282
+ activerecord (= 7.2.2.1)
283
+ activestorage (= 7.2.2.1)
284
+ activesupport (= 7.2.2.1)
285
+ bundler (>= 1.15.0)
286
+ railties (= 7.2.2.1)
287
+ rails-controller-testing (1.0.5)
288
+ actionpack (>= 5.0.1.rc1)
289
+ actionview (>= 5.0.1.rc1)
290
+ activesupport (>= 5.0.1.rc1)
291
+ rails-dom-testing (2.3.0)
292
+ activesupport (>= 5.0.0)
293
+ minitest
294
+ nokogiri (>= 1.6)
295
+ rails-html-sanitizer (1.6.2)
296
+ loofah (~> 2.21)
297
+ 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)
298
+ rails-settings-cached (2.9.6)
299
+ activerecord (>= 5.0.0)
300
+ railties (>= 5.0.0)
301
+ rails-uploader (0.5.9)
302
+ railties (7.2.2.1)
303
+ actionpack (= 7.2.2.1)
304
+ activesupport (= 7.2.2.1)
305
+ irb (~> 1.13)
306
+ rackup (>= 1.0.0)
307
+ rake (>= 12.2)
308
+ thor (~> 1.0, >= 1.2.2)
309
+ zeitwerk (~> 2.6)
310
+ rake (13.2.1)
311
+ rb-fsevent (0.11.2)
312
+ rb-inotify (0.11.1)
202
313
  ffi (~> 1.0)
203
- regexp_parser (2.1.1)
204
- responders (2.4.1)
205
- actionpack (>= 4.2.0, < 6.0)
206
- railties (>= 4.2.0, < 6.0)
207
- rspec-core (3.10.1)
208
- rspec-support (~> 3.10.0)
209
- rspec-expectations (3.10.1)
314
+ rdoc (6.14.0)
315
+ erb
316
+ psych (>= 4.0.0)
317
+ regexp_parser (2.10.0)
318
+ reline (0.6.1)
319
+ io-console (~> 0.5)
320
+ responders (3.1.1)
321
+ actionpack (>= 5.2)
322
+ railties (>= 5.2)
323
+ rspec-core (3.13.4)
324
+ rspec-support (~> 3.13.0)
325
+ rspec-expectations (3.13.5)
210
326
  diff-lcs (>= 1.2.0, < 2.0)
211
- rspec-support (~> 3.10.0)
212
- rspec-mocks (3.10.2)
327
+ rspec-support (~> 3.13.0)
328
+ rspec-mocks (3.13.5)
213
329
  diff-lcs (>= 1.2.0, < 2.0)
214
- rspec-support (~> 3.10.0)
215
- rspec-rails (4.1.2)
216
- actionpack (>= 4.2)
217
- activesupport (>= 4.2)
218
- railties (>= 4.2)
219
- rspec-core (~> 3.10)
220
- rspec-expectations (~> 3.10)
221
- rspec-mocks (~> 3.10)
222
- rspec-support (~> 3.10)
223
- rspec-support (3.10.2)
224
- ruby-progressbar (1.11.0)
225
- ruby2xlsx (0.1.0)
226
- activemodel (>= 3.1.3)
227
- writeexcel (>= 1.0.5)
330
+ rspec-support (~> 3.13.0)
331
+ rspec-rails (8.0.0)
332
+ actionpack (>= 7.2)
333
+ activesupport (>= 7.2)
334
+ railties (>= 7.2)
335
+ rspec-core (~> 3.13)
336
+ rspec-expectations (~> 3.13)
337
+ rspec-mocks (~> 3.13)
338
+ rspec-support (~> 3.13)
339
+ rspec-support (3.13.4)
340
+ ruby-vips (2.2.3)
341
+ ffi (~> 1.12)
342
+ logger
228
343
  sass (3.7.4)
229
344
  sass-listen (~> 4.0.0)
230
345
  sass-listen (4.0.0)
@@ -240,61 +355,71 @@ GEM
240
355
  sprockets (> 3.0)
241
356
  sprockets-rails
242
357
  tilt
243
- simple_form (4.0.0)
244
- actionpack (> 4)
245
- activemodel (> 4)
246
- sprockets (3.7.2)
358
+ securerandom (0.4.1)
359
+ simple_form (5.3.1)
360
+ actionpack (>= 5.2)
361
+ activemodel (>= 5.2)
362
+ sprockets (4.2.2)
247
363
  concurrent-ruby (~> 1.0)
248
- rack (> 1, < 3)
249
- sprockets-rails (3.2.2)
250
- actionpack (>= 4.0)
251
- activesupport (>= 4.0)
364
+ logger
365
+ rack (>= 2.2.4, < 4)
366
+ sprockets-rails (3.5.2)
367
+ actionpack (>= 6.1)
368
+ activesupport (>= 6.1)
252
369
  sprockets (>= 3.0.0)
253
- ssrf_filter (1.0.7)
254
- thor (1.1.0)
255
- thread_safe (0.3.6)
256
- tilt (2.0.10)
257
- tzinfo (1.2.9)
258
- thread_safe (~> 0.1)
259
- uglifier (4.2.0)
370
+ ssrf_filter (1.3.0)
371
+ stringio (3.1.7)
372
+ thor (1.3.2)
373
+ tilt (2.6.0)
374
+ timeout (0.4.3)
375
+ tzinfo (2.0.6)
376
+ concurrent-ruby (~> 1.0)
377
+ uglifier (4.2.1)
260
378
  execjs (>= 0.3.0, < 3)
261
- warden (1.2.7)
262
- rack (>= 1.0)
263
- writeexcel (1.0.5)
379
+ useragent (0.16.11)
380
+ warden (1.2.9)
381
+ rack (>= 2.0.9)
382
+ websocket-driver (0.8.0)
383
+ base64
384
+ websocket-extensions (>= 0.1.0)
385
+ websocket-extensions (0.1.5)
264
386
  xpath (3.2.0)
265
387
  nokogiri (~> 1.8)
388
+ zeitwerk (2.7.3)
266
389
 
267
390
  PLATFORMS
268
- ruby
391
+ aarch64-linux-gnu
392
+ aarch64-linux-musl
393
+ arm-linux-gnu
394
+ arm-linux-musl
395
+ arm64-darwin
396
+ x86_64-darwin
397
+ x86_64-linux-gnu
398
+ x86_64-linux-musl
269
399
 
270
400
  DEPENDENCIES
271
401
  activerecord
272
402
  awesome_nested_set
273
- byebug
274
403
  capybara
275
404
  coffee-rails
276
405
  database_cleaner
277
406
  devise
278
407
  devise-encryptable
279
- factory_girl_rails
280
- fuubar
281
- galetahub-enum_field (~> 0.4.0)
282
- generator_spec (~> 0.9.4)
283
- jquery-rails
408
+ factory_bot_rails
409
+ galetahub-enum_field
410
+ generator_spec
284
411
  launchy
285
- libv8 (~> 3.11.8.4)
286
- pg (~> 0.15)
287
- rails (~> 4.2, >= 4.2.11.1)
288
- rails-settings-cached (~> 0.4.0)
289
- rails-uploader (~> 0.3.4)
412
+ pg
413
+ rails (~> 7.0)
414
+ rails-controller-testing
415
+ rails-settings-cached
416
+ rails-uploader
290
417
  rspec-rails
291
- ruby-progressbar
292
- ruby2xlsx
293
418
  sass
294
419
  sass-rails
295
- sprockets (>= 3.0.0, < 4.0.0)
420
+ sprockets
296
421
  sunrise-cms!
297
- uglifier (>= 1.0.3)
422
+ uglifier
298
423
 
299
424
  BUNDLED WITH
300
- 1.17.3
425
+ 2.5.23