Skip to content

Commit fcb2499

Browse files
Bump rake from 10.4.2 to 12.3.3
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v10.4.2...v12.3.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c378e25 commit fcb2499

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Gemfile.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
blockcypher-ruby (0.2.5)
4+
blockcypher-ruby (0.2.6)
55
bitcoin-ruby (~> 0.0.5)
66
ffi
77

@@ -14,13 +14,20 @@ GEM
1414
minitest (~> 5.1)
1515
tzinfo (~> 1.1)
1616
addressable (2.4.0)
17-
bitcoin-ruby (0.0.6)
17+
bitcoin-ruby (0.0.20)
18+
eventmachine
19+
ffi
20+
scrypt
1821
coderay (1.1.0)
1922
concurrent-ruby (1.0.2)
2023
crack (0.4.3)
2124
safe_yaml (~> 1.0.0)
2225
diff-lcs (1.2.5)
23-
ffi (1.9.8)
26+
eventmachine (1.2.7)
27+
ffi (1.12.2)
28+
ffi-compiler (1.0.1)
29+
ffi (>= 1.0.0)
30+
rake
2431
hashdiff (0.3.0)
2532
i18n (0.7.0)
2633
method_source (0.8.2)
@@ -29,7 +36,7 @@ GEM
2936
coderay (~> 1.1.0)
3037
method_source (~> 0.8.1)
3138
slop (~> 3.4)
32-
rake (10.4.2)
39+
rake (12.3.3)
3340
rspec (3.2.0)
3441
rspec-core (~> 3.2.0)
3542
rspec-expectations (~> 3.2.0)
@@ -44,6 +51,8 @@ GEM
4451
rspec-support (~> 3.2.0)
4552
rspec-support (3.2.2)
4653
safe_yaml (1.0.4)
54+
scrypt (3.0.7)
55+
ffi-compiler (>= 1.0, < 2.0)
4756
slop (3.6.0)
4857
thread_safe (0.3.5)
4958
tzinfo (1.2.2)

0 commit comments

Comments
 (0)