Skip to content

Commit

Permalink
Update RubyGems (#196)
Browse files Browse the repository at this point in the history
* Update RubyGems

* Update Gemfile.lock
  • Loading branch information
MortenGregersen authored Aug 6, 2024
1 parent eda1dd9 commit b9f3e7c
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,16 @@ GEM
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
Expand All @@ -88,15 +96,19 @@ GEM
netrc (0.11.0)
nkf (0.2.0)
open4 (1.3.4)
public_suffix (4.0.7)
public_suffix (6.0.1)
redcarpet (3.6.0)
rexml (3.3.3)
rexml (3.3.4)
strscan
rouge (4.3.0)
ruby-macho (1.4.0)
sassc (2.4.0)
ffi (~> 1.9)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86-linux)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
strscan (3.1.0)
thread_safe (0.3.6)
Expand All @@ -114,12 +126,23 @@ GEM
nanaimo (~> 0.3.0)

PLATFORMS
arm64-darwin-21
arm64-darwin-23
aarch64-linux
aarch64-linux-gnu
aarch64-linux-musl
arm-linux
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86-linux
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
jazzy (~> 0.14.4)

BUNDLED WITH
2.4.21
2.5.17

0 comments on commit b9f3e7c

Please sign in to comment.