activeadmin-tom_select 4.1.2 → 4.2.0.beta2

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 (48) hide show
  1. checksums.yaml +4 -4
  2. data/Appraisals +2 -2
  3. data/CHANGELOG.md +12 -0
  4. data/Gemfile +1 -1
  5. data/Gemfile.lock +146 -102
  6. data/README.md +1 -1
  7. data/activeadmin-tom_select.gemspec +1 -0
  8. data/docs/activeadmin-4-asset-setup.md +171 -0
  9. data/docs/activeadmin-tailwind-4.md +125 -0
  10. data/docs/guide-update-your-app.md +89 -356
  11. data/docs/setup-activeadmin-app.md +69 -492
  12. data/docs/setup-activeadmin-gem.md +83 -449
  13. data/gemfiles/rails_7.x_active_admin_4.x.gemfile +2 -1
  14. data/gemfiles/rails_7.x_active_admin_4.x.gemfile.lock +158 -116
  15. data/gemfiles/rails_8.x_active_admin_4.x.gemfile +2 -1
  16. data/gemfiles/rails_8.x_active_admin_4.x.gemfile.lock +145 -101
  17. data/lib/activeadmin/tom_select/option_collection.rb +4 -6
  18. data/lib/activeadmin/tom_select/select_input_extension.rb +15 -7
  19. data/lib/activeadmin/tom_select/version.rb +1 -1
  20. data/npm-package/package.json +1 -1
  21. data/spec/features/end_to_end_spec.rb +2 -2
  22. data/spec/features/input_errors_spec.rb +1 -3
  23. data/spec/features/options_dsl_spec.rb +6 -6
  24. data/spec/internal/Gemfile +1 -0
  25. data/spec/internal/Gemfile.lock +152 -107
  26. data/spec/internal/app/assets/stylesheets/active_admin.tailwind.css +8 -5
  27. data/spec/internal/bin/tailwindcss +27 -0
  28. data/spec/internal/lib/tasks/active_admin.rake +9 -4
  29. data/spec/internal/package-lock.json +15 -1371
  30. data/spec/internal/package.json +1 -2
  31. data/{docs/tailwind-4/tailwind-active_admin.config.js → spec/internal/tailwind-active_admin.config.mjs} +9 -4
  32. data/spec/internal/yarn.lock +128 -728
  33. metadata +21 -23
  34. data/docs/activeadmin-4-detailed-reference.md +0 -932
  35. data/docs/activeadmin-4-gem-migration-guide.md +0 -313
  36. data/docs/combustion.md +0 -213
  37. data/docs/fail.png +0 -0
  38. data/docs/normal.png +0 -0
  39. data/docs/propshaft-readme.md +0 -320
  40. data/docs/propshaft-upgrade.md +0 -484
  41. data/docs/tailwind/blog-page.md +0 -341
  42. data/docs/tailwind/upgrade-guide-enhanced.md +0 -438
  43. data/docs/tailwind/upgrade-guide.md +0 -416
  44. data/docs/tailwind-4/active_admin.rake +0 -38
  45. data/docs/tailwind-4/active_admin.tailwind.css +0 -415
  46. data/docs/test-app-change.md +0 -154
  47. data/docs/test-environment-fixes.md +0 -58
  48. data/docs/update-tom-select.md +0 -348
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 153fdfdb190ef24f202368e25d4aec43867b04e7b95d6bbcb7f628220f86aa19
4
- data.tar.gz: ce4baaecf0ec8e56b7f2e8e42af66e9f13089b8ca452c7d060cab78f9ccf4a3f
3
+ metadata.gz: e86dab1b663b3d834ac234945831201f8fe141870301d8ea9068abcf1a0114d5
4
+ data.tar.gz: 60dac0ce0274974cfe3f82c90524b08f4bc9937fc1d1ff430d7c85e27888848e
5
5
  SHA512:
6
- metadata.gz: 14c597299f028c3502505975c5f2c92eea64415511ad0fc74fbd675a28c6af8b512b3b585fc29951f2c42309a70b1657e580c4b5a60bac383b8ce0dae7c482fe
7
- data.tar.gz: 0a8e4068afd1fadaf7b32413ad6b8ba155979270a2768f2692e734cb6734955e4422234b32508db6e5be18325bf7b109bcd64ea50b09a2b8f799a9d08bbe3d1e
6
+ metadata.gz: 274183f6fb8ec1a5ebd0635adfbb2802ffc94dd2b40da4d19862a72cbd1c8c01076e889f9dfe3666e508d76428d4162205aa21307797521f7d48e75fce7bda3e
7
+ data.tar.gz: 27dda8943d09f860270178614c4a01e45005aaf684226eb4d376ab1c51ed42d4f1d82f9c7f8dc647b5c6e5317f2d32509f61a3db118d73d2d1b81a423bbfb5ac
data/Appraisals CHANGED
@@ -1,9 +1,9 @@
1
1
  appraise 'rails-7.x-active-admin-4.x' do
