Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true
- name: Jekyll Build
run: bundle exec jekyll build
Expand All @@ -40,7 +40,7 @@ jobs:
run: cd rails && git fetch --depth=1 origin refs/tags/v8*:refs/tags/v8*
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true
- name: Doc Build
run: rake build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
source 'https://rubygems.org'

gem 'jekyll'

gem 'csv'
gem 'nokogiri', '1.15.6'
gem 'rake'
gem 'webrick'

group :jekyll_plugins do
gem 'github-pages'
gem 'faraday', '~> 2.8.1' # For Ruby v2.x
gem 'github-pages'
gem 'jekyll-include-cache'
gem 'jekyll-toc'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ GEM
commonmarker (0.23.10)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
csv (3.3.5)
dnsruby (1.72.1)
simpleidn (~> 0.2.1)
drb (2.2.1)
Expand Down Expand Up @@ -268,6 +269,7 @@ PLATFORMS
ruby

DEPENDENCIES
csv
faraday (~> 2.8.1)
github-pages
jekyll
Expand Down