Skip to content

Commit 598c539

Browse files
lsbnateberkopec
authored andcommitted
Update configuration.rb
Require 'URI', because Raven::Configuration#server= requires URI.parse() .
1 parent ef394aa commit 598c539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/raven/configuration.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'logger'
2+
require 'uri'
23

34
module Raven
45
class Configuration

0 commit comments

Comments
 (0)