Skip to content

Commit c0d2a39

Browse files
authored
Ruby 3.0.0 (#5309)
1 parent 76d60ff commit c0d2a39

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/merge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true'))
5959
uses: ruby/setup-ruby@v1
6060
with:
61-
ruby-version: 2.7.1
61+
ruby-version: 3.0.0
6262
- name: but use cache to speed that up
6363
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true'))
6464
uses: actions/cache@v2

.github/workflows/sheldon.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Ruby
5151
uses: ruby/setup-ruby@v1
5252
with:
53-
ruby-version: 2.7.1
53+
ruby-version: 3.0.0
5454
- name: but use cache to speed that up
5555
uses: actions/cache@v2
5656
with:

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.env
2-
spec/sheldon/travis.json
2+
spec/sheldon/ci.json

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby '2.7.1'
1+
ruby '3.0.0'
22
source 'https://rubygems.org'
33

44
gem 'rake'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/citation-style-language/Sheldon.git
3-
revision: 0d607983e872e9344c64914277fd7409ac0e29d3
3+
revision: 38b6de75ac4dd86d6b3b47c172431e6e44f53ca0
44
specs:
55
sheldon (1.0.30)
66
citeproc-ruby
@@ -93,7 +93,7 @@ DEPENDENCIES
9393
sheldon!
9494

9595
RUBY VERSION
96-
ruby 2.7.1
96+
ruby 3.0.0p0
9797

9898
BUNDLED WITH
99-
2.1.4
99+
2.2.3

0 commit comments

Comments
 (0)