Skip to content

Commit

Permalink
try 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
avandenbogaert committed Jun 28, 2024
1 parent 5e7eadd commit 2b7b6b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.3.1
ruby-version: 2.3.8

- name: Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -41,6 +41,7 @@ jobs:
- name: Create docs
run: |
bundle install
gem install middleman:4.2.1
bundle exec middleman build --clean
- name: Configure AWS Credentials
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
execjs (2.9.0)
fast_blank (1.0.1)
fastimage (2.3.1)
ffi (1.15.4)
ffi (1.15.5)
haml (6.3.0)
temple (>= 0.8.2)
thor
Expand Down Expand Up @@ -130,4 +130,4 @@ RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.13.6
1.17.3

0 comments on commit 2b7b6b4

Please sign in to comment.