Skip to content
Open
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 @@ -2,6 +2,7 @@ source 'https://rubygems.org'

gem 'addressable'
gem 'allowy', '>= 2.1.0'
gem 'bootsnap', require: false
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A more conservative approach would be to only use bootsnap in dev.

gem 'clockwork', require: false
gem 'cloudfront-signer'
gem 'concurrent-ruby'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ GEM
benchmark (0.5.0)
bigdecimal (4.0.1)
bit-struct (0.17)
bootsnap (1.21.1)
msgpack (~> 1.2)
builder (3.3.0)
byebug (13.0.0)
reline (>= 0.6.0)
Expand Down Expand Up @@ -624,6 +626,7 @@ DEPENDENCIES
addressable
allowy (>= 2.1.0)
azure-storage-blob!
bootsnap
byebug
cf-uaa-lib (~> 4.0.9)
clockwork
Expand Down
1 change: 1 addition & 0 deletions config/boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
$LOAD_PATH.unshift(File.expand_path('../middleware', __dir__))

require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup'