Commit d053f5e 1 parent 9320b42 commit d053f5e Copy full SHA for d053f5e
File tree 4 files changed +297
-294
lines changed
4 files changed +297
-294
lines changed Original file line number Diff line number Diff line change 75
75
htmlentities (~> 4.3.3 )
76
76
launchy (>= 2.1 , < 4.0 )
77
77
mail (~> 2.7 )
78
- erubi (1.13.0 )
78
+ erubi (1.13.1 )
79
79
factory_bot (6.4.4 )
80
80
activesupport (>= 5.0.0 )
81
81
factory_bot_rails (6.4.3 )
261
261
temple (0.10.3 )
262
262
thor (1.3.2 )
263
263
thread_safe (0.3.6 )
264
- tilt (2.4 .0 )
265
- timeout (0.4.2 )
264
+ tilt (2.5 .0 )
265
+ timeout (0.4.3 )
266
266
tzinfo (1.2.11 )
267
267
thread_safe (~> 0.1 )
268
268
unicode-display_width (2.6.0 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This is an opinionated starter web application based on the following technology
16
16
* [ RSpec] [ 5 ]
17
17
* [ Bootstrap 4.6.2] [ 8 ]
18
18
* [ Autoprefixer] [ 9 ]
19
- * [ Font Awesome 6.3.0 SVG] [ 10 ]
19
+ * [ Font Awesome 6.7.2 SVG] [ 10 ]
20
20
* [ Slim] [ 11 ]
21
21
* [ RuboCop] [ 12 ]
22
22
* [ RuboCop RSpec] [ 17 ]
Original file line number Diff line number Diff line change 10
10
"@babel/core" : " ^7.26.0" ,
11
11
"@babel/plugin-proposal-private-methods" : " ^7.18.6" ,
12
12
"@babel/plugin-proposal-private-property-in-object" : " ^7.21.11" ,
13
- "@fortawesome/fontawesome-svg-core" : " ^6.7.1 " ,
14
- "@fortawesome/free-brands-svg-icons" : " ^6.7.1 " ,
15
- "@fortawesome/free-regular-svg-icons" : " ^6.7.1 " ,
16
- "@fortawesome/free-solid-svg-icons" : " ^6.7.1 " ,
13
+ "@fortawesome/fontawesome-svg-core" : " ^6.7.2 " ,
14
+ "@fortawesome/free-brands-svg-icons" : " ^6.7.2 " ,
15
+ "@fortawesome/free-regular-svg-icons" : " ^6.7.2 " ,
16
+ "@fortawesome/free-solid-svg-icons" : " ^6.7.2 " ,
17
17
"@rails/webpacker" : " ^5.4.4" ,
18
18
"actioncable" : " ^5.2.8" ,
19
19
"bootstrap" : " ^4.6.2" ,
You can’t perform that action at this time.
0 commit comments