Address Bundler warning

"Your Gemfile lists the gem carrierwave (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later."
This commit is contained in:
Akira Matsuda 2015-02-23 16:44:52 +09:00 committed by M.Shibuya
parent 2d6f958111
commit fc74e927ba
4 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
source "https://rubygems.org"
gem "rails", :git => "https://github.com/rails/rails.git", :branch => "3-2-stable"
gem "carrierwave", :path => "../"
gemspec :path => "../"

View File

@ -1,7 +1,6 @@
source "https://rubygems.org"
gem "rails", :github => "rails/rails", :branch => "4-0-stable"
gem "carrierwave", :path => "../"
gemspec :path => "../"

View File

@ -1,7 +1,6 @@
source "https://rubygems.org"
gem "rails", :github => "rails/rails", :branch => "4-1-stable"
gem "carrierwave", :path => "../"
gemspec :path => "../"

View File

@ -2,6 +2,5 @@ source "https://rubygems.org"
gem "rails", :github => "rails/rails", :branch => "master"
gem "arel", :github => "rails/arel", :branch => "master"
gem "carrierwave", :path => "../"
gemspec :path => "../"