Skip to content

Commit 152318b

Browse files
authored
Remove bootsnap from shipit (#376)
1 parent 250b5a0 commit 152318b

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

benchmarks/shipit/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ gem "puma", ">= 5.0"
1111
gem "tzinfo-data", platforms: %i[ windows jruby ]
1212

1313
# Reduces boot times through caching; required in config/boot.rb
14-
gem "bootsnap", require: false
1514
gem "shipit-engine", ">= 0.40.0"

benchmarks/shipit/Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ GEM
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

381379
DEPENDENCIES
382-
bootsnap
383380
puma (>= 5.0)
384381
rails (~> 8.0.2)
385382
shipit-engine (>= 0.40.0)

benchmarks/shipit/config/boot.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
22

33
require "bundler/setup" # Set up gems listed in the Gemfile.
4-
require "bootsnap/setup" # Speed up boot time by caching expensive operations.

0 commit comments

Comments
 (0)