2
2
  gem 'rails', '~> 7.1'
3
- gem 'activeadmin', '4.0.0.beta16'
3
+ gem 'activeadmin', '4.0.0.beta19'
4
4
  end
5
5
 
6
6
  appraise 'rails-8.x-active-admin-4.x' do
7
7
  gem 'rails', '~> 8.0'
8
- gem 'activeadmin', '4.0.0.beta16'
8
+ gem 'activeadmin', '4.0.0.beta19'
9
9
  end
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ### Version 4.1.2
4
+
5
+ #### 🐛 Bug Fixes
6
+ - **SonarQube Integration**: Fixed coverage path issues preventing SonarQube from reading test coverage reports in CI
7
+ - **SimpleCov Configuration**: Reverted to standard SimpleCov JSON formatter for better compatibility
8
+ - **CI Workflow**: Improved coverage reporting by using absolute paths instead of relative paths
9
+
10
+ #### 🔧 Technical Improvements
11
+ - **Removed CodeCov**: Simplified CI by removing unused CodeCov integration (using SonarQube exclusively for coverage)
12
+ - **SonarQube Configuration**: Updated `sonar-project.properties` to include npm-package in sources and exclude built assets
13
+ - **Appraisal Updates**: Updated all Appraisal gemfiles to latest dependency versions
14
+
3
15
  ### Version 4.1.1
4
16
 
5
17
  #### ✨ Improvements
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Use ActiveAdmin 4.x beta
4
- gem 'activeadmin', '4.0.0.beta16'
4
+ gem 'activeadmin', '4.0.0.beta19'
5
5
 
6
6
  gemspec name: 'activeadmin-tom_select'
7
7
 
data/Gemfile.lock CHANGED
@@ -1,36 +1,38 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activeadmin-tom_select (4.1.2)
4
+ activeadmin-tom_select (4.2.0.beta2)
5
5
  activeadmin (>= 3.0, < 5)
6
6
  ransack (>= 1.8, < 5)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (8.0.3)
12
- actionpack (= 8.0.3)
13
- activesupport (= 8.0.3)
11
+ action_text-trix (2.1.15)
12
+ railties
13
+ actioncable (8.1.1)
14
+ actionpack (= 8.1.1)
15
+ activesupport (= 8.1.1)
14
16
  nio4r (~> 2.0)
15
17
  websocket-driver (>= 0.6.1)
16
18
  zeitwerk (~> 2.6)
17
- actionmailbox (8.0.3)
18
- actionpack (= 8.0.3)
19
- activejob (= 8.0.3)
20
- activerecord (= 8.0.3)
21
- activestorage (= 8.0.3)
22
- activesupport (= 8.0.3)
19
+ actionmailbox (8.1.1)
20
+ actionpack (= 8.1.1)
21
+ activejob (= 8.1.1)
22
+ activerecord (= 8.1.1)
23
+ activestorage (= 8.1.1)
24
+ activesupport (= 8.1.1)
23
25
  mail (>= 2.8.0)
24
- actionmailer (8.0.3)
25
- actionpack (= 8.0.3)
26
- actionview (= 8.0.3)
27
- activejob (= 8.0.3)
28
- activesupport (= 8.0.3)
26
+ actionmailer (8.1.1)
27
+ actionpack (= 8.1.1)
28
+ actionview (= 8.1.1)
29
+ activejob (= 8.1.1)
30
+ activesupport (= 8.1.1)
29
31
  mail (>= 2.8.0)
30
32
  rails-dom-testing (~> 2.2)
31
- actionpack (8.0.3)
32
- actionview (= 8.0.3)
33
- activesupport (= 8.0.3)
33
+ actionpack (8.1.1)
34
+ actionview (= 8.1.1)
35
+ activesupport (= 8.1.1)
34
36
  nokogiri (>= 1.8.5)
35
37
  rack (>= 2.2.4)
36
38
  rack-session (>= 1.0.1)
@@ -38,20 +40,21 @@ GEM
38
40
  rails-dom-testing (~> 2.2)
