From 9fc0cb391fd94ce2e9e211e7e3e35627c694c594 Mon Sep 17 00:00:00 2001 From: viralpraxis Date: Tue, 1 Oct 2024 09:24:35 +0300 Subject: [PATCH] Fix gemfile --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 39e451a..f1983ab 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,5 @@ gem 'rspec', '~> 3.0' gem 'rubocop', '~> 1.21' gem 'rubocop-rake' gem 'rubocop-rspec' -gem 'rubocop-thread_safety' +gem 'rubocop-thread_safety', '~> 0.5.1' gem 'simplecov', require: false, group: :test diff --git a/Gemfile.lock b/Gemfile.lock index fbd1b02..9084240 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ DEPENDENCIES rubocop (~> 1.21) rubocop-rake rubocop-rspec - rubocop-thread_safety + rubocop-thread_safety (~> 0.5.1) simplecov BUNDLED WITH