Skip to content

Commit 01411bd

Browse files
committed
travis: forbid rainbow 2.2.1 as it has an installation bug (ku1ik/rainbow#44)
1 parent 28fb5ae commit 01411bd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ AllCops:
33
- '*.gemspec'
44
- 'vendor/**/*'
55

6+
Bundler/OrderedGems:
7+
Enabled: false
8+
69
Lint/EndAlignment:
710
EnforcedStyleAlignWith: variable
811

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ end
1212

1313
if RUBY_VERSION >= '2.0'
1414
gem 'travis_check_rubies', '~> 0.2'
15+
gem 'rainbow', '!= 2.2.1' # TODO: remove when sickill/rainbow#44 is resolved
1516
end

0 commit comments

Comments
 (0)