comfortable_mexican_sofa 2.0.15 → 2.0.16

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 (58) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +4 -0
  3. data/Gemfile +1 -1
  4. data/README.md +0 -2
  5. data/app/assets/javascripts/comfy/vendor/bootstrap.min.js +3 -2
  6. data/app/assets/stylesheets/comfy/vendor/bootstrap/_breadcrumb.scss +9 -6
  7. data/app/assets/stylesheets/comfy/vendor/bootstrap/_button-group.scss +7 -1
  8. data/app/assets/stylesheets/comfy/vendor/bootstrap/_buttons.scss +1 -0
  9. data/app/assets/stylesheets/comfy/vendor/bootstrap/_card.scss +33 -2
  10. data/app/assets/stylesheets/comfy/vendor/bootstrap/_carousel.scss +49 -4
  11. data/app/assets/stylesheets/comfy/vendor/bootstrap/_code.scss +0 -8
  12. data/app/assets/stylesheets/comfy/vendor/bootstrap/_custom-forms.scss +131 -7
  13. data/app/assets/stylesheets/comfy/vendor/bootstrap/_dropdown.scss +36 -1
  14. data/app/assets/stylesheets/comfy/vendor/bootstrap/_forms.scss +3 -1
  15. data/app/assets/stylesheets/comfy/vendor/bootstrap/_functions.scss +1 -1
  16. data/app/assets/stylesheets/comfy/vendor/bootstrap/_input-group.scss +2 -3
  17. data/app/assets/stylesheets/comfy/vendor/bootstrap/_mixins.scss +0 -1
  18. data/app/assets/stylesheets/comfy/vendor/bootstrap/_modal.scss +2 -2
  19. data/app/assets/stylesheets/comfy/vendor/bootstrap/_navbar.scss +0 -12
  20. data/app/assets/stylesheets/comfy/vendor/bootstrap/_pagination.scss +2 -1
  21. data/app/assets/stylesheets/comfy/vendor/bootstrap/_print.scss +23 -6
  22. data/app/assets/stylesheets/comfy/vendor/bootstrap/_progress.scss +1 -0
  23. data/app/assets/stylesheets/comfy/vendor/bootstrap/_reboot.scss +5 -7
  24. data/app/assets/stylesheets/comfy/vendor/bootstrap/_tables.scss +11 -3
  25. data/app/assets/stylesheets/comfy/vendor/bootstrap/_transitions.scss +4 -18
  26. data/app/assets/stylesheets/comfy/vendor/bootstrap/_utilities.scss +1 -0
  27. data/app/assets/stylesheets/comfy/vendor/bootstrap/_variables.scss +76 -41
  28. data/app/assets/stylesheets/comfy/vendor/bootstrap/bootstrap-grid.scss +1 -1
  29. data/app/assets/stylesheets/comfy/vendor/bootstrap/bootstrap-reboot.scss +1 -1
  30. data/app/assets/stylesheets/comfy/vendor/bootstrap/bootstrap.scss +1 -1
  31. data/app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_caret.scss +1 -0
  32. data/app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_forms.scss +11 -1
  33. data/app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_gradients.scss +7 -7
  34. data/app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_hover.scss +2 -4
  35. data/app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_list-group.scss +1 -1
  36. data/app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_nav-divider.scss +2 -2
  37. data/app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_screen-reader.scss +1 -3
  38. data/app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_text-hide.scss +5 -1
  39. data/app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_transition.scss +4 -0
  40. data/app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_flex.scss +5 -0
  41. data/app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_position.scss +1 -0
  42. data/app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_shadows.scss +6 -0
  43. data/app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_text.scss +8 -2
  44. data/app/controllers/comfy/admin/cms/sites_controller.rb +2 -2
  45. data/app/controllers/comfy/cms/content_controller.rb +1 -1
  46. data/app/views/comfy/admin/cms/pages/toggle_branch.js.erb +1 -1
  47. data/comfortable_mexican_sofa.gemspec +2 -2
  48. data/config/boot.rb +1 -1
  49. data/config/environment.rb +1 -1
  50. data/lib/comfortable_mexican_sofa/content/tags/helper.rb +2 -2
  51. data/lib/comfortable_mexican_sofa/content/tags/partial.rb +5 -1
  52. data/lib/comfortable_mexican_sofa/content/tags/template.rb +1 -1
  53. data/lib/comfortable_mexican_sofa/seeds.rb +1 -1
  54. data/lib/comfortable_mexican_sofa/seeds/file/exporter.rb +2 -2
  55. data/lib/comfortable_mexican_sofa/version.rb +1 -1
  56. data/lib/generators/comfy/cms/cms_generator.rb +1 -1
  57. metadata +5 -5
  58. data/app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_navbar-align.scss +0 -10
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
2
+ * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
3
3
  * Copyright 2011-2018 The Bootstrap Authors
