Skip to content

Fix error: base64 is not part of the default gems starting from Ruby 3.4.0 #9

Fix error: base64 is not part of the default gems starting from Ruby 3.4.0

Fix error: base64 is not part of the default gems starting from Ruby 3.4.0 #9

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "head", jruby-9.3, jruby-9.4]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- run: bundle exec rake