Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update & Pin Ruby #74

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: paddyroddy/.github/actions/github-pages/jekyll@c3bb562d91f4004231cdd8497106a209a7531f40 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ruby-version: "3.2"
ruby-version: "3.3"
13 changes: 6 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
source 'https://rubygems.org'

gem 'jekyll'
gem 'jekyll', '~>4'

group :jekyll_plugins do
gem 'faraday-retry'
gem 'jekyll-github-metadata'
gem 'jekyll-redirect-from'
gem 'jekyll-remote-theme'
gem 'jekyll-seo-tag'
gem 'webrick'
gem 'faraday-retry','~>2'
gem 'jekyll-github-metadata', '~>2'
gem 'jekyll-redirect-from', '~>0'
gem 'jekyll-remote-theme', '~>0'
gem 'jekyll-seo-tag', '~>2'
end
97 changes: 84 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,20 @@ GEM
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (4.26.1)
rake (>= 13)
google-protobuf (4.26.1-aarch64-linux)
rake (>= 13)
google-protobuf (4.26.1-arm64-darwin)
rake (>= 13)
google-protobuf (4.26.1-x86-linux)
rake (>= 13)
google-protobuf (4.26.1-x86_64-darwin)
rake (>= 13)
google-protobuf (4.26.1-x86_64-linux)
rake (>= 13)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -72,18 +80,59 @@ GEM
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
rake (13.1.0)
public_suffix (5.0.5)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.2.1)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass-embedded (1.72.0-arm64-darwin)
sass-embedded (1.75.0)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
sass-embedded (1.75.0-aarch64-linux-android)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-aarch64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-aarch64-linux-musl)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-aarch64-mingw-ucrt)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-arm-linux-androideabi)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-arm-linux-gnueabihf)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-arm-linux-musleabihf)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-riscv64-linux-android)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-riscv64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-riscv64-linux-musl)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-x86-cygwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-x86-linux-android)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-x86-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-x86-linux-musl)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-x86-mingw-ucrt)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-x86_64-cygwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-x86_64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-x86_64-linux-android)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.75.0-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.72.0-x86_64-linux-gnu)
sass-embedded (1.75.0-x86_64-linux-musl)
google-protobuf (>= 3.25, < 5.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
Expand All @@ -95,17 +144,39 @@ GEM
webrick (1.8.1)

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

DEPENDENCIES
faraday-retry
jekyll
jekyll-github-metadata
jekyll-redirect-from
jekyll-remote-theme
jekyll-seo-tag
webrick
faraday-retry (~> 2)
jekyll (~> 4)
jekyll-github-metadata (~> 2)
jekyll-redirect-from (~> 0)
jekyll-remote-theme (~> 0)
jekyll-seo-tag (~> 2)

BUNDLED WITH
2.5.5
2.5.9