39
41
  rails-html-sanitizer (~> 1.6)
40
42
  useragent (~> 0.16)
41
- actiontext (8.0.3)
42
- actionpack (= 8.0.3)
43
- activerecord (= 8.0.3)
44
- activestorage (= 8.0.3)
45
- activesupport (= 8.0.3)
43
+ actiontext (8.1.1)
44
+ action_text-trix (~> 2.1.15)
45
+ actionpack (= 8.1.1)
46
+ activerecord (= 8.1.1)
47
+ activestorage (= 8.1.1)
48
+ activesupport (= 8.1.1)
46
49
  globalid (>= 0.6.0)
47
50
  nokogiri (>= 1.8.5)
48
- actionview (8.0.3)
49
- activesupport (= 8.0.3)
51
+ actionview (8.1.1)
52
+ activesupport (= 8.1.1)
50
53
  builder (~> 3.1)
51
54
  erubi (~> 1.11)
52
55
  rails-dom-testing (~> 2.2)
53
56
  rails-html-sanitizer (~> 1.6)
54
- activeadmin (4.0.0.beta16)
57
+ activeadmin (4.0.0.beta19)
55
58
  arbre (~> 2.0)
56
59
  csv
57
60
  formtastic (>= 5.0)
@@ -60,47 +63,46 @@ GEM
60
63
  kaminari (>= 1.2.1)
61
64
  railties (>= 7.0)
62
65
  ransack (>= 4.0)
63
- activejob (8.0.3)
64
- activesupport (= 8.0.3)
66
+ activejob (8.1.1)
67
+ activesupport (= 8.1.1)
65
68
  globalid (>= 0.3.6)
66
- activemodel (8.0.3)
67
- activesupport (= 8.0.3)
68
- activerecord (8.0.3)
69
- activemodel (= 8.0.3)
70
- activesupport (= 8.0.3)
69
+ activemodel (8.1.1)
70
+ activesupport (= 8.1.1)
71
+ activerecord (8.1.1)
72
+ activemodel (= 8.1.1)
73
+ activesupport (= 8.1.1)
71
74
  timeout (>= 0.4.0)
72
- activestorage (8.0.3)
73
- actionpack (= 8.0.3)
74
- activejob (= 8.0.3)
75
- activerecord (= 8.0.3)
76
- activesupport (= 8.0.3)
75
+ activestorage (8.1.1)
76
+ actionpack (= 8.1.1)
77
+ activejob (= 8.1.1)
78
+ activerecord (= 8.1.1)
79
+ activesupport (= 8.1.1)
77
80
  marcel (~> 1.0)
78
- activesupport (8.0.3)
81
+ activesupport (8.1.1)
79
82
  base64
80
- benchmark (>= 0.3)
81
83
  bigdecimal
82
84
  concurrent-ruby (~> 1.0, >= 1.3.1)
83
85
  connection_pool (>= 2.2.5)
84
86
  drb
85
87
  i18n (>= 1.6, < 2)
88
+ json
86
89
  logger (>= 1.4.2)
87
90
  minitest (>= 5.1)
88
91
  securerandom (>= 0.3)
89
92
  tzinfo (~> 2.0, >= 2.0.5)
90
93
  uri (>= 0.13.1)
91
- addressable (2.8.7)
92
- public_suffix (>= 2.0.2, < 7.0)
94
+ addressable (2.8.8)
95
+ public_suffix (>= 2.0.2, < 8.0)
93
96
  appraisal (2.5.0)
94
97
  bundler
95
98
  rake
96
99
  thor (>= 0.14.0)
97
- arbre (2.2.0)
100
+ arbre (2.2.1)
98
101
  activesupport (>= 7.0)
99
102
  ast (2.4.3)
100
103
  base64 (0.3.0)
101
104
  bcrypt (3.1.20)
102
- benchmark (0.4.1)
103
- bigdecimal (3.2.3)
105
+ bigdecimal (4.0.1)
104
106
  builder (3.3.0)
105
107
  capybara (3.40.0)
106
108
  addressable
@@ -119,15 +121,15 @@ GEM
119
121
  activesupport (>= 3.0.0)
120
122
  railties (>= 3.0.0)
121
123
  thor (>= 0.14.6)
122
- concurrent-ruby (1.3.5)
123
- connection_pool (2.5.4)
124
+ concurrent-ruby (1.3.6)
125
+ connection_pool (3.0.2)
124
126
  crass (1.0.6)
125
127
  csv (3.3.5)
126
128
  database_cleaner-active_record (2.2.2)
127
129
  activerecord (>= 5.a)
128
130
  database_cleaner-core (~> 2.0)
129
131
  database_cleaner-core (2.0.1)
130
- date (3.4.1)
132
+ date (3.5.1)
131
133
  devise (4.9.4)
132
134
  bcrypt (~> 3.0)
133
135
  orm_adapter (~> 0.1)
@@ -137,16 +139,19 @@ GEM
137
139
  diff-lcs (1.6.2)
138
140
  docile (1.4.1)
139
141
  drb (2.2.3)
140
- erb (5.0.2)
142
+ erb (6.0.1)
141
143
  erubi (1.13.1)
142
144
  formtastic (5.0.0)
143
145
  actionpack (>= 6.0.0)
144
146
  formtastic_i18n (0.7.0)
147
+ git (1.19.1)
148
+ addressable (~> 2.8)
149
+ rchardet (~> 1.8)
145
150
  globalid (1.3.0)
146
151
  activesupport (>= 6.1)
147
- has_scope (0.8.2)
148
- actionpack (>= 5.2)
149
- activesupport (>= 5.2)
152
+ has_scope (0.9.0)
153
+ actionpack (>= 7.0)
154
+ activesupport (>= 7.0)
150
155
  i18n (1.14.7)
151
156
  concurrent-ruby (~> 1.0)
152
157
  inherited_resources (2.1.0)
@@ -154,12 +159,12 @@ GEM
154
159
  has_scope (>= 0.6)
155
160
  railties (>= 7.0)
156
161
  responders (>= 2)
157
- io-console (0.8.1)
158
- irb (1.15.2)
162
+ io-console (0.8.2)
163
+ irb (1.16.0)
159
164
  pp (>= 0.6.0)
160
165
  rdoc (>= 4.0.0)
161
166
  reline (>= 0.4.2)
162
- json (2.15.0)
167
+ json (2.18.0)
163
168
  kaminari (1.2.2)
164
169
  activesupport (>= 4.1.0)
165
170
  kaminari-actionview (= 1.2.2)
@@ -175,10 +180,11 @@ GEM
175
180
  language_server-protocol (3.17.0.5)
176
181
  lint_roller (1.1.0)
177
182
  logger (1.7.0)
178
- loofah (2.24.1)
183
+ loofah (2.25.0)
179
184
  crass (~> 1.0.2)
180
185
  nokogiri (>= 1.12.0)
181
- mail (2.8.1)
186
+ mail (2.9.0)
187
+ logger
182
188
  mini_mime (>= 0.1.1)
183
189
  net-imap
184
190
  net-pop
@@ -190,8 +196,9 @@ GEM
190
196
  mime-types-data (~> 3.2025, >= 3.2025.0507)
191
197
  mime-types-data (3.2025.0924)
192
198
  mini_mime (1.1.5)
193
- minitest (5.25.5)
194
- net-imap (0.5.10)
199
+ minitest (6.0.0)
200
+ prism (~> 1.5)
201
+ net-imap (0.6.2)
195
202
  date
196
203
  net-protocol
197
204
  net-pop (0.1.2)
@@ -200,54 +207,68 @@ GEM
200
207
  timeout
201
208
  net-smtp (0.5.1)
202
209
  net-protocol
203
- nio4r (2.7.4)
210
+ nio4r (2.7.5)
211
+ nokogiri (1.18.10-aarch64-linux-gnu)
212
+ racc (~> 1.4)
213
+ nokogiri (1.18.10-aarch64-linux-musl)
214
+ racc (~> 1.4)
215
+ nokogiri (1.18.10-arm-linux-gnu)
216
+ racc (~> 1.4)
217
+ nokogiri (1.18.10-arm-linux-musl)
218
+ racc (~> 1.4)
219
+ nokogiri (1.18.10-arm64-darwin)
220
+ racc (~> 1.4)
221
+ nokogiri (1.18.10-x86_64-darwin)
222
+ racc (~> 1.4)
204
223
  nokogiri (1.18.10-x86_64-linux-gnu)
205
224
  racc (~> 1.4)
225
+ nokogiri (1.18.10-x86_64-linux-musl)
226
+ racc (~> 1.4)
206
227
  orm_adapter (0.5.0)
207
228
  parallel (1.27.0)
208
- parser (3.3.9.0)
229
+ parser (3.3.10.0)
209
230
  ast (~> 2.4.1)
210
231
  racc
