Update deps. 3 remain

pull/858/head
Rick Carlino 2018-05-18 08:33:42 -05:00
parent 06174e00c7
commit 83d5294729
1 changed files with 61 additions and 54 deletions

View File

@ -6,7 +6,7 @@ GIT
GIT GIT
remote: https://github.com/fog/fog-google remote: https://github.com/fog/fog-google
revision: c1be700a0c9557e8cf58b0eaa5d95bb078ca7fe5 revision: 2a7a338cb3daeab6158b6a28dbd56177474d29f7
specs: specs:
fog-google (1.3.3) fog-google (1.3.3)
fog-core fog-core
@ -17,25 +17,25 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (5.1.6) actioncable (5.2.0)
actionpack (= 5.1.6) actionpack (= 5.2.0)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (~> 0.6.1) websocket-driver (>= 0.6.1)
actionmailer (5.1.6) actionmailer (5.2.0)
actionpack (= 5.1.6) actionpack (= 5.2.0)
actionview (= 5.1.6) actionview (= 5.2.0)
activejob (= 5.1.6) activejob (= 5.2.0)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.1.6) actionpack (5.2.0)
actionview (= 5.1.6) actionview (= 5.2.0)
activesupport (= 5.1.6) activesupport (= 5.2.0)
rack (~> 2.0) rack (~> 2.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.6) actionview (5.2.0)
activesupport (= 5.1.6) activesupport (= 5.2.0)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
@ -45,16 +45,20 @@ GEM
activemodel (>= 4.1, < 6) activemodel (>= 4.1, < 6)
case_transform (>= 0.2) case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3) jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (5.1.6) activejob (5.2.0)
activesupport (= 5.1.6) activesupport (= 5.2.0)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.1.6) activemodel (5.2.0)
activesupport (= 5.1.6) activesupport (= 5.2.0)
activerecord (5.1.6) activerecord (5.2.0)
activemodel (= 5.1.6) activemodel (= 5.2.0)
activesupport (= 5.1.6) activesupport (= 5.2.0)
arel (~> 8.0) arel (>= 9.0)
activesupport (5.1.6) activestorage (5.2.0)
actionpack (= 5.2.0)
activerecord (= 5.2.0)
marcel (~> 0.3.1)
activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
@ -62,12 +66,12 @@ GEM
addressable (2.5.2) addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
amq-protocol (2.3.0) amq-protocol (2.3.0)
arel (8.0.0) arel (9.0.0)
bcrypt (3.1.11) bcrypt (3.1.12)
builder (3.2.3) builder (3.2.3)
bunny (2.9.2) bunny (2.9.2)
amq-protocol (~> 2.3.0) amq-protocol (~> 2.3.0)
capybara (3.0.1) capybara (3.1.0)
addressable addressable
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
nokogiri (~> 1.8) nokogiri (~> 1.8)
@ -88,13 +92,13 @@ GEM
concurrent-ruby (1.0.5) concurrent-ruby (1.0.5)
crass (1.0.4) crass (1.0.4)
daemons (1.2.6) daemons (1.2.6)
database_cleaner (1.6.2) database_cleaner (1.7.0)
declarative (0.0.10) declarative (0.0.10)
declarative-option (0.1.0) declarative-option (0.1.0)
delayed_job (4.1.4) delayed_job (4.1.5)
activesupport (>= 3.0, < 5.2) activesupport (>= 3.0, < 5.3)
delayed_job_active_record (4.1.2) delayed_job_active_record (4.1.3)
activerecord (>= 3.0, < 5.2) activerecord (>= 3.0, < 5.3)
delayed_job (>= 3.0, < 5) delayed_job (>= 3.0, < 5)
devise (4.4.3) devise (4.4.3)
bcrypt (~> 3.0) bcrypt (~> 3.0)
@ -107,7 +111,7 @@ GEM
activerecord (>= 4.2, < 6) activerecord (>= 4.2, < 6)
docile (1.3.0) docile (1.3.0)
erubi (1.7.1) erubi (1.7.1)
eventmachine (1.2.5) eventmachine (1.2.7)
excon (0.62.0) excon (0.62.0)
factory_bot (4.8.2) factory_bot (4.8.2)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -116,7 +120,7 @@ GEM
railties (>= 3.0.0) railties (>= 3.0.0)
faker (1.8.7) faker (1.8.7)
i18n (>= 0.7) i18n (>= 0.7)
faraday (0.14.0) faraday (0.15.1)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ffi (1.9.23) ffi (1.9.23)
figaro (1.1.1) figaro (1.1.1)
@ -178,6 +182,8 @@ GEM
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.0) mail (2.7.0)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
marcel (0.3.2)
mimemagic (~> 0.3.2)
memoist (0.16.0) memoist (0.16.0)
method_source (0.9.0) method_source (0.9.0)
mime-types (3.1) mime-types (3.1)
@ -189,7 +195,7 @@ GEM
minitest (5.11.3) minitest (5.11.3)
multi_json (1.13.1) multi_json (1.13.1)
multipart-post (2.0.0) multipart-post (2.0.0)
mutations (0.8.1) mutations (0.8.2)
activesupport activesupport
nio4r (2.3.1) nio4r (2.3.1)
nokogiri (1.8.2) nokogiri (1.8.2)
@ -217,17 +223,18 @@ GEM
rack-cors (1.0.2) rack-cors (1.0.2)
rack-test (1.0.0) rack-test (1.0.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.1.6) rails (5.2.0)
actioncable (= 5.1.6) actioncable (= 5.2.0)
actionmailer (= 5.1.6) actionmailer (= 5.2.0)
actionpack (= 5.1.6) actionpack (= 5.2.0)
actionview (= 5.1.6) actionview (= 5.2.0)
activejob (= 5.1.6) activejob (= 5.2.0)
activemodel (= 5.1.6) activemodel (= 5.2.0)
activerecord (= 5.1.6) activerecord (= 5.2.0)
activesupport (= 5.1.6) activestorage (= 5.2.0)
activesupport (= 5.2.0)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.1.6) railties (= 5.2.0)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
@ -244,9 +251,9 @@ GEM
rails_stdout_logging rails_stdout_logging
rails_serve_static_assets (0.0.5) rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5) rails_stdout_logging (0.0.5)
railties (5.1.6) railties (5.2.0)
actionpack (= 5.1.6) actionpack (= 5.2.0)
activesupport (= 5.1.6) activesupport (= 5.2.0)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
@ -261,7 +268,7 @@ GEM
actionpack (>= 4.2.0, < 5.3) actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3)
retriable (3.1.1) retriable (3.1.1)
rollbar (2.15.5) rollbar (2.16.0)
multi_json multi_json
rspec (3.7.0) rspec (3.7.0)
rspec-core (~> 3.7.0) rspec-core (~> 3.7.0)
@ -289,9 +296,8 @@ GEM
scenic (1.4.1) scenic (1.4.1)
activerecord (>= 4.0.0) activerecord (>= 4.0.0)
railties (>= 4.0.0) railties (>= 4.0.0)
secure_headers (5.0.5) secure_headers (6.0.0)
useragent (>= 0.15.0) selenium-webdriver (3.12.0)
selenium-webdriver (3.11.0)
childprocess (~> 0.5) childprocess (~> 0.5)
rubyzip (~> 1.2) rubyzip (~> 1.2)
signet (0.8.1) signet (0.8.1)
@ -304,8 +310,10 @@ GEM
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.2) simplecov-html (0.10.2)
skylight (1.6.1) skylight (2.0.1)
activesupport (>= 3.0.0) skylight-core (= 2.0.1)
skylight-core (2.0.1)
activesupport (>= 4.2.0)
sprockets (3.7.1) sprockets (3.7.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
@ -325,7 +333,6 @@ GEM
thread_safe (~> 0.1) thread_safe (~> 0.1)
uber (0.1.0) uber (0.1.0)
url (0.3.2) url (0.3.2)
useragent (0.16.10)
valid_url (0.0.4) valid_url (0.0.4)
addressable addressable
rails rails
@ -333,7 +340,7 @@ GEM
rack (>= 1.0) rack (>= 1.0)
webpack-rails (0.9.11) webpack-rails (0.9.11)
railties (>= 3.2.0) railties (>= 3.2.0)
websocket-driver (0.6.5) websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3) websocket-extensions (0.1.3)
xpath (3.0.0) xpath (3.0.0)