diff --git a/Gemfile b/Gemfile index 95bd394bd..9c53fbfa6 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,7 @@ gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files gem "validate_url", "~> 1.0" # Library for validating urls in Rails gem "vault", "~> 0.16" # Used to store secrets -gem "view_component", "~> 2.47" # View components for Rails +gem "view_component", "~> 2.48" # View components for Rails gem "wcag_color_contrast", "~> 0.1" # Detect contrast of colors to determine readability and a11y. gem "webpacker", "~> 5.4.3" # Use webpack to manage app-like JavaScript modules in Rails diff --git a/Gemfile.lock b/Gemfile.lock index 6e0251648..7a03123ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -851,7 +851,7 @@ GEM vault (0.16.0) aws-sigv4 vcr (6.0.0) - view_component (2.47.0) + view_component (2.48.0) activesupport (>= 5.0.0, < 8.0) method_source (~> 1.0) warden (1.2.9) @@ -1039,7 +1039,7 @@ DEPENDENCIES validate_url (~> 1.0) vault (~> 0.16) vcr (~> 6.0) - view_component (~> 2.47) + view_component (~> 2.48) wcag_color_contrast (~> 0.1) web-console (~> 4.2) webdrivers (~> 5.0) diff --git a/vendor/cache/view_component-2.47.0.gem b/vendor/cache/view_component-2.47.0.gem deleted file mode 100644 index 0cf1fa7b0..000000000 Binary files a/vendor/cache/view_component-2.47.0.gem and /dev/null differ diff --git a/vendor/cache/view_component-2.48.0.gem b/vendor/cache/view_component-2.48.0.gem new file mode 100644 index 000000000..a220dd8f9 Binary files /dev/null and b/vendor/cache/view_component-2.48.0.gem differ