Update country_select gem

and removed git repository from Gemfile. Caused bundle install error in vagrant box.
This commit is contained in:
Christian Bruckmayer 2016-03-07 18:28:14 +01:00
parent 636eb40499
commit d5f138b3dc
2 changed files with 11 additions and 10 deletions

View file

@ -94,7 +94,7 @@ gem 'chart-js-rails'
gem 'gravtastic'
# for country selects
gem 'country_select', github: 'stefanpenner/country_select'
gem 'country_select'
# for upload management
gem 'paperclip'