File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# GoodData Ruby SDK Changelog
2+ ## 2.1.12
3+ - FEATURE: MSF-17621 Apply patched version for activesupport to fix vulnerable issue
4+ - CONFIG: SETI-4379 Add gdc-fossa configuration for gooddata-ruby
5+ - CONFIG: MSF-17345 Set umask 0002 for lcm brick
6+ - BUGFIX: TMA-1015 check case sensitivity for group name
7+ - BUGFIX: MSF-17219 Fixed incorrect client used in domain.users
8+ - BUGFIX: TMA-1022 Add more logs for case roll out without LDM change in master
9+ - FEATURE: TMA-1640 Add alert for CPU limit hit
10+
211## 2.1.11
312 - FEATURE: TMA-1647 Set VCR version to 5.0.0 due to incompatible license of the latest version
413
Original file line number Diff line number Diff line change 1- 2.1.11
1+ 2.1.12
Original file line number Diff line number Diff line change 1- 3.7.19
1+ 3.7.20
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments