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
6 changes: 3 additions & 3 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 @@ -24,7 +24,7 @@ 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
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down Expand Up @@ -198,7 +198,7 @@ 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)
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.9.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 @@ -509,7 +509,7 @@ DEPENDENCIES
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
Loading