From 02bd4dcc00f80d57ba68ef115875a4bd2e1d431f Mon Sep 17 00:00:00 2001 From: Brusk Awat Date: Thu, 6 Apr 2023 00:02:36 +0300 Subject: [PATCH] Fixes gems --- .gitignore | 2 ++ Gemfile | 4 +--- Gemfile.lock | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b04a8c8..af00795 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ # rspec failure tracking .rspec_status + +*.gem \ No newline at end of file diff --git a/Gemfile b/Gemfile index f605c7b..0cd9a36 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 1d8ab9f..c8af45c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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