Skip to content

Commit d9247d2

Browse files
committed
chore: remove bootsnap dependency
1 parent 66d1f33 commit d9247d2

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ ruby '3.4.4'
44
gem 'rails', '7.0.8.1'
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
gem 'sprockets-rails'
7-
# Reduces boot times through caching; required in config/boot.rb
8-
gem 'bootsnap', require: false
97

108
gem 'acts-as-taggable-on'
119
gem 'benchmark' # LOCKED: Added because of activesupport 7.0

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ GEM
9999
bindex (0.8.1)
100100
binding_of_caller (1.0.1)
101101
debug_inspector (>= 1.2.0)
102-
bootsnap (1.18.6)
103-
msgpack (~> 1.2)
104102
bootstrap (5.3.5)
105103
popper_js (>= 2.11.8, < 3)
106104
builder (3.3.0)
@@ -257,7 +255,6 @@ GEM
257255
mini_mime (1.1.5)
258256
mini_portile2 (2.8.9)
259257
minitest (5.25.5)
260-
msgpack (1.8.0)
261258
multi_xml (0.6.0)
262259
mutex_m (0.3.0)
263260
net-http (0.6.0)
@@ -539,7 +536,6 @@ DEPENDENCIES
539536
better_errors
540537
bigdecimal
541538
binding_of_caller
542-
bootsnap
543539
bootstrap (~> 5)
544540
bullet
545541
capybara

config/boot.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
require "bundler/setup" # Set up gems listed in the Gemfile.
44
require "logger" # Fix concurrent-ruby removing logger dependency which Rails itself does not have
5-
require "bootsnap/setup" # Speed up boot time by caching expensive operations.

0 commit comments

Comments
 (0)