diff options
author | Egor Tensin <egor@tensin.name> | 2024-06-23 20:35:53 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-06-23 20:35:53 +0200 |
commit | 057f6e4bc476735a9a6b1511a9c7cb02a3423f4a (patch) | |
tree | 4089545a6f72b5b6d4e78ff34753e49f56ff7bc5 /Gemfile.lock | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-057f6e4bc476735a9a6b1511a9c7cb02a3423f4a.tar.gz sorting-algorithms-057f6e4bc476735a9a6b1511a9c7cb02a3423f4a.zip |
bump dependencies
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f87a81c..3a1ab21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,23 +1,27 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + bigdecimal (3.1.8) colorator (1.1.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - faraday (2.9.0) + faraday (2.9.2) faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http - ffi (1.16.3) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (4.26.1-arm64-darwin) + google-protobuf (4.27.1-arm64-darwin) + bigdecimal rake (>= 13) - google-protobuf (4.26.1-x86_64-linux) + google-protobuf (4.27.1-x86_64-linux) + bigdecimal rake (>= 13) htmlbeautifier (1.4.3) htmlcompressor (0.4.0) @@ -72,19 +76,19 @@ GEM sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.5) + public_suffix (6.0.0) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.8) - strscan (>= 3.0.9) - rouge (4.2.1) + rexml (3.3.0) + strscan + rouge (4.3.0) rubyzip (2.3.2) safe_yaml (1.0.5) - sass-embedded (1.77.2-arm64-darwin) + sass-embedded (1.77.5-arm64-darwin) google-protobuf (>= 3.25, < 5.0) - sass-embedded (1.77.2-x86_64-linux-gnu) + sass-embedded (1.77.5-x86_64-linux-gnu) google-protobuf (>= 3.25, < 5.0) sawyer (0.9.2) addressable (>= 2.3.5) |