Skip to content

Commit 08fb50a

Browse files
Bump DB (#68)
* Fix target name * Pin Bundler `ArgumentError: bad argument (expected URI object or URI string)` Another case that bundler getting updated to 2.1.2 break things. rubysec/bundler-audit#235 * Bump DB
1 parent 2a419f6 commit 08fb50a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: DATABASE_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed May 8 17:04:12 EDT 2019
1+
Fri Feb 28 11:17:05 -03 2020

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN adduser -u 9000 -D app
55
WORKDIR /usr/src/app
66

77
RUN apk add --no-cache ruby ruby-json git && \
8-
gem install --no-ri --no-rdoc bundler && \
8+
gem install --no-ri --no-rdoc bundler -v 2.0.2 && \
99
rm -r ~/.gem
1010

1111
COPY Gemfile* /usr/src/app/

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: image test citest update_version release
1+
.PHONY: image test citest update_database release
22

33
IMAGE_NAME ?= codeclimate/codeclimate-bundler-audit
44
RELEASE_REGISTRY ?= us.gcr.io/code_climate

0 commit comments

Comments
 (0)