Bump view_component from 2.47.0 to 2.48.0 (#16151)
Bumps [view_component](https://github.com/github/view_component) from 2.47.0 to 2.48.0. - [Release notes](https://github.com/github/view_component/releases) - [Changelog](https://github.com/github/view_component/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/github/view_component/compare/v2.47.0...v2.48.0) --- updated-dependencies: - dependency-name: view_component dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
495baee4bf
commit
f882f6520c
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
BIN
vendor/cache/view_component-2.47.0.gem
vendored
BIN
vendor/cache/view_component-2.47.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/view_component-2.48.0.gem
vendored
Normal file
BIN
vendor/cache/view_component-2.48.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue