Add validate_url gem

This commit is contained in:
Lars Henrik Mai 2015-09-27 13:50:23 +02:00
parent d5849c2bea
commit d6571e4042
2 changed files with 6 additions and 1 deletions

View file

@ -24,6 +24,8 @@ gem 'turbolinks'
# Assets # Assets
gem 'foundation-rails' gem 'foundation-rails'
gem 'validate_url'
# Authentication # Authentication
gem 'omniauth' gem 'omniauth'
gem 'omniauth-browserid' gem 'omniauth-browserid'
@ -63,4 +65,3 @@ end
# Use debugger # Use debugger
# gem 'debugger', group: [:development, :test] # gem 'debugger', group: [:development, :test]

View file

@ -200,6 +200,9 @@ GEM
uglifier (2.7.1) uglifier (2.7.1)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
validate_url (1.0.2)
activemodel (>= 3.0.0)
addressable
xpath (2.0.0) xpath (2.0.0)
nokogiri (~> 1.3) nokogiri (~> 1.3)
@ -233,3 +236,4 @@ DEPENDENCIES
sqlite3 sqlite3
turbolinks turbolinks
uglifier uglifier
validate_url