Skip to content

Commit f8fc3cd

Browse files
authored
Upgrade symmetric-encryption gem & bundler (#732)
* Update bundler * Upgrade symmetric_encryption * Run standardrb --fix * Remove comment & add TODO to gitignore * Update ruby version in docker file for backend
1 parent 96dcd87 commit f8fc3cd

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ dump.rdb
1111
.bundle
1212
frontend/.env
1313

14-
.DS_Store
14+
.DS_Store
15+
16+
TODO.md

backend/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.0
1+
FROM ruby:3.1.3
22

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

1010
# install bundler
11-
RUN gem install bundler:2.1.4
11+
RUN gem install bundler:2.5.6
1212

1313
# copy the Gemfile and Gemfile.lock to the container
1414
COPY Gemfile Gemfile.lock ./

backend/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ GEM
448448
rubocop-performance (~> 1.18.0)
449449
standardrb (1.0.1)
450450
standard
451-
symmetric-encryption (4.4.0)
451+
symmetric-encryption (4.6.0)
452452
coercible (~> 1.0)
453453
thor (1.3.0)
454454
thread_safe (0.3.6)
@@ -547,4 +547,4 @@ RUBY VERSION
547547
ruby 3.1.3p185
548548

549549
BUNDLED WITH
550-
2.2.33
550+
2.5.6

0 commit comments

Comments
 (0)