ui_bibz 4.0.0.beta15 → 4.0.0.beta16

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: 3c6042f78c374577c994b06ec4f7c93eee500dc42cd6fddcbce0cbe6912e2625
4
- data.tar.gz: cb6e88c37a90eb604b2057d3d23b88cf875b026ed646e55f1bb297faab1cf054
3
+ metadata.gz: 9a3cd0a14c5ea1f6ff3cdda6ea0f1d8bfb4a292ac7bb7a73c95432ea02ce1976
4
+ data.tar.gz: e5c5dadd3eb4677741d9e1e0845f7c7c252e09a05445353559e1c271ea769480
5
5
  SHA512:
6
- metadata.gz: 8cf0d87b7450110c87783c3d418a179b067edfd1501fb15d8a2fc5ab6a4ee5ae3f892e2309eb97ca7fa37f8eff32b669187195ff28431a71e987241fc5363081
7
- data.tar.gz: c4568c8925f4732b397c93f85d1b41f1d7edc23a555d6797edc871f92dc1b65757e4e821bda3493d5ac3f0cf76b3a71dcab497cafcad38309fd08be256837f71
6
+ metadata.gz: 3f095dc57b226e7b3780ada538344100980eeff55383a55498d24d04a4ff42a3041f4847444f2df11042b2342f3328af4a32e3e833f3502fae3c2b7b0a0db2eb
7
+ data.tar.gz: 94f43098fd85527dedd1afd1b1013a332348c659424e2ac7f28a83ddba125de6b91cebe85a1cd0562098d7251b0248ae41b86186406ef442a1ece212fd04cbfd
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (4.0.0.beta15)
5
- bootstrap-propshaft (~> 5.3.2.2)
4
+ ui_bibz (4.0.0.beta16)
5
+ bootstrap (~> 5.3.3)
6
6
  dartsass-rails
7
7
  rails (>= 7.1.0)
8
8
  will_paginate
@@ -10,29 +10,29 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (8.0.0)
14
- actionpack (= 8.0.0)
15
- activesupport (= 8.0.0)
13
+ actioncable (8.0.1)
14
+ actionpack (= 8.0.1)
15
+ activesupport (= 8.0.1)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
18
  zeitwerk (~> 2.6)
19
- actionmailbox (8.0.0)
20
- actionpack (= 8.0.0)
21
- activejob (= 8.0.0)
22
- activerecord (= 8.0.0)
23
- activestorage (= 8.0.0)
24
- activesupport (= 8.0.0)
19
+ actionmailbox (8.0.1)
20
+ actionpack (= 8.0.1)
21
+ activejob (= 8.0.1)
22
+ activerecord (= 8.0.1)
23
+ activestorage (= 8.0.1)
24
+ activesupport (= 8.0.1)
25
25
  mail (>= 2.8.0)
26
- actionmailer (8.0.0)
27
- actionpack (= 8.0.0)
28
- actionview (= 8.0.0)
29
- activejob (= 8.0.0)
30
- activesupport (= 8.0.0)
26
+ actionmailer (8.0.1)
27
+ actionpack (= 8.0.1)
28
+ actionview (= 8.0.1)
29
+ activejob (= 8.0.1)
30
+ activesupport (= 8.0.1)
31
31
  mail (>= 2.8.0)
32
32
  rails-dom-testing (~> 2.2)
33
- actionpack (8.0.0)
34
- actionview (= 8.0.0)
35
- activesupport (= 8.0.0)
33
+ actionpack (8.0.1)
34
+ actionview (= 8.0.1)
35
+ activesupport (= 8.0.1)
36
36
  nokogiri (>= 1.8.5)
37
37
  rack (>= 2.2.4)
38
38
  rack-session (>= 1.0.1)
@@ -40,35 +40,35 @@ GEM
40
40
  rails-dom-testing (~> 2.2)
41
41
  rails-html-sanitizer (~> 1.6)
42
42
  useragent (~> 0.16)
