Skip to content

Commit

Permalink
update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra authored and paweljakubas committed Jan 17, 2022
1 parent 3f8692c commit 52dc9a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/e2e/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'cardano_wallet', '~> 0.3.17'
gem 'cardano_wallet', '~> 0.3.18'
# gem 'cardano_wallet', path: "~/wb/cardano_wallet"
gem 'bip_mnemonic', '0.0.4'
gem 'rake', '12.3.3'
Expand Down
8 changes: 4 additions & 4 deletions test/e2e/Gemfile.lock
Expand Up @@ -3,16 +3,16 @@ GEM
specs:
bip_mnemonic (0.0.4)
blake2b (0.10.0)
cardano_wallet (0.3.17)
cardano_wallet (0.3.18)
httparty (~> 0.18.0)
cbor (0.5.9.6)
diff-lcs (1.4.4)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mime-types-data (3.2022.0105)
multi_xml (0.6.0)
mustache (1.1.1)
rake (12.3.3)
Expand All @@ -36,7 +36,7 @@ PLATFORMS
DEPENDENCIES
bip_mnemonic (= 0.0.4)
blake2b (= 0.10.0)
cardano_wallet (~> 0.3.17)
cardano_wallet (~> 0.3.18)
cbor (= 0.5.9.6)
mustache (= 1.1.1)
rake (= 12.3.3)
Expand Down

0 comments on commit 52dc9a8

Please sign in to comment.