mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Update railties and actionview to 5.2.3
Why: - Bundler version > 2.0 was needed to satisfy the dependencies on the tests for the different ruby versions. By doing so an update was made to railties and all the action* gems fixing a vulnerability [issue](https://github.com/thoughtbot/factory_bot_rails/network/alert/Gemfile.lock/railties/open) This PR: - Updates bundler -> 2.0.1 - Updates action* -> 5.2.3 - Updates active* -> 5.2.3 - Updates aruba -> 0.14.9 - Updates child-process -> 1.0.1 - Updates concurrent-ruby -> 1.1.5 - Updates erubi -> 1.8.0 - Updates factory_bot -> 5.0.2 - Updates ffi -> 1.10.0 - Updates ffi -> 1.10.0-java - Updates i18n -> 1.6.0 - Updates jruby-openssl -> 0.10.2-java - Updates mini_portile2 -> 2.4.0 - Updates nokogiri -> 1.10.2 - Updates mini_portile2 -> 2.4.0 - Updates nokogiri -> 1.10.2-java - Updates parallel -> 1.17.0 - Updates parser -> 2.6.2.1 - Updates power_assert -> 1.1.4
This commit is contained in:
parent
329d9a15c3
commit
0f095984b5
1 changed files with 42 additions and 43 deletions
85
Gemfile.lock
85
Gemfile.lock
|
@ -8,31 +8,31 @@ PATH
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actionpack (5.2.2)
|
||||
actionview (= 5.2.2)
|
||||
activesupport (= 5.2.2)
|
||||
actionpack (5.2.3)
|
||||
actionview (= 5.2.3)
|
||||
activesupport (= 5.2.3)
|
||||
rack (~> 2.0)
|
||||
rack-test (>= 0.6.3)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||
actionview (5.2.2)
|
||||
activesupport (= 5.2.2)
|
||||
actionview (5.2.3)
|
||||
activesupport (= 5.2.3)
|
||||
builder (~> 3.1)
|
||||
erubi (~> 1.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||
activemodel (5.2.2)
|
||||
activesupport (= 5.2.2)
|
||||
activerecord (5.2.2)
|
||||
activemodel (= 5.2.2)
|
||||
activesupport (= 5.2.2)
|
||||
activemodel (5.2.3)
|
||||
activesupport (= 5.2.3)
|
||||
activerecord (5.2.3)
|
||||
activemodel (= 5.2.3)
|
||||
activesupport (= 5.2.3)
|
||||
arel (>= 9.0)
|
||||
activerecord-jdbc-adapter (52.1-java)
|
||||
activerecord-jdbc-adapter (52.2-java)
|
||||
activerecord (~> 5.2.0)
|
||||
activerecord-jdbcsqlite3-adapter (52.1-java)
|
||||
activerecord-jdbc-adapter (= 52.1)
|
||||
activerecord-jdbcsqlite3-adapter (52.2-java)
|
||||
activerecord-jdbc-adapter (= 52.2)
|
||||
jdbc-sqlite3 (~> 3.8, < 3.30)
|
||||
activesupport (5.2.2)
|
||||
activesupport (5.2.3)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 0.7, < 2)
|
||||
minitest (~> 5.1)
|
||||
|
@ -42,17 +42,17 @@ GEM
|
|||
rake
|
||||
thor (>= 0.14.0)
|
||||
arel (9.0.0)
|
||||
aruba (0.14.6)
|
||||
childprocess (>= 0.6.3, < 0.10.0)
|
||||
aruba (0.14.9)
|
||||
childprocess (>= 0.6.3, < 1.1.0)
|
||||
contracts (~> 0.9)
|
||||
cucumber (>= 1.3.19)
|
||||
ffi (~> 1.9.10)
|
||||
ffi (~> 1.9)
|
||||
rspec-expectations (>= 2.99)
|
||||
thor (~> 0.19)
|
||||
ast (2.4.0)
|
||||
builder (3.2.3)
|
||||
childprocess (0.9.0)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
childprocess (1.0.1)
|
||||
rake (< 13.0)
|
||||
coffee-rails (4.2.2)
|
||||
coffee-script (>= 2.2.0)
|
||||
railties (>= 4.0.0)
|
||||
|
@ -60,7 +60,7 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
concurrent-ruby (1.1.3)
|
||||
concurrent-ruby (1.1.5)
|
||||
contracts (0.16.0)
|
||||
crass (1.0.4)
|
||||
cucumber (1.3.19)
|
||||
|
@ -70,41 +70,41 @@ GEM
|
|||
multi_json (>= 1.7.5, < 2.0)
|
||||
multi_test (>= 0.1.2)
|
||||
diff-lcs (1.3)
|
||||
erubi (1.7.1)
|
||||
erubi (1.8.0)
|
||||
execjs (2.7.0)
|
||||
factory_bot (5.0.2)
|
||||
activesupport (>= 4.2.0)
|
||||
ffi (1.9.25)
|
||||
ffi (1.9.25-java)
|
||||
ffi (1.10.0)
|
||||
ffi (1.10.0-java)
|
||||
gherkin (2.12.2)
|
||||
multi_json (~> 1.3)
|
||||
gherkin (2.12.2-java)
|
||||
multi_json (~> 1.3)
|
||||
i18n (1.1.1)
|
||||
i18n (1.6.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jdbc-sqlite3 (3.20.1)
|
||||
jquery-rails (4.3.3)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
jruby-openssl (0.10.1-java)
|
||||
jruby-openssl (0.10.2-java)
|
||||
loofah (2.2.3)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
method_source (0.9.2)
|
||||
mini_portile2 (2.3.0)
|
||||
mini_portile2 (2.4.0)
|
||||
minitest (5.11.3)
|
||||
multi_json (1.13.1)
|
||||
multi_test (0.1.2)
|
||||
nokogiri (1.8.5)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
nokogiri (1.8.5-java)
|
||||
parallel (1.12.1)
|
||||
parser (2.5.3.0)
|
||||
nokogiri (1.10.2)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
nokogiri (1.10.2-java)
|
||||
parallel (1.17.0)
|
||||
parser (2.6.2.1)
|
||||
ast (~> 2.4.0)
|
||||
power_assert (1.1.3)
|
||||
power_assert (1.1.4)
|
||||
powerpack (0.1.2)
|
||||
rack (2.0.6)
|
||||
rack (2.0.7)
|
||||
rack-test (1.1.0)
|
||||
rack (>= 1.0, < 3)
|
||||
rails-dom-testing (2.0.3)
|
||||
|
@ -112,14 +112,14 @@ GEM
|
|||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.0.4)
|
||||
loofah (~> 2.2, >= 2.2.2)
|
||||
railties (5.2.2)
|
||||
actionpack (= 5.2.2)
|
||||
activesupport (= 5.2.2)
|
||||
railties (5.2.3)
|
||||
actionpack (= 5.2.3)
|
||||
activesupport (= 5.2.3)
|
||||
method_source
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.19.0, < 2.0)
|
||||
rainbow (3.0.0)
|
||||
rake (12.3.1)
|
||||
rake (12.3.2)
|
||||
rspec-core (3.8.0)
|
||||
rspec-support (~> 3.8.0)
|
||||
rspec-expectations (3.8.2)
|
||||
|
@ -128,7 +128,7 @@ GEM
|
|||
rspec-mocks (3.8.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.8.0)
|
||||
rspec-rails (3.8.1)
|
||||
rspec-rails (3.8.2)
|
||||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
railties (>= 3.0)
|
||||
|
@ -145,20 +145,19 @@ GEM
|
|||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||
ruby-progressbar (1.10.0)
|
||||
sqlite3 (1.3.13)
|
||||
test-unit (3.2.9)
|
||||
sqlite3 (1.4.0)
|
||||
test-unit (3.3.2)
|
||||
power_assert
|
||||
therubyrhino (2.0.4)
|
||||
therubyrhino_jar (>= 1.7.3)
|
||||
therubyrhino_jar (1.7.6)
|
||||
thor (0.20.3)
|
||||
thread_safe (0.3.6)
|
||||
thread_safe (0.3.6-java)
|
||||
tzinfo (1.2.5)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (4.1.20)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
unicode-display_width (1.4.0)
|
||||
unicode-display_width (1.5.0)
|
||||
|
||||
PLATFORMS
|
||||
java
|
||||
|
@ -183,4 +182,4 @@ DEPENDENCIES
|
|||
uglifier
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.3
|
||||
2.0.1
|
||||
|
|
Loading…
Reference in a new issue