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
|
||||
gem 'foundation-rails'
|
||||
|
||||
gem 'validate_url'
|
||||
|
||||
# Authentication
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-browserid'
|
||||
|
@ -63,4 +65,3 @@ end
|
|||
|
||||
# Use debugger
|
||||
# gem 'debugger', group: [:development, :test]
|
||||
|
||||
|
|
|
@ -200,6 +200,9 @@ GEM
|
|||
uglifier (2.7.1)
|
||||
execjs (>= 0.3.0)
|
||||
json (>= 1.8.0)
|
||||
validate_url (1.0.2)
|
||||
activemodel (>= 3.0.0)
|
||||
addressable
|
||||
xpath (2.0.0)
|
||||
nokogiri (~> 1.3)
|
||||
|
||||
|
@ -233,3 +236,4 @@ DEPENDENCIES
|
|||
sqlite3
|
||||
turbolinks
|
||||
uglifier
|
||||
validate_url
|
||||
|
|
Loading…
Reference in a new issue