211
- playwright-ruby-client (1.55.0)
232
+ playwright-ruby-client (1.57.0)
212
233
  concurrent-ruby (>= 1.1.6)
213
234
  mime-types (>= 3.0)
214
- pp (0.6.2)
235
+ pp (0.6.3)
215
236
  prettyprint
216
237
  prettyprint (0.2.0)
217
- prism (1.5.1)
238
+ prism (1.7.0)
218
239
  propshaft (1.3.1)
219
240
  actionpack (>= 7.0.0)
220
241
  activesupport (>= 7.0.0)
221
242
  rack
222
- psych (5.2.6)
243
+ psych (5.3.1)
223
244
  date
224
245
  stringio
225
- public_suffix (6.0.2)
246
+ public_suffix (7.0.0)
226
247
  puma (6.6.1)
227
248
  nio4r (~> 2.0)
228
249
  racc (1.8.1)
229
- rack (3.2.1)
250
+ rack (3.2.4)
230
251
  rack-session (2.1.1)
231
252
  base64 (>= 0.1.0)
232
253
  rack (>= 3.0.0)
233
254
  rack-test (2.2.0)
234
255
  rack (>= 1.3)
235
- rackup (2.2.1)
256
+ rackup (2.3.1)
236
257
  rack (>= 3)
237
- rails (8.0.3)
238
- actioncable (= 8.0.3)
239
- actionmailbox (= 8.0.3)
240
- actionmailer (= 8.0.3)
241
- actionpack (= 8.0.3)
242
- actiontext (= 8.0.3)
243
- actionview (= 8.0.3)
244
- activejob (= 8.0.3)
245
- activemodel (= 8.0.3)
246
- activerecord (= 8.0.3)
247
- activestorage (= 8.0.3)
248
- activesupport (= 8.0.3)
258
+ rails (8.1.1)
259
+ actioncable (= 8.1.1)
260
+ actionmailbox (= 8.1.1)
261
+ actionmailer (= 8.1.1)
262
+ actionpack (= 8.1.1)
263
+ actiontext (= 8.1.1)
264
+ actionview (= 8.1.1)
265
+ activejob (= 8.1.1)
266
+ activemodel (= 8.1.1)
267
+ activerecord (= 8.1.1)
268
+ activestorage (= 8.1.1)
269
+ activesupport (= 8.1.1)
249
270
  bundler (>= 1.15.0)
250
- railties (= 8.0.3)
271
+ railties (= 8.1.1)
251
272
  rails-dom-testing (2.3.0)
252
273
  activesupport (>= 5.0.0)
253
274
  minitest
@@ -255,36 +276,39 @@ GEM
255
276
  rails-html-sanitizer (1.6.2)
256
277
  loofah (~> 2.21)
257
278
  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)
258
- railties (8.0.3)
259
- actionpack (= 8.0.3)
260
- activesupport (= 8.0.3)
279
+ railties (8.1.1)
280
+ actionpack (= 8.1.1)
281
+ activesupport (= 8.1.1)
261
282
  irb (~> 1.13)
262
283
  rackup (>= 1.0.0)
263
284
  rake (>= 12.2)
264
285
  thor (~> 1.0, >= 1.2.2)
265
286
  tsort (>= 0.2)
266
287
  zeitwerk (~> 2.6)
267
- rainbow (3.1.1)
268
- rake (13.3.0)
288
+ rainbow (2.2.2)
289
+ rake
290
+ rake (13.3.1)
269
291
  ransack (4.4.1)
270
292
  activerecord (>= 7.2)
271
293
  activesupport (>= 7.2)
272
294
  i18n
273
- rdoc (6.14.2)
295
+ rchardet (1.10.0)
296
+ rdoc (7.0.1)
274
297
  erb
275
298
  psych (>= 4.0.0)
299
+ tsort
276
300
  regexp_parser (2.11.3)
277
- reline (0.6.2)
301
+ reline (0.6.3)
278
302
  io-console (~> 0.5)
279
- responders (3.1.1)
280
- actionpack (>= 5.2)
281
- railties (>= 5.2)
282
- rspec-core (3.13.5)
303
+ responders (3.2.0)
304
+ actionpack (>= 7.0)
305
+ railties (>= 7.0)
306
+ rspec-core (3.13.6)
283
307
  rspec-support (~> 3.13.0)
284
308
  rspec-expectations (3.13.5)
285
309
  diff-lcs (>= 1.2.0, < 2.0)
286
310
  rspec-support (~> 3.13.0)
