We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db57960 commit e16a4bcCopy full SHA for e16a4bc
1 file changed
gooddata.gemspec
@@ -55,7 +55,7 @@ Gem::Specification.new do |s|
55
s.add_development_dependency 'sqlite3' if RUBY_PLATFORM != 'java'
56
57
if RUBY_VERSION >= '2.5'
58
- s.add_dependency 'activesupport', '>= 6.0.3.1', '< 6.1'
+ s.add_dependency 'activesupport', '>= 6.0.3.1', '< 6.2'
59
else
60
s.add_dependency 'activesupport', '>= 5.2.4.3', '< 6.0'
61
end
0 commit comments