diff options
author | Valentin Popov <valentin@popov.link> | 2024-05-18 09:04:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-18 09:04:09 +0300 |
commit | 487f60f4512bbe061091b620712ba3982b0f045f (patch) | |
tree | 1b758f7880ef449fe0bb05ef718a7d5d4c8f18b3 | |
parent | 4c7c5dfaf2f41aab59c697c1a084cb742c71f7b6 (diff) | |
parent | c0c48b4f062873245ebb1861e80b847edfd96a75 (diff) | |
download | popov.link-487f60f4512bbe061091b620712ba3982b0f045f.tar.xz popov.link-487f60f4512bbe061091b620712ba3982b0f045f.zip |
Merge pull request #3 from valentineus/dependabot/bundler/bundler-ef8ef157fc
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 91bdee1..db349c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,7 +245,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rouge (3.30.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -260,6 +261,7 @@ GEM faraday (>= 0.17.3, < 3) simpleidn (0.2.1) unf (~> 0.1.4) + strscan (3.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) typhoeus (1.4.1) |