File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ source 'https://rubygems.org'
22
33gem 'addressable'
44gem 'allowy' , '>= 2.1.0'
5+ gem 'bootsnap' , require : false
56gem 'clockwork' , require : false
67gem 'cloudfront-signer'
78gem 'concurrent-ruby'
Original file line number Diff line number Diff line change 101101 benchmark (0.5.0 )
102102 bigdecimal (4.0.1 )
103103 bit-struct (0.17 )
104+ bootsnap (1.21.1 )
105+ msgpack (~> 1.2 )
104106 builder (3.3.0 )
105107 byebug (13.0.0 )
106108 reline (>= 0.6.0 )
@@ -619,6 +621,7 @@ DEPENDENCIES
619621 addressable
620622 allowy (>= 2.1.0 )
621623 azure-storage-blob !
624+ bootsnap
622625 byebug
623626 cf-uaa-lib (~> 4.0.9 )
624627 clockwork
Original file line number Diff line number Diff line change 55$LOAD_PATH. unshift ( File . expand_path ( '../middleware' , __dir__ ) )
66
77require 'bundler/setup' # Set up gems listed in the Gemfile.
8+ require 'bootsnap/setup'
You can’t perform that action at this time.
0 commit comments