Crude datadog testing

This commit is contained in:
Loic Nageleisen 2024-01-10 14:13:12 +01:00
parent 54a72b31ce
commit 56e614e978
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2
2 changed files with 146 additions and 3 deletions

View file

@ -55,6 +55,10 @@ rails:
- version: '~> 7.0.0'
# 3.3 has a bug: https://bugs.ruby-lang.org/issues/20085
ruby: ['>= 2.7', '< 3.3']
gem:
sinatra: '>= 0.a'
grape: '>= 0.a'
pry: '> 0'
- version: '~> 7.1.0'
# 3.3 has a bug: https://bugs.ruby-lang.org/issues/20085
ruby: ['>= 2.7', '< 3.3']