Skip to content

Commit

Permalink
removed rubocop-thread_safety gem
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Jun 19, 2024
1 parent 552db26 commit 4545f74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
ruby: [ '3.2.2' ]
ruby: [ '3.2', '3.2.2' ]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ group :development, :test do
gem "rubocop-packaging"
gem "rubocop-rspec"
gem "rubocop-shopify"
gem "rubocop-thread_safety"
# gem "rubocop-thread_safety"
end

group :development do
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,6 @@ GEM
rubocop (~> 1.61)
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
rubocop-thread_safety (0.5.1)
rubocop (>= 0.90.0)
ruby-lsp (0.7.6)
language_server-protocol (~> 3.17.0)
sorbet-runtime
Expand Down Expand Up @@ -529,7 +527,6 @@ DEPENDENCIES
rubocop-performance
rubocop-rspec
rubocop-shopify
rubocop-thread_safety
ruby-lsp
ruby-lsp-rails
ruby-openai
Expand Down

0 comments on commit 4545f74

Please sign in to comment.