Skip to content

Commit

Permalink
Re-Add bootsnap
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed Dec 21, 2023
1 parent 8646759 commit fcfe76f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ gem 'puma' # app server

# gem 'jbuilder', '~> 2.5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder

gem 'bootsnap', require: false # Reduces boot times through caching

group :development, :test do
gem 'pry-byebug' # integrate proper debugging
gem 'pry-rails' # replace IRB
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.5)
bootsnap (1.17.0)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
Expand Down Expand Up @@ -116,6 +118,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
msgpack (1.7.2)
mutex_m (0.2.0)
net-imap (0.4.8)
date
Expand Down Expand Up @@ -243,6 +246,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
bootsnap
fabrication
listen
pry-byebug
Expand Down

0 comments on commit fcfe76f

Please sign in to comment.