File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change
1
+ travis-migrations
Original file line number Diff line number Diff line change 1
- 2.5.3
1
+ ruby- 2.5.9
Original file line number Diff line number Diff line change 13
13
directories :
14
14
- vendor/bundle
15
15
16
- rvm : " 2.5.3 "
16
+ rvm : " 2.5.9 "
17
17
18
18
env :
19
19
- RAILS_ENV=test
Original file line number Diff line number Diff line change 1
- FROM ruby:2.5.3
1
+ FROM ruby:2.5.9
2
2
3
3
LABEL maintainer Travis CI GmbH <
[email protected] >
4
4
5
- RUN apt update && \
6
- apt install -qq -y --no-install-recommends libgnutls30 && \
7
- apt-key adv --fetch-keys 'https://www.postgresql.org/media/keys/ACCC4CF8.asc' && \
8
- echo "deb http://apt.postgresql.org/pub/repos/apt stretch-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
5
+ RUN apt-key adv --fetch-keys 'https://www.postgresql.org/media/keys/ACCC4CF8.asc' && \
6
+ echo "deb http://apt.postgresql.org/pub/repos/apt buster-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
9
7
apt update && \
8
+ apt upgrade -y && \
10
9
apt install -qq -y --no-install-recommends --fix-missing \
11
- libpq-dev postgresql-client-9.6 && \
10
+ postgresql-client-9.6 && \
12
11
rm -rf /var/lib/apt/lists/*
13
12
14
13
WORKDIR /travis-migrations
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- ruby '2.5.3 '
3
+ ruby '2.5.9 '
4
4
5
5
gem 'rails' , '~> 5.2'
6
6
gem 'pg' , '~> 1.0'
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ DEPENDENCIES
144
144
s3
145
145
146
146
RUBY VERSION
147
- ruby 2.5.3p105
147
+ ruby 2.5.9p229
148
148
149
149
BUNDLED WITH
150
150
1.17.3
You can’t perform that action at this time.
0 commit comments