Skip to content
Closed
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ group :test do
gem 'rspec-wait'
gem 'rubocop', '~> 1.63.3'
gem 'rubocop-rails', '~> 2.24'
gem 'rubocop-rspec', '~> 2.26'
gem 'rubocop-rspec', '~> 2.31'
gem 'rubocop-sequel', '~> 0.3.4'
gem 'timecop'
gem 'webmock', '> 2.3.1'
Expand Down
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ GEM
parallel (1.24.0)
parallel_tests (4.7.0)
parallel
parser (3.3.0.5)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand All @@ -372,7 +372,7 @@ GEM
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (2.2.9)
rack-protection (3.2.0)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -411,7 +411,7 @@ GEM
redis-client (>= 0.22.0)
redis-client (0.22.0)
connection_pool
regexp_parser (2.9.0)
regexp_parser (2.9.2)
reline (0.5.0)
io-console (~> 0.5)
representable (3.2.0)
Expand All @@ -427,7 +427,8 @@ GEM
retryable (3.0.5)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rfc822 (0.1.5)
roodi (5.0.0)
ruby_parser (~> 3.2, >= 3.2.2)
Expand Down Expand Up @@ -476,8 +477,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand All @@ -487,10 +488,13 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.26.1)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
rubocop-sequel (0.3.4)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -550,6 +554,7 @@ GEM
fluent-logger
yajl-ruby (~> 1.0)
stringio (3.1.0)
strscan (3.1.0)
talentbox-delayed_job_sequel (4.3.0)
delayed_job (~> 4.1.0)
sequel (>= 3.38, < 6.0)
Expand Down Expand Up @@ -658,7 +663,7 @@ DEPENDENCIES
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.63.3)
rubocop-rails (~> 2.24)
rubocop-rspec (~> 2.26)
rubocop-rspec (~> 2.31)
rubocop-sequel (~> 0.3.4)
rubyzip (>= 1.3.0)
sequel (~> 5.79)
Expand Down