4
4
  * Copyright 2011-2018 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
2
+ * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
3
3
  * Copyright 2011-2018 The Bootstrap Authors
4
4
  * Copyright 2011-2018 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v4.0.0 (https://getbootstrap.com)
2
+ * Bootstrap v4.1.1 (https://getbootstrap.com/)
3
3
  * Copyright 2011-2018 The Bootstrap Authors
4
4
  * Copyright 2011-2018 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@@ -14,6 +14,7 @@
14
14
 
15
15
  @mixin caret-right {
16
16
  border-top: $caret-width solid transparent;
17
+ border-right: 0;
17
18
  border-bottom: $caret-width solid transparent;
18
19
  border-left: $caret-width solid;
19
20
  }
@@ -45,7 +45,7 @@
45
45
  margin-top: .1rem;
46
46
  font-size: .875rem;
47
47
  line-height: 1;
48
- color: #fff;
48
+ color: $white;
49
49
  background-color: rgba($color, .8);
50
50
  border-radius: .2rem;
51
51
  }
@@ -68,6 +68,16 @@
68
68
  }
69
69
  }
70
70
 
71
+ .form-control-file {
72
+ .was-validated &:#{$state},
73
+ &.is-#{$state} {
74
+ ~ .#{$state}-feedback,
75
+ ~ .#{$state}-tooltip {
76
+ display: block;
77
+ }
78
+ }
79
+ }
80
+
71
81
  .form-check-input {
72
82
  .was-validated &:#{$state},
73
83
  &.is-#{$state} {
@@ -11,7 +11,7 @@
11
11
  // Horizontal gradient, from left to right
12
12
  //
13
13
  // Creates two color stops, start and end, by specifying a color and position for each color stop.
14
- @mixin gradient-x($start-color: #555, $end-color: #333, $start-percent: 0%, $end-percent: 100%) {
14
+ @mixin gradient-x($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
15
15
  background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);
16
16
  background-repeat: repeat-x;
17
17
  }
@@ -19,27 +19,27 @@
19
19
  // Vertical gradient, from top to bottom
20
20
  //
21
21
  // Creates two color stops, start and end, by specifying a color and position for each color stop.
22
- @mixin gradient-y($start-color: #555, $end-color: #333, $start-percent: 0%, $end-percent: 100%) {
22
+ @mixin gradient-y($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
23
23
  background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);
24
24
  background-repeat: repeat-x;
25
25
  }
26
26
 
27
- @mixin gradient-directional($start-color: #555, $end-color: #333, $deg: 45deg) {
27
+ @mixin gradient-directional($start-color: $gray-700, $end-color: $gray-800, $deg: 45deg) {
28
28
  background-image: linear-gradient($deg, $start-color, $end-color);
29
29
  background-repeat: repeat-x;
30
30
  }
31
- @mixin gradient-x-three-colors($start-color: #00b3ee, $mid-color: #7a43b6, $color-stop: 50%, $end-color: #c3325f) {
31
+ @mixin gradient-x-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
32
32
  background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);
33
33
  background-repeat: no-repeat;
34
34
  }
35
- @mixin gradient-y-three-colors($start-color: #00b3ee, $mid-color: #7a43b6, $color-stop: 50%, $end-color: #c3325f) {
35
+ @mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
36
36
  background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);
37
37
  background-repeat: no-repeat;
38
38
  }
