Skip to content

Commit a9ef482

Browse files
committed
Update gems and switch to Ruby 3.1
1 parent 08d20c1 commit a9ef482

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
FORCE_COLOR: 2
1212
NODE: 16
13-
RUBY: 2.7
13+
RUBY: 3.1
1414

1515
jobs:
1616
test:
@@ -29,15 +29,9 @@ jobs:
2929
- name: Set up Ruby
3030
uses: ruby/setup-ruby@v1
3131
with:
32-
ruby-version: "${{ env.RUBY }}"
32+
ruby-version: ${{ env.RUBY }}
3333
bundler-cache: true
3434

35-
- name: Version info
36-
run: |
37-
ruby --version
38-
gem --version
39-
bundle --version
40-
4135
- name: Install npm dependencies
4236
run: npm ci
4337

@@ -58,7 +52,8 @@ jobs:
5852
if: github.repository == 'mdo/github-buttons' && startsWith(github.ref, 'refs/tags/')
5953

6054
steps:
61-
- uses: actions/checkout@v3
55+
- name: Clone repository
56+
uses: actions/checkout@v3
6257

6358
- name: Download docs
6459
uses: actions/download-artifact@v3

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
addressable (2.8.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.9)
7+
concurrent-ruby (1.1.10)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
@@ -39,7 +39,7 @@ GEM
3939
jekyll (>= 3.7, < 5.0)
4040
jekyll-watch (2.2.1)
4141
listen (~> 3.0)
42-
kramdown (2.3.1)
42+
kramdown (2.3.2)
4343
rexml
4444
kramdown-parser-gfm (1.1.0)
4545
kramdown (~> 2.0)
@@ -50,7 +50,7 @@ GEM
5050
mercenary (0.4.0)
5151
pathutil (0.16.2)
5252
forwardable-extended (~> 2.6)
53-
public_suffix (4.0.6)
53+
public_suffix (4.0.7)
5454
rb-fsevent (0.11.1)
5555
rb-inotify (0.10.1)
5656
ffi (~> 1.0)
@@ -79,4 +79,4 @@ DEPENDENCIES
7979
webrick (~> 1.7)
8080

8181
BUNDLED WITH
82-
2.3.9
82+
2.3.12

0 commit comments

Comments
 (0)