Skip to content

Commit

Permalink
Fix bundle install error
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlON committed Jan 28, 2017
1 parent 34e5be5 commit 6811b53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true
source 'https://rubygems.org'

git_source(:github) do |repo_name|
Expand All @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6811b53

Please sign in to comment.