Bundler upgrades

pull/1540/head
Rick Carlino 2019-10-28 09:29:43 -05:00
parent f16014bfd1
commit a4c544d651
2 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,7 @@
source "https://rubygems.org"
ruby "~> 2.6.5"
gem "rails", "6.0.0" # TODO: Upgrade to Rails 6
gem "rails"
gem "active_model_serializers"
gem "bunny"
gem "delayed_job_active_record" # TODO: Get off of SQL backed jobs. Use Redis

View File

@ -119,7 +119,7 @@ GEM
railties (>= 3.2, < 6.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
google-api-client (0.33.1)
google-api-client (0.33.2)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.9)
httpclient (>= 2.8.1, < 3.0)
@ -127,9 +127,9 @@ GEM
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.12)
google-cloud-core (1.3.2)
google-cloud-core (1.4.0)
google-cloud-env (~> 1.0)
google-cloud-env (1.2.1)
google-cloud-env (1.3.0)
faraday (~> 0.11)
google-cloud-storage (1.21.1)
addressable (~> 2.5)
@ -327,7 +327,7 @@ DEPENDENCIES
rabbitmq_http_api_client
rack-attack
rack-cors
rails (= 6.0.0)
rails
rails_12factor
redis (~> 4.0)
request_store