master ruby upgrade (#4) (#6)

* gems up

* travis.yml up

* rubocop wip

* rubocop

* sentry

* sentry

* sentry ssl

* spec

* spec

* raven fix

* Update version.rb

---------

Co-authored-by: gbarc-dt <133209247+gbarc-dt@users.noreply.github.com>

Dominik avatar Dominik

Push event #46.1 passed

  • Ran for
AMD64
Ruby: 3.2
Git
travis-ci/travis-exceptions:.travis.yml@7da3ea3
sudo: false
language: ruby

rvm:
  - 3.2

script: bundle exec rspec spec --color --format documentation --require spec_helper
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "rvm": [
    "3.2"
  ],
  "script": [
    "bundle exec rspec spec --color --format documentation --require spec_helper"
  ]
}