File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ gem "puma", ">= 5.0"
1111gem "tzinfo-data" , platforms : %i[ windows jruby ]
1212
1313# Reduces boot times through caching; required in config/boot.rb
14- gem "bootsnap" , require : false
1514gem "shipit-engine" , ">= 0.40.0"
Original file line number Diff line number Diff line change 8787 base64 (0.3.0 )
8888 benchmark (0.4.1 )
8989 bigdecimal (3.2.2 )
90- bootsnap (1.18.6 )
91- msgpack (~> 1.2 )
9290 builder (3.3.0 )
9391 coercible (1.0.0 )
9492 descendants_tracker (~> 0.0.1 )
@@ -379,7 +377,6 @@ PLATFORMS
379377 x86_64-linux
380378
381379DEPENDENCIES
382- bootsnap
383380 puma (>= 5.0 )
384381 rails (~> 8.0.2 )
385382 shipit-engine (>= 0.40.0 )
Original file line number Diff line number Diff line change 11ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
22
33require "bundler/setup" # Set up gems listed in the Gemfile.
4- require "bootsnap/setup" # Speed up boot time by caching expensive operations.
You can’t perform that action at this time.
0 commit comments