Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
gem 'annotate'

Check failure on line 52 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
gem "web-console"
end

Expand All @@ -68,5 +68,5 @@
gem "image_processing", ">= 1.2"
gem "ruby-vips"

gem 'friendly_id', '~> 5.5.0'
gem 'friendly_id', '~> 5.6.0'

Check failure on line 71 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 71 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
gem "figaro", git: "https://github.com/laserlemon/figaro"

Check failure on line 72 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Layout/TrailingEmptyLines: Final newline missing.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
xpath (~> 3.2)
cgi (0.5.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
connection_pool (3.0.2)
crass (1.0.6)
date (3.5.0)
debug (1.11.0)
Expand All @@ -155,7 +155,7 @@ GEM
ffi (1.17.2-x86_64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
ffi (1.17.2-x86_64-linux-musl)
friendly_id (5.5.1)
friendly_id (5.6.0)
activerecord (>= 4.0.0)
globalid (1.3.0)
activesupport (>= 6.1)
Expand Down Expand Up @@ -197,7 +197,7 @@ GEM
logger
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.26.0)
minitest (5.26.2)
msgpack (1.8.0)
net-imap (0.5.12)
date
Expand Down Expand Up @@ -366,7 +366,7 @@ GEM
tailwindcss-ruby (4.1.16-x86_64-linux-gnu)
tailwindcss-ruby (4.1.16-x86_64-linux-musl)
thor (1.4.0)
timeout (0.4.3)
timeout (0.4.4)
tsort (0.2.0)
turbo-rails (2.0.20)
actionpack (>= 7.1.0)
Expand Down Expand Up @@ -425,7 +425,7 @@ DEPENDENCIES
debug
devise (~> 4.9)
figaro!
friendly_id (~> 5.5.0)
friendly_id (~> 5.6.0)
image_processing (>= 1.2)
importmap-rails
jbuilder
Expand Down
Loading