Skip to content

Commit d053f5e

Browse files
committed
Update dependencies
1 parent 9320b42 commit d053f5e

File tree

4 files changed

+297
-294
lines changed

4 files changed

+297
-294
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ GEM
7575
htmlentities (~> 4.3.3)
7676
launchy (>= 2.1, < 4.0)
7777
mail (~> 2.7)
78-
erubi (1.13.0)
78+
erubi (1.13.1)
7979
factory_bot (6.4.4)
8080
activesupport (>= 5.0.0)
8181
factory_bot_rails (6.4.3)
@@ -261,8 +261,8 @@ GEM
261261
temple (0.10.3)
262262
thor (1.3.2)
263263
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)
266266
tzinfo (1.2.11)
267267
thread_safe (~> 0.1)
268268
unicode-display_width (2.6.0)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This is an opinionated starter web application based on the following technology
1616
* [RSpec][5]
1717
* [Bootstrap 4.6.2][8]
1818
* [Autoprefixer][9]
19-
* [Font Awesome 6.3.0 SVG][10]
19+
* [Font Awesome 6.7.2 SVG][10]
2020
* [Slim][11]
2121
* [RuboCop][12]
2222
* [RuboCop RSpec][17]

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@babel/core": "^7.26.0",
1111
"@babel/plugin-proposal-private-methods": "^7.18.6",
1212
"@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",
1717
"@rails/webpacker": "^5.4.4",
1818
"actioncable": "^5.2.8",
1919
"bootstrap": "^4.6.2",

0 commit comments

Comments
 (0)