We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2727018 commit 28ea34fCopy full SHA for 28ea34f
Gemfile
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
4
ruby '3.4.6'
5
6
-gem 'bootsnap', '1.18.6', require: false
+gem 'bootsnap', '1.19.0', require: false
7
gem 'coffee-rails', '5.0.0'
8
gem 'jbuilder', '2.14.1'
9
gem 'mysql2', '0.5.7'
Gemfile.lock
@@ -79,7 +79,7 @@ GEM
79
benchmark (0.4.1)
80
bigdecimal (3.2.3)
81
bindex (0.8.1)
82
- bootsnap (1.18.6)
+ bootsnap (1.19.0)
83
msgpack (~> 1.2)
84
brakeman (7.1.0)
85
racc
@@ -338,7 +338,7 @@ PLATFORMS
338
339
DEPENDENCIES
340
awesome_print
341
- bootsnap (= 1.18.6)
+ bootsnap (= 1.19.0)
342
brakeman
343
capybara-selenium
344
coffee-rails (= 5.0.0)
0 commit comments