Skip to content

Commit 4a31808

Browse files
p-mongop
andauthored
Constrain to ActiveSupport < 7 until we support 7 (#2396)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 46e2d8c commit 4a31808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemfiles/standard.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def standard_dependencies
1111
# Explicitly specify each rspec dependency so that we can use
1212
# rspec-mocks-diag instead of rspec-mocks
1313
gem 'rspec-core', '~> 3.9'
14-
gem 'activesupport'
14+
gem 'activesupport', '<7'
1515
gem 'rake'
1616
gem 'webrick'
1717

0 commit comments

Comments
 (0)