43
- actiontext (8.0.0)
44
- actionpack (= 8.0.0)
45
- activerecord (= 8.0.0)
46
- activestorage (= 8.0.0)
47
- activesupport (= 8.0.0)
43
+ actiontext (8.0.1)
44
+ actionpack (= 8.0.1)
45
+ activerecord (= 8.0.1)
46
+ activestorage (= 8.0.1)
47
+ activesupport (= 8.0.1)
48
48
  globalid (>= 0.6.0)
49
49
  nokogiri (>= 1.8.5)
50
- actionview (8.0.0)
51
- activesupport (= 8.0.0)
50
+ actionview (8.0.1)
51
+ activesupport (= 8.0.1)
52
52
  builder (~> 3.1)
53
53
  erubi (~> 1.11)
54
54
  rails-dom-testing (~> 2.2)
55
55
  rails-html-sanitizer (~> 1.6)
56
- activejob (8.0.0)
57
- activesupport (= 8.0.0)
56
+ activejob (8.0.1)
57
+ activesupport (= 8.0.1)
58
58
  globalid (>= 0.3.6)
59
- activemodel (8.0.0)
60
- activesupport (= 8.0.0)
61
- activerecord (8.0.0)
62
- activemodel (= 8.0.0)
63
- activesupport (= 8.0.0)
59
+ activemodel (8.0.1)
60
+ activesupport (= 8.0.1)
61
+ activerecord (8.0.1)
62
+ activemodel (= 8.0.1)
63
+ activesupport (= 8.0.1)
64
64
  timeout (>= 0.4.0)
65
- activestorage (8.0.0)
66
- actionpack (= 8.0.0)
67
- activejob (= 8.0.0)
68
- activerecord (= 8.0.0)
69
- activesupport (= 8.0.0)
65
+ activestorage (8.0.1)
66
+ actionpack (= 8.0.1)
67
+ activejob (= 8.0.1)
68
+ activerecord (= 8.0.1)
69
+ activesupport (= 8.0.1)
70
70
  marcel (~> 1.0)
71
- activesupport (8.0.0)
71
+ activesupport (8.0.1)
72
72
  base64
73
73
  benchmark (>= 0.3)
74
74
  bigdecimal
@@ -88,7 +88,7 @@ GEM
88
88
  base64 (0.2.0)
89
89
  benchmark (0.4.0)
90
90
  bigdecimal (3.1.8)
91
- bootstrap-propshaft (5.3.2.2)
91
+ bootstrap (5.3.3)
92
92
  autoprefixer-rails (>= 9.1.0)
93
93
  popper_js (>= 2.11.8, < 3)
94
94
  builder (3.3.0)
@@ -101,10 +101,10 @@ GEM
101
101
  dartsass-rails (0.5.1)
102
102
  railties (>= 6.0.0)
103
103
  sass-embedded (~> 1.63)
104
- date (3.4.0)
104
+ date (3.4.1)
105
105
  docile (1.4.1)
106
106
  drb (2.2.1)
107
- erubi (1.13.0)
107
+ erubi (1.13.1)
108
108
  execjs (2.10.0)
109
109
  factory_bot (4.11.1)
110
110
  activesupport (>= 3.0.0)
@@ -113,10 +113,10 @@ GEM
113
113
  railties (>= 3.0.0)
114
114
  globalid (1.2.1)
115
115
  activesupport (>= 6.1)
116
- google-protobuf (4.28.3-x86_64-darwin)
116
+ google-protobuf (4.29.2-x86_64-darwin)
117
117
  bigdecimal
118
118
  rake (>= 13)
119
- google-protobuf (4.28.3-x86_64-linux)
119
+ google-protobuf (4.29.2-x86_64-linux)
120
120
  bigdecimal
121
121
  rake (>= 13)
122
122
  haml (6.3.0)
@@ -135,13 +135,13 @@ GEM
135
135
  activesupport (>= 6.0.0)
136
136
  railties (>= 6.0.0)
137
137
  iniparse (1.5.0)
138
- io-console (0.7.2)
139
- irb (1.14.1)
138
+ io-console (0.8.0)
139
+ irb (1.14.3)
140
140
  rdoc (>= 4.0.0)
141
141
  reline (>= 0.4.2)
