From f97adbb41b2b1fee50d34449c3ee89bdcdb32ffa Mon Sep 17 00:00:00 2001 From: engn33r Date: Mon, 9 Sep 2024 00:00:00 +0000 Subject: [PATCH] Fix server build with lower Ruby version --- .ruby-version | 2 +- Gemfile.lock | 4 +--- ...-smart-wallets.md => 2024-09-09-security-notes-erc4337.md} | 0 3 files changed, 2 insertions(+), 4 deletions(-) rename _posts/{2024-09-09-security-notes-on-erc4337-and-smart-wallets.md => 2024-09-09-security-notes-erc4337.md} (100%) diff --git a/.ruby-version b/.ruby-version index 490631a..b347b11 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0-rc1 +3.2.3 diff --git a/Gemfile.lock b/Gemfile.lock index 621a1a1..cc24355 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,8 +61,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.6) - strscan + rexml (3.3.7) rouge (3.30.0) safe_yaml (1.0.5) sass (3.7.4) @@ -70,7 +69,6 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - strscan (3.1.0) webrick (1.8.1) PLATFORMS diff --git a/_posts/2024-09-09-security-notes-on-erc4337-and-smart-wallets.md b/_posts/2024-09-09-security-notes-erc4337.md similarity index 100% rename from _posts/2024-09-09-security-notes-on-erc4337-and-smart-wallets.md rename to _posts/2024-09-09-security-notes-erc4337.md