We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 712bbdd + 32a1c12 commit 9fecbfcCopy full SHA for 9fecbfc
gooddata.gemspec
@@ -53,7 +53,9 @@ Gem::Specification.new do |s|
53
54
s.add_development_dependency 'sqlite3' if RUBY_PLATFORM != 'java'
55
56
- if RUBY_VERSION >= '2.5'
+ if RUBY_VERSION >= '2.8'
57
+ s.add_dependency 'activesupport', '>= 6.0.3.1'
58
+ elsif RUBY_VERSION >= '2.5'
59
s.add_dependency 'activesupport', '< 7.0.0'
60
else
61
s.add_dependency 'activesupport', '>= 5.2.4.3', '< 6.0'
0 commit comments