Skip to content

Commit a2d36e7

Browse files
authored
Merge pull request #121 from fastruby/fixes/last-reference-to-colorize
Fixes/last reference to colorize
2 parents 9e1940e + 4fb4bfc commit a2d36e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby-version: [3.2, 3.1, 3.0, 2.7, 2.6, 2.5, 2.4, 2.3]
16+
ruby-version: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

lib/next_rails/bundle_report/ruby_version_compatibility.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
require "rainbow/refinement"
22

3-
using Rainbow
4-
53
class NextRails::BundleReport::RubyVersionCompatibility
4+
using Rainbow
5+
66
MINIMAL_VERSION = 1.0
77
attr_reader :gems, :options
88

0 commit comments

Comments
 (0)