Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 80049b2

Browse files
committed
gem and bundle update
1 parent 9f55dcf commit 80049b2

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

mysql-ruby-lambda/.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_BUILD__MYSQL2: " --with-mysql-lib=/opt/homebrew/Cellar/mysql/9.3.0/lib --with-mysql-dir=/opt/homebrew/Cellar/mysql/9.3.0 --with-mysql-config=/opt/homebrew/Cellar/mysql/9.3.0/bin/mysql_config --with-mysql-include=/opt/homebrew/Cellar/mysql/9.3.0/include"

mysql-ruby-lambda/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
ast (2.4.3)
12-
json (2.10.2)
12+
json (2.11.3)
1313
language_server-protocol (3.17.0.4)
1414
lint_roller (1.1.0)
1515
mysql2 (0.5.6)
16-
parallel (1.26.3)
17-
parser (3.3.7.4)
16+
parallel (1.27.0)
17+
parser (3.3.8.0)
1818
ast (~> 2.4.1)
1919
racc
2020
prism (1.4.0)
2121
racc (1.8.1)
2222
rainbow (3.1.1)
2323
regexp_parser (2.10.0)
24-
rubocop (1.75.1)
24+
rubocop (1.75.5)
2525
json (~> 2.3)
2626
language_server-protocol (~> 3.17.0.2)
2727
lint_roller (~> 1.1.0)
2828
parallel (~> 1.10)
2929
parser (>= 3.3.0.2)
3030
rainbow (>= 2.2.2, < 4.0)
3131
regexp_parser (>= 2.9.3, < 3.0)
32-
rubocop-ast (>= 1.43.0, < 2.0)
32+
rubocop-ast (>= 1.44.0, < 2.0)
3333
ruby-progressbar (~> 1.7)
3434
unicode-display_width (>= 2.4.0, < 4.0)
35-
rubocop-ast (1.43.0)
35+
rubocop-ast (1.44.1)
3636
parser (>= 3.3.7.2)
3737
prism (~> 1.4)
3838
ruby-progressbar (1.13.0)
@@ -50,4 +50,4 @@ DEPENDENCIES
5050
uc3-ssm!
5151

5252
BUNDLED WITH
53-
2.6.6
53+
2.6.8

0 commit comments

Comments
 (0)