1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Bump all dev dependencies

This commit is contained in:
Daniel Colson 2019-10-05 23:01:45 -04:00
parent c03aeb7e29
commit ce94dc1a39

View file

@ -27,10 +27,10 @@ GEM
activemodel (= 5.2.3) activemodel (= 5.2.3)
activesupport (= 5.2.3) activesupport (= 5.2.3)
arel (>= 9.0) arel (>= 9.0)
activerecord-jdbc-adapter (52.2-java) activerecord-jdbc-adapter (52.3-java)
activerecord (~> 5.2.0) activerecord (~> 5.2.0)
activerecord-jdbcsqlite3-adapter (52.2-java) activerecord-jdbcsqlite3-adapter (52.3-java)
activerecord-jdbc-adapter (= 52.2) activerecord-jdbc-adapter (= 52.3)
jdbc-sqlite3 (~> 3.8, < 3.30) jdbc-sqlite3 (~> 3.8, < 3.30)
activesupport (5.2.3) activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
@ -42,8 +42,8 @@ GEM
rake rake
thor (>= 0.14.0) thor (>= 0.14.0)
arel (9.0.0) arel (9.0.0)
aruba (0.14.9) aruba (0.14.12)
childprocess (>= 0.6.3, < 1.1.0) childprocess (>= 0.6.3, < 4.0.0)
contracts (~> 0.9) contracts (~> 0.9)
cucumber (>= 1.3.19) cucumber (>= 1.3.19)
ffi (~> 1.9) ffi (~> 1.9)
@ -51,11 +51,10 @@ GEM
thor (~> 0.19) thor (~> 0.19)
ast (2.4.0) ast (2.4.0)
builder (3.2.3) builder (3.2.3)
childprocess (1.0.1) childprocess (3.0.0)
rake (< 13.0) coffee-rails (5.0.0)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0) railties (>= 5.2.0)
coffee-script (2.4.1) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
@ -70,39 +69,39 @@ GEM
multi_json (>= 1.7.5, < 2.0) multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2) multi_test (>= 0.1.2)
diff-lcs (1.3) diff-lcs (1.3)
erubi (1.8.0) erubi (1.9.0)
execjs (2.7.0) execjs (2.7.0)
factory_bot (5.1.1) factory_bot (5.1.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
ffi (1.10.0) ffi (1.11.1)
ffi (1.10.0-java) ffi (1.11.1-java)
gherkin (2.12.2) gherkin (2.12.2)
multi_json (~> 1.3) multi_json (~> 1.3)
gherkin (2.12.2-java) gherkin (2.12.2-java)
multi_json (~> 1.3) multi_json (~> 1.3)
i18n (1.6.0) i18n (1.7.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jdbc-sqlite3 (3.20.1) jdbc-sqlite3 (3.28.0)
jquery-rails (4.3.3) jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
jruby-openssl (0.10.2-java) jruby-openssl (0.10.2-java)
loofah (2.2.3) loofah (2.3.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
method_source (0.9.2) method_source (0.9.2)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.11.3) minitest (5.12.2)
multi_json (1.13.1) multi_json (1.13.1)
multi_test (0.1.2) multi_test (0.1.2)
nokogiri (1.10.2) nokogiri (1.10.4)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
nokogiri (1.10.2-java) nokogiri (1.10.4-java)
parallel (1.17.0) parallel (1.17.0)
parser (2.6.2.1) parser (2.6.5.0)
ast (~> 2.4.0) ast (~> 2.4.0)
power_assert (1.1.4) power_assert (1.1.5)
powerpack (0.1.2) powerpack (0.1.2)
rack (2.0.7) rack (2.0.7)
rack-test (1.1.0) rack-test (1.1.0)
@ -110,7 +109,7 @@ GEM
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4) rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2) loofah (~> 2.2, >= 2.2.2)
railties (5.2.3) railties (5.2.3)
actionpack (= 5.2.3) actionpack (= 5.2.3)
@ -119,13 +118,13 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
rainbow (3.0.0) rainbow (3.0.0)
rake (12.3.2) rake (13.0.0)
rspec-core (3.8.0) rspec-core (3.8.2)
rspec-support (~> 3.8.0) rspec-support (~> 3.8.0)
rspec-expectations (3.8.2) rspec-expectations (3.8.5)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0) rspec-support (~> 3.8.0)
rspec-mocks (3.8.0) rspec-mocks (3.8.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0) rspec-support (~> 3.8.0)
rspec-rails (3.8.2) rspec-rails (3.8.2)
@ -136,7 +135,7 @@ GEM
rspec-expectations (~> 3.8.0) rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0) rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0) rspec-support (~> 3.8.0)
rspec-support (3.8.0) rspec-support (3.8.3)
rubocop (0.54.0) rubocop (0.54.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.5) parser (>= 2.5)
@ -144,21 +143,21 @@ GEM
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1) unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0) ruby-progressbar (1.10.1)
sqlite3 (1.4.0) sqlite3 (1.4.1)
test-unit (3.3.2) test-unit (3.3.4)
power_assert power_assert
therubyrhino (2.0.4) therubyrhino (2.1.2)
therubyrhino_jar (>= 1.7.3) therubyrhino_jar (>= 1.7.4, < 1.7.9)
therubyrhino_jar (1.7.6) therubyrhino_jar (1.7.8)
thor (0.20.3) thor (0.20.3)
thread_safe (0.3.6) thread_safe (0.3.6)
thread_safe (0.3.6-java) thread_safe (0.3.6-java)
tzinfo (1.2.5) tzinfo (1.2.5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
uglifier (4.1.20) uglifier (4.2.0)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
unicode-display_width (1.5.0) unicode-display_width (1.6.0)
PLATFORMS PLATFORMS
java java