Skip to content

Commit

Permalink
remove pry dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joel committed Apr 15, 2014
1 parent 4fade70 commit 9e08c92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions lib/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

require_relative 'locomotive/common/configuration'

begin
require 'pry'
rescue LoadError
end

module Locomotive
module Common
class << self
Expand Down
2 changes: 0 additions & 2 deletions lib/locomotive/common/exception.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'pry'

module Locomotive
module Common

Expand Down

0 comments on commit 9e08c92

Please sign in to comment.