Skip to content

Commit

Permalink
Update ffi to version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jul 29, 2020
1 parent 4ff174f commit 74e58d7
Showing 1 changed file with 59 additions and 22 deletions.
81 changes: 59 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,63 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ansi-to-html (0.0.3)
aruba (0.14.2)
childprocess (~> 0.5.6)
aruba (0.14.14)
childprocess (>= 0.6.3, < 4.0.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9.10)
ffi (~> 1.9)
rspec-expectations (>= 2.99)
thor (~> 0.19)
thor (>= 0.19, < 2.0)
binding_of_caller (0.7.3)
debug_inspector (>= 0.0.1)
bson (4.10.0)
builder (3.2.2)
builder (3.2.4)
cassandra-driver (3.2.4)
ione (~> 1.2)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
childprocess (3.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.6)
contracts (0.14.0)
cucumber (2.4.0)
builder (>= 2.1.2)
cucumber-core (~> 1.5.0)
cucumber-wire (~> 0.0.1)
diff-lcs (>= 1.1.3)
gherkin (~> 4.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (1.5.0)
gherkin (~> 4.0)
cucumber-wire (0.0.1)
contracts (0.16.0)
cucumber (4.1.0)
builder (~> 3.2, >= 3.2.3)
cucumber-core (~> 7.1, >= 7.1.0)
cucumber-create-meta (~> 1.0.0, >= 1.0.0)
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
cucumber-gherkin (~> 14.0, >= 14.0.1)
cucumber-html-formatter (~> 7.0, >= 7.0.0)
cucumber-messages (~> 12.2, >= 12.2.0)
cucumber-wire (~> 3.1, >= 3.1.0)
diff-lcs (~> 1.3, >= 1.3, < 1.4)
multi_test (~> 0.1, >= 0.1.2)
sys-uname (~> 1.0, >= 1.0.2)
cucumber-core (7.1.0)
cucumber-gherkin (~> 14.0, >= 14.0.1)
cucumber-messages (~> 12.2, >= 12.2.0)
cucumber-tag-expressions (~> 2.0, >= 2.0.4)
cucumber-create-meta (1.0.0)
cucumber-messages (~> 12.2, >= 12.2.0)
sys-uname (~> 1.2, >= 1.2.1)
cucumber-cucumber-expressions (10.2.1)
cucumber-gherkin (14.0.1)
cucumber-messages (~> 12.2, >= 12.2.0)
cucumber-html-formatter (7.0.0)
cucumber-messages (~> 12.2, >= 12.2.0)
cucumber-messages (12.2.0)
protobuf-cucumber (~> 3.10, >= 3.10.8)
cucumber-tag-expressions (2.0.4)
cucumber-wire (3.1.0)
cucumber-core (~> 7.1, >= 7.1.0)
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
cucumber-messages (~> 12.2, >= 12.2.0)
debug_inspector (0.0.3)
declarative (0.0.20)
descriptive_statistics (2.5.1)
Expand All @@ -53,9 +78,8 @@ GEM
fakefs (0.11.3)
faker (2.3.0)
i18n (~> 1.6.0)
ffi (1.9.14)
ffi (1.10.0)
formatador (0.2.5)
gherkin (4.0.0)
gruff (0.7.0)
rmagick (~> 2.13, >= 2.13.4)
i18n (1.6.0)
Expand All @@ -70,11 +94,13 @@ GEM
little-plugger (~> 1.1)
multi_json (~> 1.10)
method_source (0.9.2)
middleware (0.1.0)
minitest (5.14.1)
mipper (0.1.0)
ffi (~> 1.9)
mongo (2.10.5)
bson (>= 4.4.2, < 5.0.0)
multi_json (1.12.1)
multi_json (1.15.0)
multi_test (0.1.2)
mysql2 (0.5.3)
nose (0.1.4)
Expand Down Expand Up @@ -102,6 +128,11 @@ GEM
parslet (1.8.2)
pg (0.20.0)
pickup (0.0.11)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
thor
thread_safe
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand Down Expand Up @@ -145,9 +176,15 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
smarter_csv (1.2.6)
sys-uname (1.2.1)
ffi (>= 1.0.0)
table_print (1.5.7)
thor (0.19.4)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uber (0.0.15)
zeitwerk (2.4.0)

PLATFORMS
ruby
Expand Down

0 comments on commit 74e58d7

Please sign in to comment.