Skip to content

Commit 62ee494

Browse files
author
gdgate
authored
Merge pull request #1659 from tqtu/DC-1221
DC-1221: Bump sdk version 2.1.11 and bricks version to 3.7.18 Reviewed-by: <phong.nguyen-duy@gooddata.com> https://github.com/phong-nguyen-duy
2 parents 046542d + cf49c09 commit 62ee494

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# GoodData Ruby SDK Changelog
2+
## 2.1.11
3+
- FEATURE: TMA-1647 Set VCR version to 5.0.0 due to incompatible license of the latest version
4+
25
## 2.1.10
36
- BUGFIX: TMA-1653 fix performance issue in functions project.users and domain.users
47
- BUGFIX: TMA-1643 Don't convert null value to empty string

SDK_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.10
1+
2.1.11

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.17
1+
3.7.18

gooddata.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Gem::Specification.new do |s|
4949
s.add_development_dependency 'pronto', '~> 0.10' if RUBY_PLATFORM != 'java'
5050
s.add_development_dependency 'pronto-rubocop', '~> 0.9' if RUBY_PLATFORM != 'java'
5151
s.add_development_dependency 'pronto-reek', '~> 0.9' if RUBY_PLATFORM != 'java'
52-
s.add_development_dependency 'vcr'
52+
s.add_development_dependency 'vcr', '5.0.0'
5353
s.add_development_dependency 'hashdiff', '~> 0.4'
5454

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

0 commit comments

Comments
 (0)