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

Add bootsnap gem ahead of Dockerfile changes #1097

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ gem 'activerecord-import'
# Switch from cookie based storage to AR storage in case of failure pushing to GIBCT
gem 'activerecord-session_store'

gem 'bootsnap', require: false
gem 'config'

# Use devise for authentication
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ GEM
bcrypt (3.1.20)
bigdecimal (3.1.7)
bindex (0.8.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
brakeman (6.1.2)
racc
builder (3.2.4)
Expand Down Expand Up @@ -229,6 +231,7 @@ GEM
mini_racer (0.9.0)
libv8-node (~> 18.19.0.0)
minitest (5.22.3)
msgpack (1.7.2)
multi_json (1.15.0)
multipart-post (2.4.0)
mutex_m (0.2.0)
Expand Down Expand Up @@ -473,6 +476,7 @@ DEPENDENCIES
activerecord-session_store
base64 (~> 0.2.0)
bcrypt (~> 3.1.20)
bootsnap
brakeman
bundler-audit
byebug
Expand Down
Loading