Skip to content

Commit

Permalink
Update gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
herbiebradley committed Dec 29, 2023
1 parent 46cb997 commit eeaefca
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Use GitHub Actions' cache to cache dependencies on servers
- uses: actions/cache@v3
Expand All @@ -29,7 +29,7 @@ jobs:
jekyll_src: './' # Default is root directory
jekyll_cfg: '_config.yml' # Default is _config.yml
jekyll_baseurl: '' # Default is according to _config.yml
bundler_ver: '>=0' # Default is latest bundler version
bundler_ver: '>=2.5.3' # Default is latest bundler version
cname: 'herbiebradley.com' # Default is to not use a cname
actor: '' # Default is the GITHUB_ACTOR
pre_build_commands: '' # Installing additional dependencies (Arch Linux)
53 changes: 49 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ GEM
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.1)
google-protobuf (3.25.1-aarch64-linux)
google-protobuf (3.25.1-arm64-darwin)
google-protobuf (3.25.1-x86-linux)
google-protobuf (3.25.1-x86_64-darwin)
google-protobuf (3.25.1-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -47,23 +52,63 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.69.6)
sass-embedded (1.69.6-aarch64-linux-android)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-aarch64-linux-gnu)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-aarch64-linux-musl)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-arm-linux-androideabi)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-arm-linux-gnueabihf)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-arm-linux-musleabihf)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-arm64-darwin)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-x86-linux-android)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-x86-linux-gnu)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-x86-linux-musl)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-x86_64-darwin)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-x86_64-linux-android)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-x86_64-linux-gnu)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-x86_64-linux-musl)
google-protobuf (~> 3.25)
rake (>= 13.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.8.1)

PLATFORMS
ruby
aarch64-linux
aarch64-linux-android
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-androideabi
arm-linux-gnueabihf
arm-linux-musleabihf
arm64-darwin
x86-linux
x86-linux-android
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux
x86_64-linux-android
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
jekyll
Expand Down

0 comments on commit eeaefca

Please sign in to comment.