Fixes gems

This commit is contained in:
Brusk Awat 2023-04-06 00:02:36 +03:00
parent b45eb3a0a7
commit 02bd4dcc00
Signed by: broosk1993
GPG Key ID: 5D20F7E02649F74E
3 changed files with 9 additions and 9 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@
# rspec failure tracking
.rspec_status
*.gem

View File

@ -6,13 +6,11 @@ source 'https://rubygems.org'
gemspec
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rubocop-rails', '~> 2.18'
group :development, :test do
gem 'activesupport', '~> 7.0'
gem 'sidekiq', '~> 7.0', require: true
gem 'sidekiq', '~> 7.0'
gem 'sidekiq-cron', '~> 1.10'
end

View File

@ -33,7 +33,7 @@ GEM
json (2.6.3)
minitest (5.18.0)
parallel (1.22.1)
parser (3.2.1.0)
parser (3.2.2.0)
ast (~> 2.4.1)
raabro (1.4.0)
rack (2.2.6.4)
@ -53,21 +53,21 @@ GEM
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.48.0)
rubocop (1.49.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-rails (2.18.0)
activesupport (>= 4.2.0)
@ -104,4 +104,4 @@ DEPENDENCIES
sidekiq-cron (~> 1.10)
BUNDLED WITH
2.4.2
2.4.7