Skip to content
Merged
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
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "rails", "~> 8.1.3"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.6.2"
# Use Puma as the app server
gem "puma", "~> 7.2"
gem "puma", "~> 8.0"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
#gem "jbuilder", "~> 2.7"
# Use Redis adapter to run Action Cable in production
Expand All @@ -20,11 +20,11 @@ gem "bcrypt", "~> 3.1.16"
# gem "image_processing", "~> 1.2"

# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", "~> 1.18.3", require: false
gem "bootsnap", "~> 1.23.0", require: false

# Framework building reusable, tetable and encapsulated ViewComponents in Rails
# docs: viewcomponent.org
gem "view_component"
gem "view_component", "~> 4.11"

# Use SCSS for stylesheets
#gem "sass-rails", "~> 6.0.0"
Expand All @@ -40,7 +40,7 @@ gem "propshaft"
gem "dartsass-rails"

# Authentication
gem "devise", "~> 4.9.3"
gem "devise", "~> 5.0.4"

# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors'
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
bindex (0.8.1)
binding_of_caller (2.0.0)
debug_inspector (>= 1.2.0)
bootsnap (1.18.6)
bootsnap (1.23.0)
msgpack (~> 1.2)
brakeman (8.0.4)
racc
Expand All @@ -121,10 +121,10 @@ GEM
sass-embedded (~> 1.63)
date (3.5.1)
debug_inspector (1.2.0)
devise (4.9.4)
devise (5.0.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
railties (>= 7.0)
responders
warden (~> 1.2.3)
diff-lcs (1.6.2)
Expand All @@ -134,7 +134,7 @@ GEM
dotenv (= 3.2.0)
railties (>= 6.1)
drb (2.2.3)
erb (6.0.2)
erb (6.0.4)
erubi (1.13.1)
factory_bot (6.5.6)
activesupport (>= 6.1.0)
Expand Down Expand Up @@ -198,13 +198,13 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.8.2)
irb (1.17.0)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.5)
jwt (3.1.2)
jwt (3.2.0)
base64
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
Expand All @@ -227,13 +227,13 @@ GEM
memory_profiler (1.1.0)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (6.0.4)
minitest (6.0.6)
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.0)
net-http (0.9.1)
uri (>= 0.11.1)
net-imap (0.6.3)
net-imap (0.6.4)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -261,7 +261,7 @@ GEM
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.3)
pagy (43.5.1)
pagy (43.5.5)
json
uri
yaml
Expand Down Expand Up @@ -304,7 +304,7 @@ GEM
date
stringio
public_suffix (7.0.5)
puma (7.2.0)
puma (8.0.1)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.6)
Expand Down Expand Up @@ -355,7 +355,7 @@ GEM
tsort (>= 0.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.1)
rake (13.4.2)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -469,7 +469,7 @@ GEM
unicode-emoji (4.2.0)
uri (1.1.1)
useragent (0.16.11)
view_component (4.5.0)
view_component (4.11.0)
actionview (>= 7.1.0)
activesupport (>= 7.1.0)
concurrent-ruby (~> 1)
Expand All @@ -486,7 +486,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yaml (0.4.0)
zeitwerk (2.7.5)
zeitwerk (2.8.2)

PLATFORMS
aarch64-linux-gnu
Expand All @@ -503,13 +503,13 @@ PLATFORMS
DEPENDENCIES
bcrypt (~> 3.1.16)
better_errors
bootsnap (~> 1.18.3)
bootsnap (~> 1.23.0)
brakeman
byebug
capybara
colorize
dartsass-rails
devise (~> 4.9.3)
devise (~> 5.0.4)
dotenv-rails
factory_bot_rails (~> 6.4.3)
faker (~> 3.6)
Expand All @@ -532,7 +532,7 @@ DEPENDENCIES
pry-rails
pry-remote-reloaded
pry-stack_explorer (~> 0.6.2)
puma (~> 7.2)
puma (~> 8.0)
rack-cors
rack-mini-profiler (~> 4.0)
rails (~> 8.1.3)
Expand All @@ -550,7 +550,7 @@ DEPENDENCIES
stackprof
turbo-rails
tzinfo-data
view_component
view_component (~> 4.11)
web-console (~> 4.3.0)

RUBY VERSION
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/pagy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bulma": "^1.0.2",
"bulma-tooltip": "^3.0.2",
"flatpickr": "^4.6.9",
"sass": "^1.99.0",
"sass": "^1.100.0",
"trix": "^2.1.19"
},
"version": "0.1.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading