Skip to content

Commit

Permalink
Fix gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
viralpraxis committed Oct 1, 2024
1 parent 580beed commit 9fc0cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ DEPENDENCIES
rubocop (~> 1.21)
rubocop-rake
rubocop-rspec
rubocop-thread_safety
rubocop-thread_safety (~> 0.5.1)
simplecov

BUNDLED WITH
Expand Down

0 comments on commit 9fc0cb3

Please sign in to comment.