Skip to content

Commit

Permalink
Fix CI environment variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Jan 3, 2024
1 parent 882aac1 commit fbac9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
# of the unused groups have dependencies that cannot be resolved.
# On Ruby 3.2 the Minitest 5.4.3 will fail, so applying this kludge to work
# around that until Minitest is updated.
CI_BUILD = ENV['ci']
CI_BUILD = ENV['CI']

group :development do
gem 'colorize', '~> 0.8.1'
Expand Down

0 comments on commit fbac9c9

Please sign in to comment.