Skip to content

Commit 969a69a

Browse files
committed
Update bootsnap to fix spec error
I was seeing a "should not compile with coverage" error, upgrading bootsnap fixes this: Issue: https://redirect.github.com/rails/bootsnap/issues/547
1 parent 2d3ad0a commit 969a69a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'administrate', '~> 1.0.0'
99
gem 'administrate-field-active_storage'
1010
gem 'aws-sdk-s3', require: false
1111
gem 'base64', '~> 0.3'
12-
gem 'bootsnap', require: false
12+
gem 'bootsnap', '>= 1.24.4', require: false
1313
gem 'cancancan', '~> 3.3'
1414
gem 'countries'
1515
gem 'csv', '~> 3.3'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
aws-eventstream (~> 1, >= 1.0.2)
119119
base64 (0.3.0)
120120
bigdecimal (4.1.2)
121-
bootsnap (1.24.1)
121+
bootsnap (1.24.4)
122122
msgpack (~> 1.2)
123123
builder (3.3.0)
124124
bullet (8.1.1)
@@ -580,7 +580,7 @@ DEPENDENCIES
580580
awesome_print
581581
aws-sdk-s3
582582
base64 (~> 0.3)
583-
bootsnap
583+
bootsnap (>= 1.24.4)
584584
bullet
585585
cancancan (~> 3.3)
586586
capybara

0 commit comments

Comments
 (0)