Skip to content

Commit 4f1568b

Browse files
FEATURE: MSF-17621 Apply patched version for activesupport to fix vulnerable issue
1 parent ef6689b commit 4f1568b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gooddata.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ 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', '> 4.2.9', '< 6.1'
58+
s.add_dependency 'activesupport', '>= 6.0.3.1', '< 6.1'
5959
else
60-
s.add_dependency 'activesupport', '> 4.2.9', '< 6.0'
60+
s.add_dependency 'activesupport', '>= 5.2.4.3', '< 6.0'
6161
end
6262

6363
s.add_dependency 'aws-sdk-s3', '~> 1.16'

0 commit comments

Comments
 (0)