142
- json (2.8.1)
142
+ json (2.9.1)
143
143
  language_server-protocol (3.17.0.3)
144
- logger (1.6.1)
144
+ logger (1.6.4)
145
145
  loofah (2.23.1)
146
146
  crass (~> 1.0.2)
147
147
  nokogiri (>= 1.12.0)
@@ -152,8 +152,8 @@ GEM
152
152
  net-smtp
153
153
  marcel (1.0.4)
154
154
  mini_mime (1.1.5)
155
- minitest (5.25.1)
156
- net-imap (0.5.1)
155
+ minitest (5.25.4)
156
+ net-imap (0.5.2)
157
157
  date
158
158
  net-protocol
159
159
  net-pop (0.1.2)
@@ -163,9 +163,9 @@ GEM
163
163
  net-smtp (0.5.0)
164
164
  net-protocol
165
165
  nio4r (2.7.4)
166
- nokogiri (1.16.7-x86_64-darwin)
166
+ nokogiri (1.17.2-x86_64-darwin)
167
167
  racc (~> 1.4)
168
- nokogiri (1.16.7-x86_64-linux)
168
+ nokogiri (1.17.2-x86_64-linux)
169
169
  racc (~> 1.4)
170
170
  overcommit (0.64.1)
171
171
  childprocess (>= 0.6.3, < 6)
@@ -181,9 +181,10 @@ GEM
181
181
  activesupport (>= 7.0.0)
182
182
  rack
183
183
  railties (>= 7.0.0)
184
- psych (5.2.0)
184
+ psych (5.2.2)
185
+ date
185
186
  stringio
186
- puma (6.4.3)
187
+ puma (6.5.0)
187
188
  nio4r (~> 2.0)
188
189
  racc (1.8.1)
189
190
  rack (3.1.8)
@@ -191,32 +192,32 @@ GEM
191
192
  rack (>= 3.0.0)
192
193
  rack-test (2.1.0)
193
194
  rack (>= 1.3)
194
- rackup (2.2.0)
195
+ rackup (2.2.1)
195
196
  rack (>= 3)
196
- rails (8.0.0)
197
- actioncable (= 8.0.0)
198
- actionmailbox (= 8.0.0)
199
- actionmailer (= 8.0.0)
200
- actionpack (= 8.0.0)
201
- actiontext (= 8.0.0)
202
- actionview (= 8.0.0)
203
- activejob (= 8.0.0)
204
- activemodel (= 8.0.0)
205
- activerecord (= 8.0.0)
206
- activestorage (= 8.0.0)
207
- activesupport (= 8.0.0)
197
+ rails (8.0.1)
198
+ actioncable (= 8.0.1)
199
+ actionmailbox (= 8.0.1)
200
+ actionmailer (= 8.0.1)
201
+ actionpack (= 8.0.1)
202
+ actiontext (= 8.0.1)
203
+ actionview (= 8.0.1)
204
+ activejob (= 8.0.1)
205
+ activemodel (= 8.0.1)
206
+ activerecord (= 8.0.1)
207
+ activestorage (= 8.0.1)
208
+ activesupport (= 8.0.1)
208
209
  bundler (>= 1.15.0)
209
- railties (= 8.0.0)
210
+ railties (= 8.0.1)
210
211
  rails-dom-testing (2.2.0)
211
212
  activesupport (>= 5.0.0)
212
213
  minitest
213
214
  nokogiri (>= 1.6)
214
- rails-html-sanitizer (1.6.0)
215
+ rails-html-sanitizer (1.6.2)
215
216
  loofah (~> 2.21)
216
- nokogiri (~> 1.14)
217
- railties (8.0.0)
218
- actionpack (= 8.0.0)
219
- activesupport (= 8.0.0)
217
+ 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)
218
+ railties (8.0.1)
219
+ actionpack (= 8.0.1)
220
+ activesupport (= 8.0.1)
220
221
  irb (~> 1.13)
221
222
  rackup (>= 1.0.0)
222
223
  rake (>= 12.2)
@@ -224,28 +225,28 @@ GEM
224
225
  zeitwerk (~> 2.6)
