Skip to content

Commit

Permalink
Merge pull request #121 from fastruby/fixes/last-reference-to-colorize
Browse files Browse the repository at this point in the history
Fixes/last reference to colorize
  • Loading branch information
etagwerker authored Sep 24, 2024
2 parents 9e1940e + 4fb4bfc commit a2d36e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.2, 3.1, 3.0, 2.7, 2.6, 2.5, 2.4, 2.3]
ruby-version: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions lib/next_rails/bundle_report/ruby_version_compatibility.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require "rainbow/refinement"

using Rainbow

class NextRails::BundleReport::RubyVersionCompatibility
using Rainbow

MINIMAL_VERSION = 1.0
attr_reader :gems, :options

Expand Down

0 comments on commit a2d36e7

Please sign in to comment.