We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056fd42 commit 692f5faCopy full SHA for 692f5fa
lib/annotate.rb
@@ -7,7 +7,7 @@
7
# ActiveSupport 3.x...
8
require 'active_support/hash_with_indifferent_access'
9
require 'active_support/core_ext/object/blank'
10
-rescue Exception => e
+rescue Exception
11
# ActiveSupport 2.x...
12
require 'active_support/core_ext/hash/indifferent_access'
13
require 'active_support/core_ext/blank'
@@ -140,7 +140,7 @@ def self.eager_load(options)
140
def self.bootstrap_rake
141
begin
142
require 'rake/dsl_definition'
143
- rescue Exception => e
+ rescue Exception
144
# We might just be on an old version of Rake...
145
end
146
require 'rake'
0 commit comments