225
226
  rainbow (3.1.1)
226
227
  rake (13.2.1)
227
- rdoc (6.7.0)
228
+ rdoc (6.10.0)
228
229
  psych (>= 4.0.0)
229
- regexp_parser (2.9.2)
230
- reline (0.5.11)
230
+ regexp_parser (2.9.3)
231
+ reline (0.6.0)
231
232
  io-console (~> 0.5)
232
- rexml (3.3.9)
233
- rubocop (1.68.0)
233
+ rexml (3.4.0)
234
+ rubocop (1.69.2)
234
235
  json (~> 2.3)
235
236
  language_server-protocol (>= 3.17.0)
236
237
  parallel (~> 1.10)
237
238
  parser (>= 3.3.0.2)
238
239
  rainbow (>= 2.2.2, < 4.0)
239
- regexp_parser (>= 2.4, < 3.0)
240
- rubocop-ast (>= 1.32.2, < 2.0)
240
+ regexp_parser (>= 2.9.3, < 3.0)
241
+ rubocop-ast (>= 1.36.2, < 2.0)
241
242
  ruby-progressbar (~> 1.7)
242
- unicode-display_width (>= 2.4.0, < 3.0)
243
- rubocop-ast (1.34.1)
243
+ unicode-display_width (>= 2.4.0, < 4.0)
244
+ rubocop-ast (1.37.0)
244
245
  parser (>= 3.3.1.0)
245
246
  rubocop-minitest (0.36.0)
246
247
  rubocop (>= 1.61, < 2.0)
247
248
  rubocop-ast (>= 1.31.1, < 2.0)
248
- rubocop-performance (1.22.1)
249
+ rubocop-performance (1.23.0)
249
250
  rubocop (>= 1.48.1, < 2.0)
250
251
  rubocop-ast (>= 1.31.1, < 2.0)
251
252
  rubocop-rails (2.27.0)
@@ -254,11 +255,11 @@ GEM
254
255
  rubocop (>= 1.52.0, < 2.0)
255
256
  rubocop-ast (>= 1.31.1, < 2.0)
256
257
  ruby-progressbar (1.13.0)
257
- sass-embedded (1.80.6-x86_64-darwin)
258
+ sass-embedded (1.83.0-x86_64-darwin)
258
259
  google-protobuf (~> 4.28)
259
- sass-embedded (1.80.6-x86_64-linux-gnu)
260
+ sass-embedded (1.83.0-x86_64-linux-gnu)
260
261
  google-protobuf (~> 4.28)
261
- securerandom (0.3.1)
262
+ securerandom (0.4.1)
262
263
  simple_form (5.3.1)
263
264
  actionpack (>= 5.2)
264
265
  activemodel (>= 5.2)
@@ -268,18 +269,20 @@ GEM
268
269
  simplecov_json_formatter (~> 0.1)
269
270
  simplecov-html (0.13.1)
270
271
  simplecov_json_formatter (0.1.4)
271
- sqlite3 (2.2.0-x86_64-darwin)
272
- sqlite3 (2.2.0-x86_64-linux-gnu)
272
+ sqlite3 (2.4.1-x86_64-darwin)
273
+ sqlite3 (2.4.1-x86_64-linux-gnu)
273
274
  stringio (3.1.2)
274
275
  temple (0.10.3)
275
276
  thor (1.3.2)
276
277
  tilt (2.4.0)
277
- timeout (0.4.2)
278
+ timeout (0.4.3)
278
279
  tzinfo (2.0.6)
279
280
  concurrent-ruby (~> 1.0)
280
- unicode-display_width (2.6.0)
281
- uri (1.0.1)
282
- useragent (0.16.10)
281
+ unicode-display_width (3.1.2)
282
+ unicode-emoji (~> 4.0, >= 4.0.4)
283
+ unicode-emoji (4.0.4)
284
+ uri (1.0.2)
285
+ useragent (0.16.11)
283
286
  websocket-driver (0.7.6)
284
287
  websocket-extensions (>= 0.1.0)
285
288
  websocket-extensions (0.1.5)
