File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ group :test do
89
89
gem 'rubocop-rails' , '~> 2.29'
90
90
gem 'rubocop-rspec' , '~> 3.4'
91
91
gem 'rubocop-rspec_rails'
92
- gem 'rubocop-sequel' , '~> 0.3.8 '
92
+ gem 'rubocop-sequel' , '~> 0.4.1 '
93
93
gem 'timecop'
94
94
gem 'webmock' , '> 2.3.1'
95
95
end
Original file line number Diff line number Diff line change 500
500
lint_roller (~> 1.1 )
501
501
rubocop (~> 1.72 , >= 1.72.1 )
502
502
rubocop-rspec (~> 3.5 )
503
- rubocop-sequel (0.3.8 )
504
- rubocop (~> 1.0 )
503
+ rubocop-sequel (0.4.1 )
504
+ lint_roller (~> 1.1 )
505
+ rubocop (>= 1.72.1 , < 2 )
505
506
ruby-progressbar (1.13.0 )
506
507
ruby2_keywords (0.0.5 )
507
508
ruby_parser (3.8.3 )
@@ -674,7 +675,7 @@ DEPENDENCIES
674
675
rubocop-rails (~> 2.29 )
675
676
rubocop-rspec (~> 3.4 )
676
677
rubocop-rspec_rails
677
- rubocop-sequel (~> 0.3.8 )
678
+ rubocop-sequel (~> 0.4.1 )
678
679
rubyzip (>= 1.3.0 )
679
680
sequel (~> 5.91 )
680
681
sequel_pg
You can’t perform that action at this time.
0 commit comments