Skip to content

Commit b2a6479

Browse files
Update dependency bootsnap to v1.25.0
1 parent 7222751 commit b2a6479

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.25.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ GEM
7979
benchmark (0.4.1)
8080
bigdecimal (3.2.3)
8181
bindex (0.8.1)
82-
bootsnap (1.18.6)
83-
msgpack (~> 1.2)
82+
bootsnap (1.25.0)
83+
msgpack (~> 1.5)
8484
brakeman (7.1.0)
8585
racc
8686
builder (3.3.0)
@@ -155,7 +155,7 @@ GEM
155155
mini_mime (1.1.5)
156156
mini_portile2 (2.8.9)
157157
minitest (5.25.5)
158-
msgpack (1.8.0)
158+
msgpack (1.8.4)
159159
mysql2 (0.5.7)
160160
bigdecimal
161161
net-imap (0.5.10)
@@ -338,7 +338,7 @@ PLATFORMS
338338

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

0 commit comments

Comments
 (0)