Skip to content

Commit

Permalink
Pin to earlier version of rainbow until ku1ik/rainbow#44 is sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jan 21, 2017
1 parent 36c0de4 commit 8b4c8fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ group :development, :test do
gem 'rspec-activemodel-mocks'
gem 'rspec-rails' # unit testing framework
gem 'rubocop', require: false
gem 'rainbow', '< 2.2.0' # See https://github.com/sickill/rainbow/issues/44
gem 'selenium-webdriver'
gem 'webrat' # provides HTML matchers for view tests
end
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ GEM
activesupport (= 4.2.7.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.1)
rainbow (2.1.0)
raindrops (0.17.0)
rake (12.0.0)
rb-fsevent (0.9.8)
Expand Down Expand Up @@ -554,6 +554,7 @@ DEPENDENCIES
quiet_assets
rails (~> 4.2.7)
rails_12factor
rainbow (< 2.2.0)
rake (>= 10.0.0)
rspec-activemodel-mocks
rspec-rails
Expand Down

0 comments on commit 8b4c8fe

Please sign in to comment.