Skip to content

Commit 6b51a84

Browse files
Merge pull request #154 from ably/dependabot/bundler/view_component-2.49.1
Update view_component requirement from ~> 2.33.0 to >= 2.33, < 2.50
2 parents aed5f8e + bcf578a commit 6b51a84

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@ PATH
22
remote: .
33
specs:
44
ably-ui (6.5.1)
5-
view_component (~> 2.33.0)
5+
view_component (>= 2.33, < 2.50)
66

77
GEM
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

2626
PLATFORMS
2727
ruby

ably-ui.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
2222
end

0 commit comments

Comments
 (0)