Skip to content

Commit 154b0ff

Browse files
committed
Fix buffer overflow
1 parent 942fee8 commit 154b0ff

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/Shopify/memcached.git
3-
revision: 54a89bae698896a00fd2ceeb142dada6285f73ed
3+
revision: 30f5735d5db2dfd50dd885ceeb51672320b356d3
44
branch: 1-0-stable-shopify
55
specs:
66
memcached (1.9.0)
@@ -35,31 +35,31 @@ GEM
3535
ar_transaction_changes (1.1.9)
3636
activerecord (>= 5.2.0)
3737
ast (2.4.2)
38-
base64 (0.2.0)
39-
bigdecimal (3.1.8)
38+
base64 (0.3.0)
39+
bigdecimal (3.2.2)
4040
byebug (11.1.3)
4141
cityhash (0.6.0)
42-
concurrent-ruby (1.3.4)
43-
connection_pool (2.4.1)
42+
concurrent-ruby (1.3.5)
43+
connection_pool (2.5.3)
4444
dalli (3.2.3)
45-
drb (2.2.1)
46-
i18n (1.14.5)
45+
drb (2.2.3)
46+
i18n (1.14.7)
4747
concurrent-ruby (~> 1.0)
4848
json (2.7.1)
4949
language_server-protocol (3.17.0.3)
50-
logger (1.6.0)
50+
logger (1.7.0)
5151
memcached_store (2.3.4)
5252
activesupport (>= 6)
5353
memcached (~> 1.8)
54-
minitest (5.25.1)
54+
minitest (5.25.5)
5555
mocha (2.1.0)
5656
ruby2_keywords (>= 0.0.5)
5757
mysql2 (0.5.6)
5858
parallel (1.24.0)
5959
parser (3.3.0.5)
6060
ast (~> 2.4.1)
6161
racc
62-
pg (1.5.6)
62+
pg (1.5.9)
6363
racc (1.7.3)
6464
rainbow (3.1.1)
6565
rake (13.1.0)
@@ -82,7 +82,7 @@ GEM
8282
rubocop (~> 1.33)
8383
ruby-progressbar (1.13.0)
8484
ruby2_keywords (0.0.5)
85-
securerandom (0.3.1)
85+
securerandom (0.4.1)
8686
spy (1.0.5)
8787
stackprof (0.2.26)
8888
timeout (0.4.1)

0 commit comments

Comments
 (0)