X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ef40b61ff40881966ae4280cfdcb9f92965e9d10..1844a19f486bdd22896521eb02dd77883c2e6162:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 12a8b5424..83bfbbf2a 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -52,6 +52,7 @@ Rails::Initializer.run do |config| # note: this should be changed to 0.3.6 as soon as it's released, as this has fixes for # uploading multipart documents. config.gem 'oauth', :version => '>=0.2.1' + config.gem 'httpclient' # Only load the plugins named here, in the order given. By default, all plugins # in vendor/plugins are loaded in alphabetical order.