From: Tom Hughes Date: Mon, 18 Jan 2010 09:19:20 +0000 (+0000) Subject: There's no need to use an alternative repository for SystemTimer as it X-Git-Tag: live~7333^2~5 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/563769b126089f0a7035ae599879a381365f543b There's no need to use an alternative repository for SystemTimer as it is in the main one - just specify the right version instead. --- diff --git a/config/environment.rb b/config/environment.rb index b040c5a46..ba5241a21 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -52,7 +52,7 @@ Rails::Initializer.run do |config| config.gem 'rmagick', :lib => 'RMagick' config.gem 'oauth', :version => '>= 0.3.6' config.gem 'httpclient' - config.gem 'SystemTimer', :lib => 'system_timer', :source => "http://gemcutter.org/" + config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer' # Only load the plugins named here, in the order given. By default, all plugins # in vendor/plugins are loaded in alphabetical order.