287
- rspec-mocks (3.13.5)
311
+ rspec-mocks (3.13.7)
288
312
  diff-lcs (>= 1.2.0, < 2.0)
289
313
  rspec-support (~> 3.13.0)
290
314
  rspec-rails (6.1.5)
@@ -317,23 +341,35 @@ GEM
317
341
  rubocop (~> 1.72, >= 1.72.1)
318
342
  ruby-progressbar (1.13.0)
319
343
  securerandom (0.4.1)
344
+ semmy (1.2.0)
345
+ git (~> 1.3)
346
+ rainbow (~> 2.1)
347
+ unindent (~> 1.0)
320
348
  simplecov (0.22.0)
321
349
  docile (~> 1.1)
322
350
  simplecov-html (~> 0.11)
323
351
  simplecov_json_formatter (~> 0.1)
324
352
  simplecov-html (0.13.2)
325
353
  simplecov_json_formatter (0.1.4)
326
- sqlite3 (2.7.4-x86_64-linux-gnu)
327
- stringio (3.1.7)
354
+ sqlite3 (2.8.1-aarch64-linux-gnu)
355
+ sqlite3 (2.8.1-aarch64-linux-musl)
356
+ sqlite3 (2.8.1-arm-linux-gnu)
357
+ sqlite3 (2.8.1-arm-linux-musl)
358
+ sqlite3 (2.8.1-arm64-darwin)
359
+ sqlite3 (2.8.1-x86_64-darwin)
360
+ sqlite3 (2.8.1-x86_64-linux-gnu)
361
+ sqlite3 (2.8.1-x86_64-linux-musl)
362
+ stringio (3.2.0)
328
363
  thor (1.4.0)
329
- timeout (0.4.3)
364
+ timeout (0.6.0)
330
365
  tsort (0.2.0)
331
366
  tzinfo (2.0.6)
332
367
  concurrent-ruby (~> 1.0)
333
368
  unicode-display_width (3.2.0)
334
369
  unicode-emoji (~> 4.1)
335
- unicode-emoji (4.1.0)
336
- uri (1.0.3)
370
+ unicode-emoji (4.2.0)
371
+ unindent (1.0)
372
+ uri (1.1.1)
337
373
  useragent (0.16.11)
338
374
  warden (1.2.9)
339
375
  rack (>= 2.0.9)
@@ -343,13 +379,20 @@ GEM
343
379
  websocket-extensions (0.1.5)
344
380
  xpath (3.2.0)
345
381
  nokogiri (~> 1.8)
346
- zeitwerk (2.7.3)
382
+ zeitwerk (2.7.4)
347
383
 
348
384
  PLATFORMS
349
- x86_64-linux
385
+ aarch64-linux-gnu
386
+ aarch64-linux-musl
387
+ arm-linux-gnu
388
+ arm-linux-musl
389
+ arm64-darwin
390
+ x86_64-darwin
391
+ x86_64-linux-gnu
392
+ x86_64-linux-musl
350
393
 
351
394
  DEPENDENCIES
352
- activeadmin (= 4.0.0.beta16)
395
+ activeadmin (= 4.0.0.beta19)
353
396
  activeadmin-tom_select!
354
397
  appraisal (~> 2.2)
355
398
  bundler (>= 1.5, < 3)
@@ -367,8 +410,9 @@ DEPENDENCIES
367
410
  rubocop (~> 1.50)
368
411
  rubocop-ast (~> 1.46.0)
369
412
  rubocop-rspec (~> 3.0)
413
+ semmy (~> 1.1)
370
414
  simplecov
371
415
  sqlite3 (~> 2.1)
372
416
 
373
417
  BUNDLED WITH
374
- 2.4.10
418
+ 2.6.7
data/README.md CHANGED
@@ -80,7 +80,7 @@ Import stylesheets and require javascripts:
80
80
  Add to `package.json`:
81
81
  ```json
82
82
  "dependencies": {
83
- "activeadmin-tom_select": "^4.1.0"
83
+ "activeadmin-tom_select": "^4.2.0-beta1"
84
84
  }
85
85
  ```
86
86
 
@@ -34,6 +34,7 @@ Gem::Specification.new do |spec|
34
34
 
35
35
  spec.add_development_dependency 'rspec_junit_formatter'
36
36
  spec.add_development_dependency 'simplecov'
37
+ spec.add_development_dependency 'semmy', '~> 1.1'
37
38
 
38
39
  spec.add_dependency 'activeadmin', '>= 3.0', '< 5'
39
40
  spec.add_dependency 'ransack', '>= 1.8', '< 5'