Bump view_component from 2.37.0 to 2.49.1
Note we don't require the "view_component/engine" in the Gemfile anymore, since it's been deprecated since ViewComponent 2.46.0. Bumps [view_component](https://github.com/github/view_component) from 2.37.0 to 2.49.1. - [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.37.0...v2.49.1) --- updated-dependencies: - dependency-name: view_component dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Javi Martín
parent
999ae6fb16
commit
dc0c5c1da0
2
Gemfile
2
Gemfile
@@ -58,7 +58,7 @@ gem "turbolinks", "~> 5.2.1"
|
|||||||
gem "turnout", "~> 2.5.0"
|
gem "turnout", "~> 2.5.0"
|
||||||
gem "uglifier", "~> 4.2.0"
|
gem "uglifier", "~> 4.2.0"
|
||||||
gem "uuidtools", "~> 2.1.5"
|
gem "uuidtools", "~> 2.1.5"
|
||||||
gem "view_component", "~> 2.37.0", require: "view_component/engine"
|
gem "view_component", "~> 2.49.1"
|
||||||
gem "whenever", "~> 1.0.0", require: false
|
gem "whenever", "~> 1.0.0", require: false
|
||||||
gem "wicked_pdf", "~> 2.1.0"
|
gem "wicked_pdf", "~> 2.1.0"
|
||||||
gem "wkhtmltopdf-binary", "~> 0.12.6"
|
gem "wkhtmltopdf-binary", "~> 0.12.6"
|
||||||
|
|||||||
@@ -302,7 +302,7 @@ GEM
|
|||||||
httpi (2.4.5)
|
httpi (2.4.5)
|
||||||
rack
|
rack
|
||||||
socksify
|
socksify
|
||||||
i18n (1.8.10)
|
i18n (1.10.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n-tasks (0.9.34)
|
i18n-tasks (0.9.34)
|
||||||
activesupport (>= 4.0.2)
|
activesupport (>= 4.0.2)
|
||||||
@@ -376,7 +376,7 @@ GEM
|
|||||||
mini_magick (4.11.0)
|
mini_magick (4.11.0)
|
||||||
mini_mime (1.1.0)
|
mini_mime (1.1.0)
|
||||||
mini_portile2 (2.8.0)
|
mini_portile2 (2.8.0)
|
||||||
minitest (5.14.4)
|
minitest (5.15.0)
|
||||||
mixlib-cli (2.1.8)
|
mixlib-cli (2.1.8)
|
||||||
mixlib-config (3.0.9)
|
mixlib-config (3.0.9)
|
||||||
tomlrb
|
tomlrb
|
||||||
@@ -651,7 +651,7 @@ GEM
|
|||||||
unicode-display_width (1.7.0)
|
unicode-display_width (1.7.0)
|
||||||
uniform_notifier (1.14.2)
|
uniform_notifier (1.14.2)
|
||||||
uuidtools (2.1.5)
|
uuidtools (2.1.5)
|
||||||
view_component (2.37.0)
|
view_component (2.49.1)
|
||||||
activesupport (>= 5.0.0, < 8.0)
|
activesupport (>= 5.0.0, < 8.0)
|
||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
@@ -780,7 +780,7 @@ DEPENDENCIES
|
|||||||
turnout (~> 2.5.0)
|
turnout (~> 2.5.0)
|
||||||
uglifier (~> 4.2.0)
|
uglifier (~> 4.2.0)
|
||||||
uuidtools (~> 2.1.5)
|
uuidtools (~> 2.1.5)
|
||||||
view_component (~> 2.37.0)
|
view_component (~> 2.49.1)
|
||||||
web-console (~> 3.7.0)
|
web-console (~> 3.7.0)
|
||||||
webdrivers (~> 4.6.0)
|
webdrivers (~> 4.6.0)
|
||||||
whenever (~> 1.0.0)
|
whenever (~> 1.0.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user