mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Add validate_url gem
This commit is contained in:
parent
d5849c2bea
commit
d6571e4042
2 changed files with 6 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -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]
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue