config: remove banned_ip_for_download? option.
* Remove `banned_ip_for_download?` config option. This isn't something that usually needs to be configured. * Replace the `ipaddress` gem with `ipaddress_2`. The `ipaddress` gem has several methods we need (`link_local?`, etc) that are only available in master because the gem hasn't had an official release in several years. `ipaddress_2` is a fork that is more actively maintained.
This commit is contained in:
@@ -171,7 +171,7 @@ GEM
|
||||
multi_xml (>= 0.5.2)
|
||||
i18n (1.8.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
ipaddress (0.8.3)
|
||||
ipaddress_2 (0.13.0)
|
||||
jmespath (1.4.0)
|
||||
jquery-rails (4.3.5)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
@@ -443,7 +443,7 @@ DEPENDENCIES
|
||||
flamegraph
|
||||
http
|
||||
httparty
|
||||
ipaddress
|
||||
ipaddress_2
|
||||
jquery-rails
|
||||
listen
|
||||
mail
|
||||
|
||||
Reference in New Issue
Block a user