avo 3.5.5 → 3.5.6

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: 884b70af078e25fff4c772f957ad663bf804c4f6b0f2e253e9fdf3a0b35e6e3b
4
- data.tar.gz: 348b3c4ec0c16986d40eb5e14cd2c306c88a7151f19b78cd4aea0af9f1b4a6eb
3
+ metadata.gz: 6c24c04902a3f17b4a3b396d9ff592290c8b5b8cc3ece5b6000a1baedfa294f4
4
+ data.tar.gz: 297fbfd4e5d45cd6dc6b8692733b4773ecbd863ff8e5c77dbcfdb16e51885b1a
5
5
  SHA512:
6
- metadata.gz: d11cb4c6bc39cdd500c9b8e3ec9b0d845df01770936ae340325e536e9b144815cfeaf66e38bdd6024a179be04a10dc099eb265dd3a96722ca034ed3cb181cf3f
7
- data.tar.gz: 7ea87254a3a66d7b84ade6ee6767e229b7ddf0c511eaba7ef60234c7f6bf3ee5cd9529781b651d1185c74b5fd81c4f55215bf0c6f6014ec5cf4bfcba7f3867d9
6
+ metadata.gz: 6268590bd9d34ebc5a2fd50f22467cee9366b974e4d2ef58e9537d2af4a766146d87cdfee590060df16bec2c1f937cd48b87fab789f412e443426e279f911a5d
7
+ data.tar.gz: f1e5b8fecc7bbe16d305674e1093bcbca9192698c7a9e478b365bfd749021366451d8300f8c685fcea19c4a1cea4095b25af1e420e563c64d769fbbfe335d273
data/Gemfile CHANGED
@@ -86,6 +86,7 @@ group :test do
86
86
  gem "fuubar"
87
87
  gem "simplecov", require: false
88
88
  gem "simplecov-cobertura"
89
+ gem "simplecov-lcov"
89
90
  gem "webmock"
90
91
  gem "spring-commands-rspec"
91
92
  gem "launchy", require: false
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (3.5.5)
4
+ avo (3.5.6)
5
5
  actionview (>= 6.1)
6
6
  active_link_to
7
7
  activerecord (>= 6.1)
@@ -386,7 +386,7 @@ GEM
386
386
  rb-inotify (0.10.1)
387
387
  ffi (~> 1.0)
388
388
  rbs (2.8.4)
389
- rdoc (6.6.2)
389
+ rdoc (6.6.3.1)
390
390
  psych (>= 4.0.0)
391
391
  redis (5.0.8)
392
392
  redis-client (>= 0.17.0)
@@ -451,6 +451,7 @@ GEM
451
451
  rexml
452
452
  simplecov (~> 0.19)
453
453
  simplecov-html (0.12.3)
454
+ simplecov-lcov (0.8.0)
454
455
  simplecov_json_formatter (0.1.4)
455
456
  smart_properties (1.17.0)
456
457
  solargraph (0.50.0)
@@ -600,6 +601,7 @@ DEPENDENCIES
600
601
  rubocop-shopify
601
602
  simplecov
602
603
  simplecov-cobertura
604
+ simplecov-lcov
603
605
  solargraph
604
606
  solargraph-rails
605
607
  spring
@@ -1779,7 +1779,7 @@ span.flatpickr-weekday {
1779
1779
  }
1780
1780
  }
1781
1781
 
1782
- /*! @algolia/autocomplete-theme-classic 1.16.0 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
1782
+ /*! @algolia/autocomplete-theme-classic 1.17.0 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
1783
1783
 
1784
1784
  /* ----------------*/
1785
1785
 
@@ -8222,6 +8222,10 @@ tag.tagify__tag{
8222
8222
  border-top-width:0px
8223
8223
  }
8224
8224
 
8225
+ .border-solid{
8226
+ border-style:solid
8227
+ }
8228
+
8225
8229
  .border-dashed{
8226
8230
  border-style:dashed
8227
8231
  }