Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade symmetric-encryption gem & bundler #732

Merged
merged 5 commits into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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