Skip to content

Commit

Permalink
fix: removed pry from hash_miner | 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexo committed Oct 16, 2024
1 parent d92d848 commit 6e1f233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/hash_miner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require_relative 'hash_miner/hash'
require_relative 'hash_miner/errors'

require 'pry'
require 'logger'

# HashMiner gem
Expand Down
2 changes: 1 addition & 1 deletion lib/hash_miner/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HashMiner
VERSION = '1.1.2'
VERSION = '1.1.3'
end

0 comments on commit 6e1f233

Please sign in to comment.