39
- @mixin gradient-radial($inner-color: #555, $outer-color: #333) {
39
+ @mixin gradient-radial($inner-color: $gray-700, $outer-color: $gray-800) {
40
40
  background-image: radial-gradient(circle, $inner-color, $outer-color);
41
41
  background-repeat: no-repeat;
42
42
  }
43
- @mixin gradient-striped($color: rgba(255,255,255,.15), $angle: 45deg) {
43
+ @mixin gradient-striped($color: rgba($white, .15), $angle: 45deg) {
44
44
  background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);
45
45
  }
@@ -1,13 +1,11 @@
1
- // stylelint-disable indentation
2
-
3
1
  // Hover mixin and `$enable-hover-media-query` are deprecated.
4
2
  //
5
3
  // Origally added during our alphas and maintained during betas, this mixin was
6
- // designed to prevent `:hover` stickiness on iOSan issue where hover styles
4
+ // designed to prevent `:hover` stickiness on iOS-an issue where hover styles
7
5
  // would persist after initial touch.
8
6
  //
9
7
  // For backward compatibility, we've kept these mixins and updated them to
10
- // always return their regular psuedo-classes instead of a shimmed media query.
8
+ // always return their regular pseudo-classes instead of a shimmed media query.
11
9
  //
12
10
  // Issue: https://github.com/twbs/bootstrap/issues/25195
13
11
 
@@ -12,7 +12,7 @@
12
12
  }
13
13
 
14
14
  &.active {
15
- color: #fff;
15
+ color: $white;
16
16
  background-color: $color;
17
17
  border-color: $color;
18
18
  }
@@ -2,9 +2,9 @@
2
2
  //
3
3
  // Dividers (basically an hr) within dropdowns and nav lists
4
4
 
5
- @mixin nav-divider($color: #e5e5e5) {
5
+ @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) {
6
6
  height: 0;
7
- margin: ($spacer / 2) 0;
7
+ margin: $margin-y 0;
8
8
  overflow: hidden;
9
9
  border-top: 1px solid $color;
10
10
  }
@@ -1,6 +1,6 @@
1
1
  // Only display content to screen readers
2
2
  //
3
- // See: http://a11yproject.com/posts/how-to-hide-content/
3
+ // See: https://a11yproject.com/posts/how-to-hide-content/
4
4
  // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
5
5
 
6
6
  @mixin sr-only {
@@ -11,7 +11,6 @@
11
11
  overflow: hidden;
12
12
  clip: rect(0, 0, 0, 0);
13
13
  white-space: nowrap;
14
- clip-path: inset(50%);
15
14
  border: 0;
16
15
  }
17
16
 
@@ -30,6 +29,5 @@
30
29
  overflow: visible;
31
30
  clip: auto;
32
31
  white-space: normal;
33
- clip-path: none;
34
32
  }
35
33
  }
@@ -1,9 +1,13 @@
1
1
  // CSS image replacement
2
- @mixin text-hide() {
2
+ @mixin text-hide($ignore-warning: false) {
3
3
  // stylelint-disable-next-line font-family-no-missing-generic-family-keyword
4
4
  font: 0/0 a;
5
5
  color: transparent;
6
6
  text-shadow: none;
7
7
  background-color: transparent;
8
8
  border: 0;
9
+
10
+ @if ($ignore-warning != true) {
11
+ @warn "The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed entirely in v5.";
12
+ }
9
13
  }
@@ -6,4 +6,8 @@
6
6
  transition: $transition;
7
7
  }
8
8
  }
9
+
10
+ @media screen and (prefers-reduced-motion: reduce) {
11
+ transition: none;
12
+ }
9
13
  }
@@ -16,6 +16,11 @@
16
16
  .flex#{$infix}-wrap { flex-wrap: wrap !important; }
17
17
  .flex#{$infix}-nowrap { flex-wrap: nowrap !important; }
18
18
  .flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; }
19
+ .flex#{$infix}-fill { flex: 1 1 auto !important; }
20
+ .flex#{$infix}-grow-0 { flex-grow: 0 !important; }
21
+ .flex#{$infix}-grow-1 { flex-grow: 1 !important; }
22
+ .flex#{$infix}-shrink-0 { flex-shrink: 0 !important; }
23
+ .flex#{$infix}-shrink-1 { flex-shrink: 1 !important; }
19
24
 
20
25
  .justify-content#{$infix}-start { justify-content: flex-start !important; }
21
26
  .justify-content#{$infix}-end { justify-content: flex-end !important; }
@@ -3,6 +3,7 @@
3
3
  // Common values
4
4
 
5
5
  // Sass list not in variables since it's not intended for customization.
6
+ // stylelint-disable-next-line scss/dollar-variable-default
6
7
  $positions: static, relative, absolute, fixed, sticky;
