Skip to content

Commit 28ea34f

Browse files
Update dependency bootsnap to v1.19.0
1 parent 2727018 commit 28ea34f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
ruby '3.4.6'
55

6-
gem 'bootsnap', '1.18.6', require: false
6+
gem 'bootsnap', '1.19.0', require: false
77
gem 'coffee-rails', '5.0.0'
88
gem 'jbuilder', '2.14.1'
99
gem 'mysql2', '0.5.7'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
benchmark (0.4.1)
8080
bigdecimal (3.2.3)
8181
bindex (0.8.1)
82-
bootsnap (1.18.6)
82+
bootsnap (1.19.0)
8383
msgpack (~> 1.2)
8484
brakeman (7.1.0)
8585
racc
@@ -338,7 +338,7 @@ PLATFORMS
338338

339339
DEPENDENCIES
340340
awesome_print
341-
bootsnap (= 1.18.6)
341+
bootsnap (= 1.19.0)
342342
brakeman
343343
capybara-selenium
344344
coffee-rails (= 5.0.0)

0 commit comments

Comments
 (0)