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
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'active_model_otp', '~> 2.3', '>= 2.3.4'
gem 'bcrypt', '~> 3.1.21'
gem 'bootsnap', '~> 1.21.1'
gem 'bootsnap', '~> 1.22.0'
gem 'browser', '~> 6.2.0'
gem 'cssbundling-rails', '~> 1.4', '>= 1.4.3'
gem 'dartsass-rails', '~> 0.5.1'
Expand Down Expand Up @@ -37,7 +37,7 @@ gem 'rqrcode', '~> 3.2'
gem 'sentry-rails', '~> 6.3'
gem 'sentry-ruby', '~> 6.3'
gem 'sentry-sidekiq', '~> 6.3'
gem 'sidekiq', '~> 8.0.10'
gem 'sidekiq', '~> 8.1.0'
gem 'sidekiq-scheduler', '~> 6.0.1'
gem 'simple_form', '~> 5.4.1'
gem 'sprockets-rails', '~> 3.5', '>= 3.5.2'
Expand Down Expand Up @@ -74,7 +74,7 @@ end

group :test do
gem 'rails-controller-testing', '~> 1.0.5'
gem 'rubocop', '~> 1.84.0', require: false
gem 'rubocop', '~> 1.84.1', require: false
gem 'rubocop-factory_bot', '~> 2.28.0', require: false
gem 'rubocop-performance', '~> 1.26', '>= 1.26.1', require: false
gem 'rubocop-rails', '~> 2.34', '>= 2.34.3', require: false
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
rouge (>= 1.0.0)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.21.1)
bootsnap (1.22.0)
msgpack (~> 1.2)
brakeman (8.0.1)
racc
Expand Down Expand Up @@ -474,7 +474,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.6)
rubocop (1.84.0)
rubocop (1.84.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -524,7 +524,7 @@ GEM
sentry-ruby (~> 6.3.0)
sidekiq (>= 5.0)
shellany (0.0.1)
sidekiq (8.0.10)
sidekiq (8.1.0)
connection_pool (>= 3.0.0)
json (>= 2.16.0)
logger (>= 1.7.0)
Expand Down Expand Up @@ -612,7 +612,7 @@ DEPENDENCIES
awesome_print (~> 1.9.2)
bcrypt (~> 3.1.21)
better_errors (~> 2.10.1)
bootsnap (~> 1.21.1)
bootsnap (~> 1.22.0)
brakeman (~> 8.0.1)
browser (~> 6.2.0)
bullet (~> 8.1)
Expand Down Expand Up @@ -660,7 +660,7 @@ DEPENDENCIES
rest-client (~> 2.1.0)
rqrcode (~> 3.2)
rspec-rails (~> 8.0.2)
rubocop (~> 1.84.0)
rubocop (~> 1.84.1)
rubocop-factory_bot (~> 2.28.0)
rubocop-performance (~> 1.26, >= 1.26.1)
rubocop-rails (~> 2.34, >= 2.34.3)
Expand All @@ -669,7 +669,7 @@ DEPENDENCIES
sentry-rails (~> 6.3)
sentry-ruby (~> 6.3)
sentry-sidekiq (~> 6.3)
sidekiq (~> 8.0.10)
sidekiq (~> 8.1.0)
sidekiq-scheduler (~> 6.0.1)
simple_form (~> 5.4.1)
simplecov (~> 0.22.0)
Expand Down