https://github.com/gooddata/gooddata-ruby/blob/a963f0082438077689a1798aae22bac8fcd1d651/gooddata.gemspec#L55C3-L56C48
if RUBY_VERSION >= '2.5'
s.add_dependency 'activesupport', '< 7.0.0'
This prevents us from using any of the newer Rails versions, 7 and 8 are common now.