Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Commit 69e4cd7

Browse files
committed
Bump activesupport support version to 7.X
1 parent dde3c91 commit 69e4cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis-activesupport.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.require_paths = ['lib']
2020

2121
s.add_runtime_dependency "redis-store", '>= 1.3', '< 2'
22-
s.add_runtime_dependency 'activesupport', '>= 3', '< 7'
22+
s.add_runtime_dependency 'activesupport', '>= 3', '< 8'
2323

2424
s.add_development_dependency 'rake', '>= 12.3.3'
2525
s.add_development_dependency 'bundler'

0 commit comments

Comments
 (0)