Skip to content

Commit

Permalink
Remove .ruby-version
Browse files Browse the repository at this point in the history
We don't need this file as it contains the same information as in the
.tool-versions file.
  • Loading branch information
thomasleese committed Jan 8, 2024
1 parent dc7f3b8 commit ab5ff80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
.prettierignore
.rladr
.rspec
.ruby-version
.tool-versions
Dockerfile
LICENCE
Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apk upgrade --no-cache openssl libssl3 libcrypto3 curl
RUN apk add --update --no-cache build-base yarn postgresql14-dev git vips-dev

# Install gems defined in Gemfile
COPY .ruby-version Gemfile Gemfile.lock ./
COPY Gemfile Gemfile.lock ./

# Install gems and remove gem cache
RUN bundler -v && \
Expand Down

0 comments on commit ab5ff80

Please sign in to comment.