File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ ruby '3.4.4'
4
4
gem 'rails' , '7.0.8.1'
5
5
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
6
6
gem 'sprockets-rails'
7
- # Reduces boot times through caching; required in config/boot.rb
8
- gem 'bootsnap' , require : false
9
7
10
8
gem 'acts-as-taggable-on'
11
9
gem 'benchmark' # LOCKED: Added because of activesupport 7.0
Original file line number Diff line number Diff line change 99
99
bindex (0.8.1 )
100
100
binding_of_caller (1.0.1 )
101
101
debug_inspector (>= 1.2.0 )
102
- bootsnap (1.18.6 )
103
- msgpack (~> 1.2 )
104
102
bootstrap (5.3.5 )
105
103
popper_js (>= 2.11.8 , < 3 )
106
104
builder (3.3.0 )
257
255
mini_mime (1.1.5 )
258
256
mini_portile2 (2.8.9 )
259
257
minitest (5.25.5 )
260
- msgpack (1.8.0 )
261
258
multi_xml (0.6.0 )
262
259
mutex_m (0.3.0 )
263
260
net-http (0.6.0 )
@@ -539,7 +536,6 @@ DEPENDENCIES
539
536
better_errors
540
537
bigdecimal
541
538
binding_of_caller
542
- bootsnap
543
539
bootstrap (~> 5 )
544
540
bullet
545
541
capybara
Original file line number Diff line number Diff line change 2
2
3
3
require "bundler/setup" # Set up gems listed in the Gemfile.
4
4
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.
You can’t perform that action at this time.
0 commit comments