Skip to content

Commit

Permalink
'remove broken bootsnap gem'
Browse files Browse the repository at this point in the history
  • Loading branch information
foglabs committed Jan 26, 2024
1 parent dfa0088 commit d1d4317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

# Core rails
gem 'bootsnap', require: false
# gem 'bootsnap', require: false
gem 'listen'
gem 'rails', '=5.2.3'
gem 'sprockets', '~>3.7.2'
Expand Down
2 changes: 1 addition & 1 deletion config/boot.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)

require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup'
# require 'bootsnap/setup'

0 comments on commit d1d4317

Please sign in to comment.