data/lib/ui_bibz/infos.rb CHANGED
@@ -12,6 +12,6 @@ module UiBibz
12
12
  REPO = 'git+https://github.com/thooams/ui_bibz.git'
13
13
  EMAIL = 'thomas@hummel.link'
14
14
  AUTHOR = 'Thooams [Thomas HUMMEL]'
15
- VERSION = '4.0.0.beta15'
15
+ VERSION = '4.0.0.beta16'
16
16
  AUTHORS = ['Thooams'].freeze
17
17
  end
@@ -26,7 +26,7 @@ class TableTest < ActionView::TestCase
26
26
 
27
27
  test 'table search field' do
28
28
  actual = UiBibz::Ui::Ux::Tables::TableSearchField.new({ store: @users }).render
29
- expected = "<form class=\"form-table-search-field\" action=\"/users?direction=asc&amp;page=1&amp;per_page=2&amp;search=Name+fr&amp;sort=users.name_fr\" accept-charset=\"UTF-8\" method=\"get\"><div class=\"input-group input-group-sm table-search-field\"><span class=\"input-group-text\"><i class=\"glyph fa-solid fa-search\"></i></span><input type=\"hidden\" name=\"sort\" value=\"users.name_fr\" /><input type=\"hidden\" name=\"direction\" value=\"asc\" /><input type=\"hidden\" name=\"per_page\" value=\"2\" /><input type=\"hidden\" name=\"page\" value=\"1\" /><input type=\"hidden\" name=\"only_path\" value=\"true\" /><input type=\"hidden\" name=\"store_id\" value=\"users\" /><input type=\"hidden\" name=\"link_type\" value=\"search\" /><input type=\"search\" value=\"Name fr\" name=\"search\" class=\"form-control\" placeholder=\"Search by Name fr and Name en...\" /><button type=\"button\" class=\"btn btn-secondary input-group-btn clear-search-btn\"><i class=\"glyph fa-solid fa-times-circle\"></i> <span class=\"visually-hidden\">Clear Search</span></button></div></form>"
29
+ expected = "<form class=\"form-table-search-field\" action=\"/users?direction=asc&amp;page=1&amp;per_page=2&amp;search=Name+fr&amp;sort=users.name_fr\" accept-charset=\"UTF-8\" method=\"get\"><div class=\"input-group input-group-sm table-search-field\"><span class=\"input-group-text\"><i class=\"glyph fa-solid fa-search\"></i></span><input type=\"hidden\" name=\"sort\" value=\"users.name_fr\" /><input type=\"hidden\" name=\"direction\" value=\"asc\" /><input type=\"hidden\" name=\"per_page\" value=\"2\" /><input type=\"hidden\" name=\"page\" value=\"1\" /><input type=\"hidden\" name=\"only_path\" value=\"true\" /><input type=\"hidden\" name=\"store_id\" value=\"users\" /><input type=\"hidden\" name=\"link_type\" value=\"search\" /><input type=\"search\" value=\"Name fr\" name=\"search\" class=\"form-control\" placeholder=\"Search by Name fr and Name en...\" /><button type=\"button\" class=\"clear-search-btn input-group-btn btn-secondary btn\" data-bs-toggle=\"tooltip\" data-bs-title=\"Clear Search\"><i class=\"glyph fa-solid fa-times-circle\"></i> <span class=\"visually-hidden\">Clear Search</span></button></div></form>"
30
30
 
31
31
  assert_equal expected, actual
32
32
  end
@@ -97,7 +97,7 @@ class TableTest < ActionView::TestCase
97
97
  test 'table searchable' do
98
98
  options = { searchable: true }
99
99
  actual = UiBibz::Ui::Ux::Tables::Searchable.new(@store, options).render
