Skip to content

Commit 9fecbfc

Browse files
Merge pull request #2017 from gooddata/checklibs
config: Update activesupport library use new version
2 parents 712bbdd + 32a1c12 commit 9fecbfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gooddata.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ Gem::Specification.new do |s|
5353

5454
s.add_development_dependency 'sqlite3' if RUBY_PLATFORM != 'java'
5555

56-
if RUBY_VERSION >= '2.5'
56+
if RUBY_VERSION >= '2.8'
57+
s.add_dependency 'activesupport', '>= 6.0.3.1'
58+
elsif RUBY_VERSION >= '2.5'
5759
s.add_dependency 'activesupport', '< 7.0.0'
5860
else
5961
s.add_dependency 'activesupport', '>= 5.2.4.3', '< 6.0'

0 commit comments

Comments
 (0)