Skip to content

Commit

Permalink
Add bootsnap gem ahead of Dockerfile changes (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mcneil authored Apr 18, 2024
1 parent dbfb717 commit d3cac5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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

0 comments on commit d3cac5f

Please sign in to comment.