Skip to content

Commit

Permalink
Merge pull request #613 from Shopify/ci-rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Feb 14, 2024
2 parents 1f04aa0 + 555e8e3 commit 8616e05
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
gemfile: [Gemfile, gemfiles/minimum_rubocop.gemfile]
ruby: ["2.7", "3.0", "3.1"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]

env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.1.2
3.3.0
6 changes: 6 additions & 0 deletions Gemfile
Expand Up @@ -8,3 +8,9 @@ gem "diffy"
gem "minitest"
gem "pry-byebug"
gem "rake"

# Fixes the following warning on Ruby 3.3:
# base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0.
# Add base64 to your Gemfile or gemspec. Also contact author of rubocop-1.53.0 to add base64 into its gemspec.
# Check if this is still necessary when the minimum RuboCop version is increased.
gem "base64"
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -8,6 +8,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
base64 (0.2.0)
byebug (11.1.3)
coderay (1.1.3)
diffy (3.4.2)
Expand Down Expand Up @@ -50,6 +51,7 @@ PLATFORMS
ruby

DEPENDENCIES
base64
diffy
minitest
pry-byebug
Expand Down

0 comments on commit 8616e05

Please sign in to comment.