File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 ably-ui (6.5.1 )
5- view_component (~> 2.33.0 )
5+ view_component (>= 2.33 , < 2.50 )
66
77GEM
88 remote: https://rubygems.org/
99 specs:
10- activesupport (6.1.3 .2 )
10+ activesupport (7.0.2 .2 )
1111 concurrent-ruby (~> 1.0 , >= 1.0.2 )
1212 i18n (>= 1.6 , < 2 )
1313 minitest (>= 5.1 )
1414 tzinfo (~> 2.0 )
15- zeitwerk (~> 2.3 )
1615 concurrent-ruby (1.1.9 )
17- i18n (1.8.10 )
16+ i18n (1.10.0 )
1817 concurrent-ruby (~> 1.0 )
19- minitest (5.14.4 )
18+ method_source (1.0.0 )
19+ minitest (5.15.0 )
2020 tzinfo (2.0.4 )
2121 concurrent-ruby (~> 1.0 )
22- view_component (2.33.0 )
23- activesupport (>= 5.0.0 , < 7 .0 )
24- zeitwerk ( 2.4.2 )
22+ view_component (2.49.1 )
23+ activesupport (>= 5.0.0 , < 8 .0 )
24+ method_source ( ~> 1.0 )
2525
2626PLATFORMS
2727 ruby
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
1818
1919 spec . files = Dir [ 'lib/**/*' ] + %w[ Gemfile Gemfile.lock LICENSE README.md ably-ui.gemspec ]
2020
21- spec . add_dependency "view_component" , '~> 2.33.0 '
21+ spec . add_dependency "view_component" , '>= 2.33' , '< 2.50 '
2222end
You can’t perform that action at this time.
0 commit comments