Skip to content

Commit e16a4bc

Browse files
committed
Allow activesupport 6.1 to be installed
1 parent db57960 commit e16a4bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gooddata.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Gem::Specification.new do |s|
5555
s.add_development_dependency 'sqlite3' if RUBY_PLATFORM != 'java'
5656

5757
if RUBY_VERSION >= '2.5'
58-
s.add_dependency 'activesupport', '>= 6.0.3.1', '< 6.1'
58+
s.add_dependency 'activesupport', '>= 6.0.3.1', '< 6.2'
5959
else
6060
s.add_dependency 'activesupport', '>= 5.2.4.3', '< 6.0'
6161
end

0 commit comments

Comments
 (0)