Skip to content

Commit 7029060

Browse files
committed
Update gemspec
1 parent b260455 commit 7029060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
view_component (3.23.2)
5-
activesupport (>= 5.2.0, < 8.1)
5+
activesupport (>= 5.2.0, < 8.2)
66
concurrent-ruby (~> 1)
77
method_source (~> 1.0)
88

view_component.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
3838

3939
spec.required_ruby_version = ">= 2.7.0"
4040

41-
spec.add_runtime_dependency "activesupport", [">= 5.2.0", "< 8.1"]
41+
spec.add_runtime_dependency "activesupport", [">= 5.2.0", "< 8.2"]
4242
spec.add_runtime_dependency "method_source", "~> 1.0"
4343
spec.add_runtime_dependency "concurrent-ruby", "~> 1"
4444
spec.add_development_dependency "allocation_stats", "~> 0.1.5"

0 commit comments

Comments
 (0)