Update Gemfile
This commit is contained in:
parent
2c888eda04
commit
6188896372
1 changed files with 3 additions and 2 deletions
5
Gemfile
5
Gemfile
|
|
@ -84,6 +84,9 @@ gem 'jquery-ui-rails', '~> 4.2.1'
|
|||
# for languages validation
|
||||
gem 'iso-639'
|
||||
|
||||
# geocoder
|
||||
gem 'geocoder'
|
||||
|
||||
# frontend javascripts
|
||||
source 'https://rails-assets.org' do
|
||||
# for placeholder images
|
||||
|
|
@ -239,5 +242,3 @@ group :development, :test do
|
|||
# as debugger
|
||||
gem 'byebug'
|
||||
end
|
||||
|
||||
gem 'geocoder'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue