Skip to content

Commit

Permalink
Require rainbow gem version to be 2.1.x due to ku1ik/rainbow#40 (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyschaefer authored and kotp committed Dec 28, 2016
1 parent cc3d63c commit 11ac0bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

gem 'minitest'
gem 'rainbow', '>= 2.1.0', '< 2.2.0'
gem 'rubocop', '0.36.0'
gem 'simplecov'
gem 'rake'

0 comments on commit 11ac0bb

Please sign in to comment.