Update Gemfile.lock with newly added `activesupport` dependencies

Reference: 3b23c64497
This commit is contained in:
Carlos Antonio da Silva 2019-10-01 23:24:44 -03:00
parent c14edd700b
commit c3103383d3
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ PATH
specs:
actioncable (6.1.0.alpha)
actionpack (= 6.1.0.alpha)
activesupport (= 6.1.0.alpha)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.0.alpha)
@ -32,6 +33,7 @@ PATH
actionpack (= 6.1.0.alpha)
actionview (= 6.1.0.alpha)
activejob (= 6.1.0.alpha)
activesupport (= 6.1.0.alpha)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.0.alpha)
@ -65,6 +67,7 @@ PATH
actionpack (= 6.1.0.alpha)
activejob (= 6.1.0.alpha)
activerecord (= 6.1.0.alpha)
activesupport (= 6.1.0.alpha)
marcel (~> 0.3.1)
activesupport (6.1.0.alpha)
concurrent-ruby (~> 1.0, >= 1.0.2)