Skip to content

Commit

Permalink
refactor: add cell dependencies sync worker
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitz committed Jan 19, 2024
1 parent 3c61b02 commit e67972e
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 144 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@ Layout/InitialIndentation:
Enabled: false

Layout/LineLength:
Description: 'Limit lines to 80 characters.'
Description: 'Limit lines to 200 characters.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#80-character-limits'
Max: 80
Max: 200

# Lint

Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ gem "with_advisory_lock"

gem "nokogiri", ">= 1.11.0.rc4"

gem "benchmark_methods", require: false
gem "sentry-ruby"
gem "sentry-rails"
gem "sentry-sidekiq"
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ GEM
awesome_print (1.9.2)
backport (1.2.0)
benchmark (0.2.1)
benchmark_methods (0.7)
bigdecimal (3.1.4)
bootsnap (1.13.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -479,7 +478,6 @@ DEPENDENCIES
annotate
async-websocket (~> 0.22.1)
awesome_print
benchmark_methods
bigdecimal
bootsnap
ckb-sdk-ruby!
Expand Down
Loading

0 comments on commit e67972e

Please sign in to comment.