Skip to content

Commit c2a1998

Browse files
committed
Update gemspec for active support to < 8 also
1 parent 6f027ee commit c2a1998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flipper-active_support_cache_store.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Gem::Specification.new do |gem|
2121
gem.metadata = Flipper::METADATA
2222

2323
gem.add_dependency 'flipper', "~> #{Flipper::VERSION}"
24-
gem.add_dependency 'activesupport', '>= 4.2', '< 7'
24+
gem.add_dependency 'activesupport', '>= 4.2', '< 8'
2525
end

0 commit comments

Comments
 (0)