7
8
 
8
9
  @each $position in $positions {
@@ -0,0 +1,6 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ .shadow-sm { box-shadow: $box-shadow-sm !important; }
4
+ .shadow { box-shadow: $box-shadow !important; }
5
+ .shadow-lg { box-shadow: $box-shadow-lg !important; }
6
+ .shadow-none { box-shadow: none !important; }
@@ -4,6 +4,8 @@
4
4
  // Text
5
5
  //
6
6
 
7
+ .text-monospace { font-family: $font-family-monospace; }
8
+
7
9
  // Alignment
8
10
 
9
11
  .text-justify { text-align: justify !important; }
@@ -37,16 +39,20 @@
37
39
 
38
40
  // Contextual colors
39
41
 
40
- .text-white { color: #fff !important; }
42
+ .text-white { color: $white !important; }
41
43
 
42
44
  @each $color, $value in $theme-colors {
43
45
  @include text-emphasis-variant(".text-#{$color}", $value);
44
46
  }
45
47
 
48
+ .text-body { color: $body-color !important; }
46
49
  .text-muted { color: $text-muted !important; }
47
50
 
51
+ .text-black-50 { color: rgba($black, .5) !important; }
52
+ .text-white-50 { color: rgba($white, .5) !important; }
53
+
48
54
  // Misc
49
55
 
50
56
  .text-hide {
51
- @include text-hide();
57
+ @include text-hide($ignore-warning: true);
52
58
  }
@@ -11,8 +11,8 @@ class Comfy::Admin::Cms::SitesController < Comfy::Admin::Cms::BaseController
11
11
 
12
12
  def index
13
13
  return redirect_to action: :new if ::Comfy::Cms::Site.count.zero?
14
- @site = ::Comfy::Cms::Site.find_by_id(session[:site_id])
15
- @sites ||= ::Comfy::Cms::Site.all
14
+ @site = ::Comfy::Cms::Site.find_by_id(session[:site_id])
15
+ @sites = ::Comfy::Cms::Site.all
16
16
  end
17
17
 
18
18
  def new
@@ -83,7 +83,7 @@ protected
83
83
  @cms_layout = @cms_page.layout
84
84
  end
85
85
 
86
- return @cms_page
86
+ @cms_page
87
87
 
88
88
  rescue ActiveRecord::RecordNotFound
89
89
  nil
@@ -5,7 +5,7 @@ li.find('.item .toggle').first().toggleClass('open');
5
5
  <% if session[:cms_page_tree].member?(@page.id.to_s) %>
6
6
  if(!li.find('ul.children')[0]) {
7
7
  li.append('<ul class="children sortable pl-md-3"><%= escape_javascript(render partial: "index_branch", collection: @page.children) %></ul>');
8
- CMS.sortableList.destroy();
8
+ CMS.sortableList.dispose();
9
9
  CMS.sortableList.init();
10
10
  }
11
11
  <% else %>
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift File.expand_path("lib", __dir__)
4
4
  require "comfortable_mexican_sofa/version"
5
5
 
6
6
  Gem::Specification.new do |s|
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  s.add_dependency "kramdown", ">= 1.0.0"
27
27
  s.add_dependency "mimemagic", ">= 0.3.2"
28
28
  s.add_dependency "mini_magick", ">= 4.8.0"
29
- s.add_dependency "rails", ">= 5.2.0.rc1"
29
+ s.add_dependency "rails", ">= 5.2.0"
30
30
  s.add_dependency "rails-i18n", ">= 5.0.0"
31
31
  s.add_dependency "sass-rails", ">= 5.0.0"
32
32
  end
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Set up gems listed in the Gemfile.
4
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
4
+ ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
5
5
 
6
6
  require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
7
7
  File.exist?(ENV["BUNDLE_GEMFILE"])
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Load the rails application
4
- require File.expand_path("../application", __FILE__)
4
+ require File.expand_path("application", __dir__)
5
5
 
6
6
  # Initialize the rails application
7
7
  ComfortableMexicanSofa::Application.initialize!
@@ -31,9 +31,9 @@ class ComfortableMexicanSofa::Content::Tag::Helper < ComfortableMexicanSofa::Con
31
31
  helper_params = params.map do |p|
32
32
  case p
33
33
  when Hash
34
- p.to_s
34
+ format("%<arg>s", arg: p)
35
35
  else
36
- "\"#{p}\""
36
+ format("%<arg>p", arg: p)
37
37
  end
38
38
  end.join(",")
39
39
  "<%= #{method_name}(#{helper_params}) %>"
@@ -26,7 +26,11 @@ class ComfortableMexicanSofa::Content::Tag::Partial < ComfortableMexicanSofa::Co
26
26
  end
27
27
 
28
28
  def content
29
- "<%= render partial: \"#{@path}\", locals: #{@locals} %>"
29
+ format(
30
+ "<%%= render partial: %<path>p, locals: %<locals>s %%>",
31
+ path: @path,
32
+ locals: @locals
33
+ )
30
34
  end
31
35
 
32
36
  def render
@@ -25,7 +25,7 @@ class ComfortableMexicanSofa::Content::Tag::Template < ComfortableMexicanSofa::C
25
25
  end
26
26
 
27
27
  def content
28
- "<%= render template: \"#{path}\" %>"
28
+ format("<%%= render template: %<path>p %%>", path: path)
29
29
  end
30
30
 
31
31
  def render
@@ -90,7 +90,7 @@ module ComfortableMexicanSofa::Seeds
90
90
  # Writing to the seed file. Takes in file handler and array of hashes with
91
91
  # `header` and `content` keys
92
92
  def write_file_content(path, data)
93
- open(::File.join(path), "wb") do |f|
93
+ ::File.open(::File.join(path), "wb") do |f|
94
94
  data.each do |item|
95
95
  f.write("[#{item[:header]}]\n")
96
96
  f.write("#{item[:content]}\n")
@@ -15,7 +15,7 @@ module ComfortableMexicanSofa::Seeds::File
15
15
  file_path = File.join(path, file.attachment.filename.to_s)
16
16
 
17
17
  # writing attributes
18
- open(::File.join(path, "_#{file.attachment.filename}.yml"), "w") do |f|
18
+ ::File.open(::File.join(path, "_#{file.attachment.filename}.yml"), "w") do |f|
19
19
  f.write({
20
20
  "label" => file.label,
21
21
  "description" => file.description,
@@ -25,7 +25,7 @@ module ComfortableMexicanSofa::Seeds::File
25
25
 
26
26
  # writing content
27
27
  begin
28
- open(::File.join(path, ::File.basename(file_path)), "wb") do |f|
28
+ ::File.open(::File.join(path, ::File.basename(file_path)), "wb") do |f|
29
29
  f.write(file.attachment.download)
30
30
  end
31
31
  rescue Errno::ENOENT, OpenURI::HTTPError
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ComfortableMexicanSofa
4
4
 
5
- VERSION = "2.0.15"
5
+ VERSION = "2.0.16"
6
6
 
7
7
  end
@@ -9,7 +9,7 @@ module Comfy
9
9
  include Rails::Generators::Migration
10
10
  include Thor::Actions
11
11
 
12
- source_root File.expand_path("../../../../..", __FILE__)
12
+ source_root File.expand_path("../../../..", __dir__)
13
13
 
14
14
  def generate_migration
15
15
  destination = File.expand_path("db/migrate/01_create_cms.rb", destination_root)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comfortable_mexican_sofa
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.15
4
+ version: 2.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Khabarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-30 00:00:00.000000000 Z
11
+ date: 2018-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: active_link_to
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - ">="
116
116
  - !ruby/object:Gem::Version
117
- version: 5.2.0.rc1
117
+ version: 5.2.0
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
- version: 5.2.0.rc1
124
+ version: 5.2.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: rails-i18n
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -370,7 +370,6 @@ files:
370
370
  - app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_list-group.scss
371
371
  - app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_lists.scss
372
372
  - app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_nav-divider.scss
373
- - app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_navbar-align.scss
374
373
  - app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_pagination.scss
375
374
  - app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_reset-text.scss
376
375
  - app/assets/stylesheets/comfy/vendor/bootstrap/mixins/_resize.scss
@@ -392,6 +391,7 @@ files:
392
391
  - app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_float.scss
393
392
  - app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_position.scss
394
393
  - app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_screenreaders.scss
394
+ - app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_shadows.scss
395
395
  - app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_sizing.scss
396
396
  - app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_spacing.scss
397
397
  - app/assets/stylesheets/comfy/vendor/bootstrap/utilities/_text.scss