Skip to content

Commit

Permalink
more bumps
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Jan 11, 2024
1 parent 565b365 commit 8f89f05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.2)
google-protobuf (3.25.2-arm64-darwin)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -47,29 +47,27 @@ 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.63.6)
sass-embedded (1.63.6-arm64-darwin)
google-protobuf (~> 3.23)
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)
yaml-lint (0.0.10)

PLATFORMS
ruby
arm64-darwin-23

DEPENDENCIES
jekyll (~> 4.3)
terminal-table (~> 3.0)
yaml-lint (~> 0.0.10)

BUNDLED WITH
2.1.4
2.4.22
3 changes: 2 additions & 1 deletion build-bin/gem/bundle_install
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
set -ue

# This script ensures bundler is setup and install is run
# Note: this is the last version of bundler to support Ruby 2.7
# Note: these are the last versions of rubygems and bundler to support Ruby 2.7
gem install rubygems-update -v 3.4.22
gem install bundler -v 2.4.22
bundle install

0 comments on commit 8f89f05

Please sign in to comment.