From 6811b53e488da1566634dc1d074c57076ee513a8 Mon Sep 17 00:00:00 2001 From: Nikita Kholin Date: Sat, 28 Jan 2017 21:45:13 +0200 Subject: [PATCH] Fix bundle install error --- Gemfile | 3 ++- Gemfile.lock | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1b4bec3..347b15d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ +# frozen_string_literal: true source 'https://rubygems.org' git_source(:github) do |repo_name| @@ -11,11 +12,11 @@ gem 'jquery-rails' gem 'pg', '~> 0.18' gem 'puma', '~> 3.0' gem 'rails', '~> 5.0.1' +gem 'rainbow', '>= 2.1.0', '< 2.2.0' # workaround for bundler errors gem 'sass-rails', '~> 5.0' gem 'slim-rails' gem 'turbolinks', '~> 5' gem 'uglifier', '>= 1.3.0' - group :development, :test do gem 'byebug', platform: :mri gem 'factory_girl_rails' diff --git a/Gemfile.lock b/Gemfile.lock index e0bd937..871d499 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rainbow (2.2.1) + rainbow (2.1.0) rake (12.0.0) rb-fsevent (0.9.8) rb-inotify (0.9.8) @@ -291,6 +291,7 @@ DEPENDENCIES pg (~> 0.18) puma (~> 3.0) rails (~> 5.0.1) + rainbow (>= 2.1.0, < 2.2.0) reek rspec-rails rubocop