Update country_select gem
and removed git repository from Gemfile. Caused bundle install error in vagrant box.
This commit is contained in:
parent
636eb40499
commit
d5f138b3dc
2 changed files with 11 additions and 10 deletions
2
Gemfile
2
Gemfile
|
|
@ -94,7 +94,7 @@ gem 'chart-js-rails'
|
||||||
gem 'gravtastic'
|
gem 'gravtastic'
|
||||||
|
|
||||||
# for country selects
|
# for country selects
|
||||||
gem 'country_select', github: 'stefanpenner/country_select'
|
gem 'country_select'
|
||||||
|
|
||||||
# for upload management
|
# for upload management
|
||||||
gem 'paperclip'
|
gem 'paperclip'
|
||||||
|
|
|
||||||
19
Gemfile.lock
19
Gemfile.lock
|
|
@ -1,10 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: git://github.com/stefanpenner/country_select.git
|
|
||||||
revision: 585e9538a01ae9878e92f12a98261a09842ed015
|
|
||||||
specs:
|
|
||||||
country_select (2.1.0)
|
|
||||||
countries (~> 0.9, >= 0.9.3)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
remote: https://rails-assets.org/
|
remote: https://rails-assets.org/
|
||||||
|
|
@ -122,8 +115,12 @@ GEM
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.10.0)
|
coffee-script-source (1.10.0)
|
||||||
columnize (0.8.9)
|
columnize (0.8.9)
|
||||||
countries (0.9.3)
|
countries (1.2.5)
|
||||||
currencies (~> 0.4.2)
|
currencies (~> 0.4.2)
|
||||||
|
i18n_data (~> 0.7.0)
|
||||||
|
country_select (2.5.2)
|
||||||
|
countries (~> 1.2.0)
|
||||||
|
sort_alphabetical (~> 1.0)
|
||||||
coveralls (0.7.0)
|
coveralls (0.7.0)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
rest-client
|
rest-client
|
||||||
|
|
@ -197,6 +194,7 @@ GEM
|
||||||
builder
|
builder
|
||||||
htmlentities (4.3.1)
|
htmlentities (4.3.1)
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
|
i18n_data (0.7.0)
|
||||||
inversion (0.12.3)
|
inversion (0.12.3)
|
||||||
loggability (~> 0.4)
|
loggability (~> 0.4)
|
||||||
jquery-datatables-rails (2.2.3)
|
jquery-datatables-rails (2.2.3)
|
||||||
|
|
@ -431,6 +429,8 @@ GEM
|
||||||
simplecov-html (0.8.0)
|
simplecov-html (0.8.0)
|
||||||
sixarm_ruby_unaccent (1.1.1)
|
sixarm_ruby_unaccent (1.1.1)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
|
sort_alphabetical (1.0.2)
|
||||||
|
unicode_utils (>= 1.2.2)
|
||||||
spring (1.6.3)
|
spring (1.6.3)
|
||||||
spring-commands-rspec (1.0.4)
|
spring-commands-rspec (1.0.4)
|
||||||
spring (>= 0.9.1)
|
spring (>= 0.9.1)
|
||||||
|
|
@ -462,6 +462,7 @@ GEM
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
unicode-display_width (0.3.1)
|
unicode-display_width (0.3.1)
|
||||||
|
unicode_utils (1.4.0)
|
||||||
unobtrusive_flash (3.1.0)
|
unobtrusive_flash (3.1.0)
|
||||||
railties
|
railties
|
||||||
user_agent_parser (2.1.5)
|
user_agent_parser (2.1.5)
|
||||||
|
|
@ -504,7 +505,7 @@ DEPENDENCIES
|
||||||
capybara
|
capybara
|
||||||
chart-js-rails
|
chart-js-rails
|
||||||
cocoon
|
cocoon
|
||||||
country_select!
|
country_select
|
||||||
coveralls
|
coveralls
|
||||||
daemons
|
daemons
|
||||||
database_cleaner
|
database_cleaner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue