Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Dec 22, 2024
1 parent 810181e commit 3fc872c
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 503 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
htmlentities (~> 4.3.3)
launchy (>= 2.1, < 4.0)
mail (~> 2.7)
erubi (1.13.0)
erubi (1.13.1)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.4)
Expand All @@ -138,15 +138,15 @@ GEM
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
io-console (0.8.0)
irb (1.14.2)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
launchy (3.0.1)
addressable (~> 2.8)
childprocess (~> 5.0)
logger (1.6.3)
logger (1.6.4)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -162,7 +162,7 @@ GEM
mini_portile2 (2.8.8)
minitest (5.25.4)
msgpack (1.7.5)
net-imap (0.5.1)
net-imap (0.5.3)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -192,7 +192,7 @@ GEM
pry (>= 0.13, < 0.15)
pry-rails (0.3.11)
pry (>= 0.13.0)
psych (5.2.1)
psych (5.2.2)
date
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -245,10 +245,10 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.9.0)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.9.3)
reline (0.5.12)
reline (0.6.0)
io-console (~> 0.5)
rexml (3.4.0)
rspec-core (3.13.2)
Expand Down Expand Up @@ -299,7 +299,7 @@ GEM
rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.4.0)
securerandom (0.4.1)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down Expand Up @@ -337,8 +337,8 @@ GEM
temple (0.10.3)
terminal-table (1.6.0)
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.2)
tilt (2.5.0)
timeout (0.4.3)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -411,4 +411,4 @@ RUBY VERSION
ruby 3.3.6p108

BUNDLED WITH
2.5.23
2.6.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is an opinionated starter web application based on the following technology
* [RSpec][:rspec-url]
* [Bootstrap 5.3.3][:bootstrap-url]
* [Autoprefixer][:autoprefixer-url]
* [Font Awesome 6.7.1 SVG][:fontawesome-url]
* [Font Awesome 6.7.2 SVG][:fontawesome-url]
* [Slim][:slim-url]
* [RuboCop][:rubocop-url]
* [RuboCop RSpec][:rubocop-rspec-url]
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/home.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ul.list-inline.lead
small.text-body-secondary< 5.3.3
li.list-inline-item
| Font Awesome (SVG)
small.text-body-secondary< 6.7.1
small.text-body-secondary< 6.7.2
Loading

0 comments on commit 3fc872c

Please sign in to comment.