Routine dep upgrades

pull/1190/head
Rick Carlino 2019-05-11 09:30:05 -05:00
parent 9ac0389a69
commit b966112803
4 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
2.6.1 2.6.3

View File

@ -1,5 +1,5 @@
source "https://rubygems.org" source "https://rubygems.org"
ruby "~> 2.6.1" ruby "~> 2.6.3"
gem "active_model_serializers" gem "active_model_serializers"
gem "bunny" gem "bunny"

View File

@ -90,8 +90,8 @@ GEM
responders responders
warden (~> 1.2.3) warden (~> 1.2.3)
diff-lcs (1.3) diff-lcs (1.3)
discard (1.0.0) discard (1.1.0)
activerecord (>= 4.2, < 6) activerecord (>= 4.2, < 7)
docile (1.3.1) docile (1.3.1)
erubi (1.8.0) erubi (1.8.0)
eventmachine (1.2.7) eventmachine (1.2.7)
@ -180,7 +180,7 @@ GEM
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
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.1.0)
mutations (0.9.0) mutations (0.9.0)
activesupport activesupport
nio4r (2.3.1) nio4r (2.3.1)
@ -252,7 +252,7 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
rake (12.3.2) rake (12.3.2)
redis (4.1.0) redis (4.1.1)
representable (3.0.4) representable (3.0.4)
declarative (< 0.1.0) declarative (< 0.1.0)
declarative-option (< 0.2.0) declarative-option (< 0.2.0)
@ -263,7 +263,7 @@ GEM
actionpack (>= 4.2.0, < 6.0) actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0)
retriable (3.1.2) retriable (3.1.2)
rollbar (2.19.3) rollbar (2.19.4)
multi_json multi_json
rspec (3.8.0) rspec (3.8.0)
rspec-core (~> 3.8.0) rspec-core (~> 3.8.0)
@ -292,7 +292,7 @@ GEM
activerecord (>= 4.0.0) activerecord (>= 4.0.0)
railties (>= 4.0.0) railties (>= 4.0.0)
secure_headers (6.1.0) secure_headers (6.1.0)
selenium-webdriver (3.142.0) selenium-webdriver (3.142.2)
childprocess (>= 0.5, < 2.0) childprocess (>= 0.5, < 2.0)
rubyzip (~> 1.2, >= 1.2.2) rubyzip (~> 1.2, >= 1.2.2)
signet (0.11.0) signet (0.11.0)
@ -305,9 +305,9 @@ 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 (3.1.5) skylight (4.0.1)
skylight-core (= 3.1.5) skylight-core (= 4.0.1)
skylight-core (3.1.5) skylight-core (4.0.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
sprockets (3.7.2) sprockets (3.7.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -392,7 +392,7 @@ DEPENDENCIES
zero_downtime_migrations zero_downtime_migrations
RUBY VERSION RUBY VERSION
ruby 2.6.1p33 ruby 2.6.3p62
BUNDLED WITH BUNDLED WITH
1.17.2 1.17.2

View File

@ -1,4 +1,4 @@
FROM ruby:2.6.1 FROM ruby:2.6.3
# WHY: We need Postgres 10, not the default (9) # WHY: We need Postgres 10, not the default (9)
RUN wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | apt-key add - RUN wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | apt-key add -
RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main" >> /etc/apt/sources.list.d/pgdg.list' RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'