Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/i0rek/metric_fu into i0re…
Browse files Browse the repository at this point in the history
…k-master

* 'master' of https://github.com/i0rek/metric_fu:
  fix deprecation warning for Rails 2.3.9
  • Loading branch information
Jake Scruggs committed Nov 6, 2010
2 parents b214d0b + 1952682 commit 8dbccf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/metric_fu.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'rake'
require 'yaml'
begin
require 'activesupport'
rescue LoadError
require 'active_support'
rescue LoadError
require 'activesupport'
end

# Load a few things to make our lives easier elsewhere.
Expand Down

0 comments on commit 8dbccf4

Please sign in to comment.