Skip to content

Commit

Permalink
feat(Gemfile): pin term-ansicolor to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythyu committed Jun 20, 2024
1 parent 1fca9a1 commit 7615e46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gem 'chefspec'
gem 'berkshelf'
gem 'fauxhai-ng', '~> 8.3.1'
gem 'cookstyle'
gem 'coveralls', '~> 0.8.19'
gem 'test-kitchen'
gem 'json_spec', '~> 1.1.4'
gem 'kitchen-vagrant'
Expand All @@ -20,6 +19,11 @@ gem 'rbnacl', '~> 4.0.2'
gem 'rbnacl-libsodium', '~> 1.0.16'
gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0'

if RUBY_VERSION < '2.6.4'
gem 'term-ansicolor', '~> 1.8.0'
end
gem 'coveralls', '~> 0.8.19'

if RUBY_VERSION >= '3.0.0' && RUBY_VERSION < '3.1.0'
gem 'uri', '= 0.10.1'
end
Expand Down

0 comments on commit 7615e46

Please sign in to comment.