Commit d0ae8ff2 authored by Ash McKenzie's avatar Ash McKenzie

Update bootsnap to 1.9.1 and require: false

parent cc4116ae
...@@ -4,7 +4,7 @@ source 'https://rubygems.org' ...@@ -4,7 +4,7 @@ source 'https://rubygems.org'
gem 'rails', '~> 6.1.4.1' gem 'rails', '~> 6.1.4.1'
gem 'bootsnap', '~> 1.4.6' gem 'bootsnap', '~> 1.9.1', require: false
# Responders respond_to and respond_with # Responders respond_to and respond_with
gem 'responders', '~> 3.0' gem 'responders', '~> 3.0'
......
...@@ -148,7 +148,7 @@ GEM ...@@ -148,7 +148,7 @@ GEM
rack (>= 0.9.0) rack (>= 0.9.0)
bindata (2.4.10) bindata (2.4.10)
binding_ninja (0.2.3) binding_ninja (0.2.3)
bootsnap (1.4.6) bootsnap (1.9.1)
msgpack (~> 1.0) msgpack (~> 1.0)
bootstrap_form (4.2.0) bootstrap_form (4.2.0)
actionpack (>= 5.0) actionpack (>= 5.0)
...@@ -1403,7 +1403,7 @@ DEPENDENCIES ...@@ -1403,7 +1403,7 @@ DEPENDENCIES
benchmark-ips (~> 2.3.0) benchmark-ips (~> 2.3.0)
benchmark-memory (~> 0.1) benchmark-memory (~> 0.1)
better_errors (~> 2.9.0) better_errors (~> 2.9.0)
bootsnap (~> 1.4.6) bootsnap (~> 1.9.1)
bootstrap_form (~> 4.2.0) bootstrap_form (~> 4.2.0)
browser (~> 4.2) browser (~> 4.2)
bullet (~> 6.1.3) bullet (~> 6.1.3)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment