Skip to content

Commit

Permalink
Upgrade symmetric-encryption gem & bundler (#732)
Browse files Browse the repository at this point in the history
* Update bundler

* Upgrade symmetric_encryption

* Run standardrb --fix

* Remove comment & add TODO to gitignore

* Update ruby version in docker file for backend
  • Loading branch information
haydenrou authored Mar 16, 2024
1 parent 96dcd87 commit f8fc3cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ dump.rdb
.bundle
frontend/.env

.DS_Store
.DS_Store

TODO.md
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0
FROM ruby:3.1.3

# set working directory
WORKDIR /app
Expand All @@ -8,7 +8,7 @@ RUN apt-get update -qq && \
apt-get install -y nodejs postgresql-client

# install bundler
RUN gem install bundler:2.1.4
RUN gem install bundler:2.5.6

# copy the Gemfile and Gemfile.lock to the container
COPY Gemfile Gemfile.lock ./
Expand Down
4 changes: 2 additions & 2 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ GEM
rubocop-performance (~> 1.18.0)
standardrb (1.0.1)
standard
symmetric-encryption (4.4.0)
symmetric-encryption (4.6.0)
coercible (~> 1.0)
thor (1.3.0)
thread_safe (0.3.6)
Expand Down Expand Up @@ -547,4 +547,4 @@ RUBY VERSION
ruby 3.1.3p185

BUNDLED WITH
2.2.33
2.5.6

0 comments on commit f8fc3cd

Please sign in to comment.