Skip to content

Commit 307943e

Browse files
#3355 Ne pas compiler les assets au démarrage du serveur Rails en local (#3791)
Update jsbundling-rails to 1.2.1 so we can disable js build: rails/jsbundling-rails#144
1 parent caed8a7 commit 307943e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Gemfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ GEM
235235
rails-dom-testing (>= 1, < 3)
236236
railties (>= 4.2.0)
237237
thor (>= 0.14, < 2.0)
238-
jsbundling-rails (1.0.3)
238+
jsbundling-rails (1.2.1)
239239
railties (>= 6.0.0)
240240
json (2.6.3)
241241
json-jwt (1.16.3)
@@ -289,7 +289,7 @@ GEM
289289
method_source (1.0.0)
290290
mini_mime (1.1.5)
291291
mini_portile2 (2.8.4)
292-
minitest (5.18.1)
292+
minitest (5.20.0)
293293
montrose (0.13.0)
294294
activesupport (>= 5.2, < 7.1)
295295
msgpack (1.6.1)
@@ -410,8 +410,9 @@ GEM
410410
actionpack (>= 5.0.1.rc1)
411411
actionview (>= 5.0.1.rc1)
412412
activesupport (>= 5.0.1.rc1)
413-
rails-dom-testing (2.0.3)
414-
activesupport (>= 4.2.0)
413+
rails-dom-testing (2.2.0)
414+
activesupport (>= 5.0.0)
415+
minitest
415416
nokogiri (>= 1.6)
416417
rails-erd (1.7.2)
417418
activerecord (>= 4.2)

0 commit comments

Comments
 (0)