Skip to content

Commit e67becd

Browse files
committed
Update dependencies
1 parent f196f82 commit e67becd

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Layout/HashAlignment:
1515
Style/ClassMethodsDefinitions:
1616
Enabled: false
1717

18+
# Not sure if this improves readability or not...
19+
Style/BitwisePredicate:
20+
Enabled: false
21+
1822
RSpec/SpecFilePathFormat:
1923
Enabled: false
2024

Gemfile.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
avruby (0.5.1)
5-
intel_hex (~> 0.5.3)
5+
intel_hex (~> 0.6.0)
66
sorbet-runtime (~> 0.5.3)
77

88
GEM
@@ -11,11 +11,11 @@ GEM
1111
ast (2.4.2)
1212
byebug (11.1.3)
1313
diff-lcs (1.5.1)
14-
intel_hex (0.5.5)
15-
json (2.7.2)
14+
intel_hex (0.6.0)
15+
json (2.7.5)
1616
language_server-protocol (3.17.0.3)
1717
parallel (1.26.3)
18-
parser (3.3.5.0)
18+
parser (3.3.5.1)
1919
ast (~> 2.4.1)
2020
racc
2121
racc (1.8.1)
@@ -25,16 +25,16 @@ GEM
2525
rspec-core (~> 3.13.0)
2626
rspec-expectations (~> 3.13.0)
2727
rspec-mocks (~> 3.13.0)
28-
rspec-core (3.13.1)
28+
rspec-core (3.13.2)
2929
rspec-support (~> 3.13.0)
3030
rspec-expectations (3.13.3)
3131
diff-lcs (>= 1.2.0, < 2.0)
3232
rspec-support (~> 3.13.0)
33-
rspec-mocks (3.13.1)
33+
rspec-mocks (3.13.2)
3434
diff-lcs (>= 1.2.0, < 2.0)
3535
rspec-support (~> 3.13.0)
3636
rspec-support (3.13.1)
37-
rubocop (1.66.1)
37+
rubocop (1.68.0)
3838
json (~> 2.3)
3939
language_server-protocol (>= 3.17.0)
4040
parallel (~> 1.10)
@@ -44,20 +44,23 @@ GEM
4444
rubocop-ast (>= 1.32.2, < 2.0)
4545
ruby-progressbar (~> 1.7)
4646
unicode-display_width (>= 2.4.0, < 3.0)
47-
rubocop-ast (1.32.3)
47+
rubocop-ast (1.33.0)
4848
parser (>= 3.3.1.0)
49-
rubocop-rspec (3.0.5)
49+
rubocop-rspec (3.2.0)
5050
rubocop (~> 1.61)
5151
rubocop-shopify (2.9.0)
5252
rubocop (~> 1.33)
5353
ruby-progressbar (1.13.0)
54-
sorbet (0.5.11577)
55-
sorbet-static (= 0.5.11577)
56-
sorbet-runtime (0.5.11577)
57-
sorbet-static (0.5.11577-x86_64-linux)
54+
sorbet (0.5.11631)
55+
sorbet-static (= 0.5.11631)
56+
sorbet-runtime (0.5.11631)
57+
sorbet-static (0.5.11631-universal-darwin)
58+
sorbet-static (0.5.11631-x86_64-linux)
5859
unicode-display_width (2.6.0)
5960

6061
PLATFORMS
62+
x86_64-darwin-19
63+
x86_64-darwin-24
6164
x86_64-linux
6265

6366
DEPENDENCIES

avruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
s.add_development_dependency("rubocop-shopify", "~> 2.9.0")
2525
s.add_development_dependency("sorbet")
2626

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

0 commit comments

Comments
 (0)