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'
44gem 'rails' , '7.0.8.1'
55# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66gem 'sprockets-rails'
7- # Reduces boot times through caching; required in config/boot.rb
8- gem 'bootsnap' , require : false
97
108gem 'acts-as-taggable-on'
119gem 'benchmark' # LOCKED: Added because of activesupport 7.0
Original file line number Diff line number Diff line change 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 )
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
Original file line number Diff line number Diff line change 22
33require "bundler/setup" # Set up gems listed in the Gemfile.
44require "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