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
26 changes: 13 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ 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.23.0'
gem 'browser', '~> 6.2.0'
gem 'cssbundling-rails', '~> 1.4', '>= 1.4.3'
gem 'dartsass-rails', '~> 0.5.1'
gem 'devise', '~>5.0.0'
gem 'devise-i18n', '~>1.15.0'
gem 'devise', '~>5.0.1'
gem 'devise-i18n', '~>1.16.0'
gem 'factory_bot_rails', '~> 6.5.1'
gem 'faker', '~> 3.6.0'
gem 'grover', '~> 1.2.6'
gem 'grover', '~> 1.2.8'
gem 'http', '~> 5.3.1'
gem 'jbuilder', '~> 2.14.1'
gem 'jquery-rails', '~> 4.6.1'
gem 'jsbundling-rails', '~> 1.3', '>= 1.3.1'
gem 'kaminari', '~> 1.2.2'
gem 'mollie-api-ruby', '~> 4.18.0'
gem 'net-imap', '~> 0.6.2'
gem 'mollie-api-ruby', '~> 4.19.0'
gem 'net-imap', '~> 0.6.3'
gem 'net-pop', '~> 0.1.2'
gem 'net-smtp', '~> 0.5.1'
gem 'omniauth', '~> 2.1.4'
Expand All @@ -34,10 +34,10 @@ gem 'rails-i18n', '~> 7.0.10'
gem 'redis', '~> 5.4', '>= 5.4.1'
gem 'rest-client', '~> 2.1.0'
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 'sentry-rails', '~> 6.3', '>= 6.3.1'
gem 'sentry-ruby', '~> 6.3', '>= 6.3.1'
gem 'sentry-sidekiq', '~> 6.3', '>= 6.3.1'
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 All @@ -48,7 +48,7 @@ gem 'validates_timeliness', '~> 7.1.0'
group :development, :test do
gem 'awesome_print', '~> 1.9.2'
gem 'better_errors', '~> 2.10.1'
gem 'brakeman', '~> 8.0.1', require: false
gem 'brakeman', '~> 8.0.2', require: false
gem 'bullet', '~> 8.1'
gem 'colorize', '~> 1.1.0'
gem 'database_consistency', '~> 2.1.1'
Expand All @@ -66,15 +66,15 @@ group :development do
gem 'foreman', '~> 0.90.0', require: false
gem 'listen', '~> 3.10.0'
gem 'mina', '~> 1.2.5'
gem 'spring', '~> 4.4.0', require: false
gem 'spring', '~> 4.4.2', require: false
gem 'spring-commands-rspec', '~> 1.0.4', require: false
gem 'spring-watcher-listen', '~> 2.1.0', require: false
gem 'web-console', '~> 4.2.1'
end

