Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
impulse_view_components (0.7.2)
actionview (>= 6.1.0)
view_component (~> 3.11)
view_component (~> 3.24.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -218,9 +218,9 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
view_component (3.11.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
view_component (3.24.0)
activesupport (>= 5.2.0, < 8.2)
concurrent-ruby (~> 1)
method_source (~> 1.0)
webmock (3.19.1)
addressable (>= 2.8.0)
Expand Down
10 changes: 6 additions & 4 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
impulse_view_components (0.7.2)
actionview (>= 6.1.0)
view_component (~> 3.11)
view_component (~> 3.24.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -259,10 +259,12 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2025.3)
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
view_component (3.11.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
view_component (3.24.0)
activesupport (>= 5.2.0, < 8.2)
concurrent-ruby (~> 1)
method_source (~> 1.0)
web-console (4.2.0)
actionview (>= 6.0.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
impulse_view_components (0.7.2)
actionview (>= 6.1.0)
view_component (~> 3.11)
view_component (~> 3.24.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -248,9 +248,9 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
view_component (3.11.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
view_component (3.24.0)
activesupport (>= 5.2.0, < 8.2)
concurrent-ruby (~> 1)
method_source (~> 1.0)
webmock (3.19.1)
addressable (>= 2.8.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
impulse_view_components (0.7.2)
actionview (>= 6.1.0)
view_component (~> 3.11)
view_component (~> 3.24.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -254,9 +254,9 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
view_component (3.11.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
view_component (3.24.0)
activesupport (>= 5.2.0, < 8.2)
concurrent-ruby (~> 1)
method_source (~> 1.0)
webmock (3.19.1)
addressable (>= 2.8.0)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
impulse_view_components (0.7.2)
actionview (>= 6.1.0)
view_component (~> 3.11)
view_component (~> 3.24.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -287,9 +287,9 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
view_component (3.11.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
view_component (3.24.0)
activesupport (>= 5.2.0, < 8.2)
concurrent-ruby (~> 1)
method_source (~> 1.0)
webmock (3.19.1)
addressable (>= 2.8.0)
Expand Down
2 changes: 1 addition & 1 deletion impulse_view_components.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["CHANGELOG.md", "LICENSE.txt", "README.md", "lib/**/*", "app/**/*"]
spec.require_paths = ["lib"]

spec.add_runtime_dependency "view_component", "~> 3.11"
spec.add_runtime_dependency "view_component", "~> 3.24.0"
spec.add_runtime_dependency "actionview", ">= 6.1.0"

spec.add_development_dependency "capybara", "~> 3.40"
Expand Down