]> git.openstreetmap.org Git - rails.git/blob - config/initializers/uri.rb
Pin connection_pool to 2.x pending a new rails release
[rails.git] / config / initializers / uri.rb
1 # frozen_string_literal: true
2
3 # Allow generic URIs to use the registry format
4 silence_warnings do
5   URI::Generic::USE_REGISTRY = true
6 end