Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycole committed Nov 1, 2024
1 parent f196f82 commit e67becd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Layout/HashAlignment:
Style/ClassMethodsDefinitions:
Enabled: false

# Not sure if this improves readability or not...
Style/BitwisePredicate:
Enabled: false

RSpec/SpecFilePathFormat:
Enabled: false

Expand Down
29 changes: 16 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
avruby (0.5.1)
intel_hex (~> 0.5.3)
intel_hex (~> 0.6.0)
sorbet-runtime (~> 0.5.3)

GEM
Expand All @@ -11,11 +11,11 @@ GEM
ast (2.4.2)
byebug (11.1.3)
diff-lcs (1.5.1)
intel_hex (0.5.5)
json (2.7.2)
intel_hex (0.6.0)
json (2.7.5)
language_server-protocol (3.17.0.3)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
racc (1.8.1)
Expand All @@ -25,16 +25,16 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -44,20 +44,23 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.33.0)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.5)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
rubocop-shopify (2.9.0)
rubocop (~> 1.33)
ruby-progressbar (1.13.0)
sorbet (0.5.11577)
sorbet-static (= 0.5.11577)
sorbet-runtime (0.5.11577)
sorbet-static (0.5.11577-x86_64-linux)
sorbet (0.5.11631)
sorbet-static (= 0.5.11631)
sorbet-runtime (0.5.11631)
sorbet-static (0.5.11631-universal-darwin)
sorbet-static (0.5.11631-x86_64-linux)
unicode-display_width (2.6.0)

PLATFORMS
x86_64-darwin-19
x86_64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion avruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_development_dependency("rubocop-shopify", "~> 2.9.0")
s.add_development_dependency("sorbet")

s.add_dependency("intel_hex", "~> 0.5.3")
s.add_dependency("intel_hex", "~> 0.6.0")
s.add_dependency("sorbet-runtime", "~> 0.5.3")
s.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit e67becd

Please sign in to comment.