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
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

gem 'active_model_otp', '~> 2.3', '>= 2.3.4'
gem 'bcrypt', '~> 3.1.20'
gem 'bootsnap', '~> 1.19.0'
gem 'bcrypt', '~> 3.1.21'
gem 'bootsnap', '~> 1.20.1'
gem 'browser', '~> 6.2.0'
gem 'cssbundling-rails', '~> 1.4', '>= 1.4.3'
gem 'dartsass-rails', '~> 0.5.1'
Expand All @@ -24,21 +24,21 @@ gem 'omniauth-identity', '~> 3.1', '>= 3.1.5'
gem 'omniauth-oauth2', '~> 1.9.0'
gem 'paper_trail', '~> 17.0.0'
gem 'paranoia', '~> 3.1.0'
gem 'pg', '~> 1.6.2'
gem 'pg', '~> 1.6.3'
gem 'puma', '~> 7.1.0'
gem 'pundit', '~> 2.5.2'
gem 'rack-attack', '~> 6.8.0'
gem 'rails', '~> 7.2.3'
gem 'rails-i18n', '~> 7.0.10'
gem 'redis', '~> 5.4', '>= 5.4.1'
gem 'rest-client', '~> 2.1.0'
gem 'rqrcode', '~> 3.1', '>= 3.1.1'
gem 'rqrcode', '~> 3.2'
gem 'sentry-rails', '~> 6.2'
gem 'sentry-ruby', '~> 6.2'
gem 'sentry-sidekiq', '~> 6.2'
gem 'sidekiq', '~> 8.0.10'
gem 'sidekiq', '~> 8.1.0'
gem 'sidekiq-scheduler', '~> 6.0.1'
gem 'simple_form', '~> 5.4.0'
gem 'simple_form', '~> 5.4.1'
gem 'sprockets-rails', '~> 3.5', '>= 3.5.2'
gem 'turbo-rails', '~> 2.0', '>= 2.0.20'
gem 'uglifier', '~> 4.2.1'
Expand All @@ -49,7 +49,7 @@ gem 'wkhtmltopdf-binary', '~> 0.12.6.10'
group :development, :test do
gem 'awesome_print', '~> 1.9.2'
gem 'better_errors', '~> 2.10.1'
gem 'brakeman', '~> 7.1.1', require: false
gem 'brakeman', '~> 7.1.2', require: false
gem 'bullet', '~> 8.1'
gem 'colorize', '~> 1.1.0'
gem 'database_consistency', '~> 2.1.1'
Expand Down Expand Up @@ -78,8 +78,8 @@ group :test do
gem 'rubocop', '~> 1.82.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.2', require: false
gem 'rubocop-rspec', '~> 3.8', require: false
gem 'rubocop-rails', '~> 2.34', '>= 2.34.3', require: false
gem 'rubocop-rspec', '~> 3.9', require: false
gem 'rubocop-rspec_rails', '~> 2.32', require: false
gem 'simplecov', '~> 0.22.0', require: false
gem 'simplecov-lcov', '~> 0.9.0', require: false
Expand Down
56 changes: 28 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ GEM
ast (2.4.3)
awesome_print (1.9.2)
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt (3.1.21)
benchmark (0.5.0)
better_errors (2.10.1)
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.19.0)
bootsnap (1.20.1)
msgpack (~> 1.2)
brakeman (7.1.1)
brakeman (7.1.2)
racc
browser (6.2.0)
builder (3.3.0)
Expand All @@ -118,7 +118,7 @@ GEM
coderay (1.1.3)
colorize (1.1.0)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
connection_pool (3.0.2)
crass (1.0.6)
cssbundling-rails (1.4.3)
railties (>= 6.0.0)
Expand Down Expand Up @@ -339,7 +339,7 @@ GEM
parser (3.3.10.0)
ast (~> 2.4.1)
racc
pg (1.6.2-x86_64-linux)
pg (1.6.3-x86_64-linux)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
Expand Down Expand Up @@ -426,7 +426,7 @@ GEM
tsort
redis (5.4.1)
redis-client (>= 0.22.0)
redis-client (0.26.2)
redis-client (0.26.3)
connection_pool
regexp_parser (2.11.3)
reline (0.6.3)
Expand All @@ -443,10 +443,10 @@ GEM
netrc (~> 0.8)
rotp (6.3.0)
rouge (4.6.1)
rqrcode (3.1.1)
rqrcode (3.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 2.0)
rqrcode_core (2.0.1)
rqrcode_core (2.1.0)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -479,23 +479,23 @@ GEM
rubocop-ast (>= 1.48.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.48.0)
rubocop-ast (1.49.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
prism (~> 1.7)
rubocop-factory_bot (2.28.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-performance (1.26.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rails (2.34.2)
rubocop-rails (2.34.3)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-rspec (3.8.0)
rubocop-rspec (3.9.0)
lint_roller (~> 1.1)
rubocop (~> 1.81)
rubocop-rspec_rails (2.32.0)
Expand All @@ -518,16 +518,16 @@ GEM
sentry-ruby (~> 6.2.0)
sidekiq (>= 5.0)
shellany (0.0.1)
sidekiq (8.0.10)
connection_pool (>= 2.5.0)
json (>= 2.9.0)
logger (>= 1.6.2)
rack (>= 3.1.0)
redis-client (>= 0.23.2)
sidekiq (8.1.0)
connection_pool (>= 3.0.0)
json (>= 2.16.0)
logger (>= 1.7.0)
rack (>= 3.2.0)
redis-client (>= 0.26.0)
sidekiq-scheduler (6.0.1)
rufus-scheduler (~> 3.2)
sidekiq (>= 7.3, < 9)
simple_form (5.4.0)
simple_form (5.4.1)
actionpack (>= 7.0)
activemodel (>= 7.0)
simplecov (0.22.0)
Expand Down Expand Up @@ -608,10 +608,10 @@ PLATFORMS
DEPENDENCIES
active_model_otp (~> 2.3, >= 2.3.4)
awesome_print (~> 1.9.2)
bcrypt (~> 3.1.20)
bcrypt (~> 3.1.21)
better_errors (~> 2.10.1)
bootsnap (~> 1.19.0)
brakeman (~> 7.1.1)
bootsnap (~> 1.20.1)
brakeman (~> 7.1.2)
browser (~> 6.2.0)
bullet (~> 8.1)
capistrano-sidekiq (~> 3.2.0)
Expand Down Expand Up @@ -643,7 +643,7 @@ DEPENDENCIES
omniauth-oauth2 (~> 1.9.0)
paper_trail (~> 17.0.0)
paranoia (~> 3.1.0)
pg (~> 1.6.2)
pg (~> 1.6.3)
pry-byebug (~> 3.11.0)
pry-rails (~> 0.3.11)
puma (~> 7.1.0)
Expand All @@ -655,20 +655,20 @@ DEPENDENCIES
rb-readline (~> 0.5.5)
redis (~> 5.4, >= 5.4.1)
rest-client (~> 2.1.0)
rqrcode (~> 3.1, >= 3.1.1)
rqrcode (~> 3.2)
rspec-rails (~> 8.0.2)
rubocop (~> 1.82.1)
rubocop-factory_bot (~> 2.28.0)
rubocop-performance (~> 1.26, >= 1.26.1)
rubocop-rails (~> 2.34, >= 2.34.2)
rubocop-rspec (~> 3.8)
rubocop-rails (~> 2.34, >= 2.34.3)
rubocop-rspec (~> 3.9)
rubocop-rspec_rails (~> 2.32)
sentry-rails (~> 6.2)
sentry-ruby (~> 6.2)
sentry-sidekiq (~> 6.2)
sidekiq (~> 8.0.10)
sidekiq (~> 8.1.0)
sidekiq-scheduler (~> 6.0.1)
simple_form (~> 5.4.0)
simple_form (~> 5.4.1)
simplecov (~> 0.22.0)
simplecov-lcov (~> 0.9.0)
spring (~> 4.4.0)
Expand Down