100
- expected = "<div><div class=\"title\">Users list</div><form class=\"form-table-search-field\" action=\"/users?direction=asc&amp;page=1&amp;per_page=2&amp;search=Name+fr&amp;sort=users.name_fr\" accept-charset=\"UTF-8\" method=\"get\"><div class=\"input-group input-group-sm table-search-field\"><span class=\"input-group-text\"><i class=\"glyph fa-solid fa-search\"></i></span><input type=\"hidden\" name=\"sort\" value=\"users.name_fr\" /><input type=\"hidden\" name=\"direction\" value=\"asc\" /><input type=\"hidden\" name=\"per_page\" value=\"2\" /><input type=\"hidden\" name=\"page\" value=\"1\" /><input type=\"hidden\" name=\"only_path\" value=\"true\" /><input type=\"hidden\" name=\"store_id\" value=\"users\" /><input type=\"hidden\" name=\"link_type\" value=\"search\" /><input type=\"search\" value=\"Name fr\" name=\"search\" class=\"form-control\" placeholder=\"Search by Name fr and Name en...\" /><button type=\"button\" class=\"btn btn-secondary input-group-btn clear-search-btn\"><i class=\"glyph fa-solid fa-times-circle\"></i> <span class=\"visually-hidden\">Clear Search</span></button></div></form><br class=\"ui-bibz-clear\" /></div>"
100
+ expected = "<div><div class=\"title\">Users list</div><form class=\"form-table-search-field\" action=\"/users?direction=asc&amp;page=1&amp;per_page=2&amp;search=Name+fr&amp;sort=users.name_fr\" accept-charset=\"UTF-8\" method=\"get\"><div class=\"input-group input-group-sm table-search-field\"><span class=\"input-group-text\"><i class=\"glyph fa-solid fa-search\"></i></span><input type=\"hidden\" name=\"sort\" value=\"users.name_fr\" /><input type=\"hidden\" name=\"direction\" value=\"asc\" /><input type=\"hidden\" name=\"per_page\" value=\"2\" /><input type=\"hidden\" name=\"page\" value=\"1\" /><input type=\"hidden\" name=\"only_path\" value=\"true\" /><input type=\"hidden\" name=\"store_id\" value=\"users\" /><input type=\"hidden\" name=\"link_type\" value=\"search\" /><input type=\"search\" value=\"Name fr\" name=\"search\" class=\"form-control\" placeholder=\"Search by Name fr and Name en...\" /><button type=\"button\" class=\"clear-search-btn input-group-btn btn-secondary btn\" data-bs-toggle=\"tooltip\" data-bs-title=\"Clear Search\"><i class=\"glyph fa-solid fa-times-circle\"></i> <span class=\"visually-hidden\">Clear Search</span></button></div></form><br class=\"ui-bibz-clear\" /></div>"
101
101
 
102
102
  assert_equal expected, actual
103
103
  end
data/ui_bibz.gemspec CHANGED
@@ -26,10 +26,9 @@ Gem::Specification.new do |s|
26
26
  s.require_paths = %w[lib vendor]
27
27
 
28
28
  # Rails gems
29
- s.add_dependency 'rails', '>= 7.1.0'
30
- # Switch to bootstrap 5.3.3 as soon as possible
31
- s.add_dependency 'bootstrap-propshaft', '~> 5.3.2.2'
29
+ s.add_dependency 'bootstrap', '~> 5.3.3'
32
30
  s.add_dependency 'dartsass-rails'
31
+ s.add_dependency 'rails', '>= 7.1.0'
33
32
  s.add_dependency 'will_paginate'
34
33
  # Don't move factory_bot_rails to Gemfile else it will be loaded in test/dummy
35
34
  s.add_development_dependency 'factory_bot_rails', '~> 4.0' # rubocop:disable Gemspec/DevelopmentDependencies
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ui_bibz
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta15
4
+ version: 4.0.0.beta16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams [Thomas HUMMEL]
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-02 00:00:00.000000000 Z
11
+ date: 2024-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rails
14
+ name: bootstrap
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 7.1.0
19
+ version: 5.3.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 7.1.0
26
+ version: 5.3.3
27
27
  - !ruby/object:Gem::Dependency
28
- name: bootstrap-propshaft
28
+ name: dartsass-rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 5.3.2.2
33
+ version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 5.3.2.2
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: dartsass-rails
42
+ name: rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: 7.1.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 7.1.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: will_paginate
57
57
  requirement: !ruby/object:Gem::Requirement