Skip to content

Commit

Permalink
Removing pry include. Sorry about that
Browse files Browse the repository at this point in the history
  • Loading branch information
dmayer-mtso committed Sep 13, 2017
1 parent c8dcb9f commit 092929a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
idb (2.10.0)
idb (2.10.1)
awesome_print
coderay
git
Expand Down
2 changes: 1 addition & 1 deletion lib/idb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Idb
VERSION = "2.10.0"
VERSION = "2.10.1"
end
1 change: 0 additions & 1 deletion lib/lib/ios10_application_state_db_wrapper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'plist4r'
require 'sqlite3'
require 'pry'

class IOS10ApplicationStateDbWrapper
def initialize
Expand Down

0 comments on commit 092929a

Please sign in to comment.