diff --git a/Gemfile b/Gemfile index fdbf1e8..bf265b7 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ end gem "addressable", "~> 2.5" gem "bip44", "0.2.14" -gem "bitcoiner", github: "bloom-solutions/bitcoiner", branch: "all_features" +gem "bitcoiner", "0.1.4" gem "btcruby", github: "bloom-solutions/btcruby", branch: "bloom_changes" gem "dry-initializer", "~> 2.3" gem "dry-types" # required by reform coercion diff --git a/Gemfile.lock b/Gemfile.lock index 79ffd5e..43f5360 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,3 @@ -GIT - remote: https://github.com/bloom-solutions/bitcoiner.git - revision: 28b33b674f804b07ffa5e424985c65acda0fe3fd - branch: all_features - specs: - bitcoiner (0.1.3) - addressable - typhoeus (~> 1.3.0) - GIT remote: https://github.com/bloom-solutions/btcruby.git revision: d0a7f0c9eca61c3e038bf16ca717d55e65155c12 @@ -74,6 +65,9 @@ GEM money-tree rlp (~> 0.7.3) bip_mnemonic (0.0.2) + bitcoiner (0.1.4) + addressable + typhoeus (~> 1.3.0) builder (3.2.3) byebug (10.0.2) capybara (2.18.0) @@ -388,7 +382,7 @@ PLATFORMS DEPENDENCIES addressable (~> 2.5) bip44 (= 0.2.14) - bitcoiner! + bitcoiner (= 0.1.4) btcruby! byebug capybara (~> 2.13)