group :test do
gem 'rails-controller-testing', '~> 1.0.5'
gem 'rubocop', '~> 1.84.0', require: false
gem 'rubocop', '~> 1.84.2', 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
70 changes: 36 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ GEM
rouge (>= 1.0.0)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.21.1)
bootsnap (1.23.0)
msgpack (~> 1.2)
brakeman (8.0.1)
brakeman (8.0.2)
racc
browser (6.2.0)
builder (3.3.0)
Expand All @@ -119,7 +119,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 All @@ -129,14 +129,14 @@ GEM
database_consistency (2.1.1)
activerecord (>= 3.2)
date (3.5.1)
devise (5.0.0)
devise (5.0.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 7.0)
responders
warden (~> 1.2.3)
devise-i18n (1.15.0)
devise (>= 4.9.0)
devise-i18n (1.16.0)
devise (>= 5.0.0)
rails-i18n
diff-lcs (1.6.2)
docile (1.4.1)
Expand Down Expand Up @@ -184,7 +184,7 @@ GEM
google-protobuf (4.33.0-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
grover (1.2.6)
grover (1.2.8)
nokogiri (~> 1)
guard (2.19.1)
formatador (>= 0.2.4)
Expand Down Expand Up @@ -221,8 +221,9 @@ GEM
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
irb (1.16.0)
irb (1.17.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.14.1)
Expand All @@ -234,7 +235,7 @@ GEM
thor (>= 0.14, < 2.0)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.18.0)
json (2.18.1)
jwt (3.1.2)
base64
kaminari (1.2.2)
Expand Down Expand Up @@ -280,8 +281,8 @@ GEM
mini_mime (1.1.5)
minitest (6.0.1)
prism (~> 1.5)
mollie-api-ruby (4.18.0)
bigdecimal (~> 3.1, >= 3.1.8)
mollie-api-ruby (4.19.0)
bigdecimal (>= 3.1.8, < 5.0)
ostruct (~> 0.6.0)
msgpack (1.8.0)
multi_json (1.17.0)
Expand All @@ -291,7 +292,7 @@ GEM
nenv (0.3.0)
net-http (0.6.0)
uri
net-imap (0.6.2)
net-imap (0.6.3)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -426,7 +427,7 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
rb-readline (0.5.5)
rdoc (7.1.0)
rdoc (7.2.0)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -474,7 +475,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.6)
rubocop (1.84.0)
rubocop (1.84.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -514,17 +515,18 @@ GEM
sass-embedded (1.93.2-x86_64-linux-gnu)
google-protobuf (~> 4.31)
securerandom (0.4.1)
sentry-rails (6.3.0)
sentry-rails (6.3.1)
railties (>= 5.2.0)
sentry-ruby (~> 6.3.0)
sentry-ruby (6.3.0)
sentry-ruby (~> 6.3.1)
sentry-ruby (6.3.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (6.3.0)
sentry-ruby (~> 6.3.0)
logger
sentry-sidekiq (6.3.1)
sentry-ruby (~> 6.3.1)
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 All @@ -546,7 +548,7 @@ GEM
snaky_hash (2.0.3)
hashie (>= 0.1.0, < 6)
version_gem (>= 1.1.8, < 3)
spring (4.4.0)
spring (4.4.2)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
spring-watcher-listen (2.1.0)
Expand Down Expand Up @@ -612,22 +614,22 @@ DEPENDENCIES
awesome_print (~> 1.9.2)
bcrypt (~> 3.1.21)
better_errors (~> 2.10.1)
bootsnap (~> 1.21.1)
brakeman (~> 8.0.1)
bootsnap (~> 1.23.0)
brakeman (~> 8.0.2)
browser (~> 6.2.0)
bullet (~> 8.1)
capistrano-sidekiq (~> 3.2.0)
colorize (~> 1.1.0)
cssbundling-rails (~> 1.4, >= 1.4.3)
dartsass-rails (~> 0.5.1)
database_consistency (~> 2.1.1)
devise (~> 5.0.0)
devise-i18n (~> 1.15.0)
devise (~> 5.0.1)
devise-i18n (~> 1.16.0)
dotenv-rails (~> 3.2.0)
factory_bot_rails (~> 6.5.1)
faker (~> 3.6.0)
foreman (~> 0.90.0)
grover (~> 1.2.6)
grover (~> 1.2.8)
guard-livereload (~> 2.5.2)
guard-rspec (~> 4.7.3)
http (~> 5.3.1)
Expand All @@ -637,8 +639,8 @@ DEPENDENCIES
kaminari (~> 1.2.2)
listen (~> 3.10.0)
mina (~> 1.2.5)
mollie-api-ruby (~> 4.18.0)
net-imap (~> 0.6.2)
mollie-api-ruby (~> 4.19.0)
net-imap (~> 0.6.3)
net-pop (~> 0.1.2)
net-smtp (~> 0.5.1)
omniauth (~> 2.1.4)
Expand All @@ -660,21 +662,21 @@ DEPENDENCIES
rest-client (~> 2.1.0)
rqrcode (~> 3.2)
rspec-rails (~> 8.0.2)
rubocop (~> 1.84.0)
rubocop (~> 1.84.2)
rubocop-factory_bot (~> 2.28.0)
rubocop-performance (~> 1.26, >= 1.26.1)
rubocop-rails (~> 2.34, >= 2.34.3)
rubocop-rspec (~> 3.9)
rubocop-rspec_rails (~> 2.32)
sentry-rails (~> 6.3)
sentry-ruby (~> 6.3)
sentry-sidekiq (~> 6.3)
sidekiq (~> 8.0.10)
sentry-rails (~> 6.3, >= 6.3.1)
sentry-ruby (~> 6.3, >= 6.3.1)
sentry-sidekiq (~> 6.3, >= 6.3.1)
sidekiq (~> 8.1.0)
sidekiq-scheduler (~> 6.0.1)
simple_form (~> 5.4.1)
simplecov (~> 0.22.0)
simplecov-lcov (~> 0.9.0)
spring (~> 4.4.0)
spring (~> 4.4.2)
spring-commands-rspec (~> 1.0.4)
spring-watcher-listen (~> 2.1.0)
sprockets-rails (~> 3.5, >= 3.5.2)
Expand Down
Loading