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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem "stimulus-rails"
gem 'jbuilder', '~> 2.7'

# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 4.0'
gem 'redis', '~> 5.4'

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
Expand All @@ -51,7 +51,7 @@ group :development do
gem 'web-console', '>= 4.1.0'
# Display performance information such as SQL time and flame graphs for each request in your browser.
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
gem 'rack-mini-profiler', '~> 2.0'
gem 'rack-mini-profiler', '~> 4.0'
gem 'listen', '~> 3.3'
end

Expand Down
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ GEM
oauth (>= 0.3.6)
google-analytics-rails (1.1.1)
hashie (5.0.0)
honeybadger (6.0.4)
honeybadger (6.0.5)
logger
ostruct
i18n (1.14.7)
Expand Down Expand Up @@ -285,7 +285,7 @@ GEM
rack (3.2.0)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-mini-profiler (2.3.4)
rack-mini-profiler (4.0.1)
rack (>= 1.2.0)
rack-protection (4.1.1)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -345,7 +345,10 @@ GEM
psych (>= 4.0.0)
recaptcha (5.20.1)
redcarpet (3.6.1)
redis (4.8.1)
redis (5.4.1)
redis-client (>= 0.22.0)
redis-client (0.25.2)
connection_pool
regexp_parser (2.11.1)
reline (0.6.2)
io-console (~> 0.5)
Expand Down Expand Up @@ -492,14 +495,14 @@ DEPENDENCIES
popper_js
puma (~> 6.0)
rack-attack
rack-mini-profiler (~> 2.0)
rack-mini-profiler (~> 4.0)
rails (~> 8.0)
rails-controller-testing
rails-html-sanitizer
rails_autolink
recaptcha
redcarpet
redis (~> 4.0)
redis (~> 5.4)
rolify
rspec-rails
rss
Expand Down
Loading