Commit c0d2a39 1 parent 76d60ff commit c0d2a39 Copy full SHA for c0d2a39
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 58
58
if : github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true'))
59
59
uses : ruby/setup-ruby@v1
60
60
with :
61
- ruby-version : 2.7.1
61
+ ruby-version : 3.0.0
62
62
- name : but use cache to speed that up
63
63
if : github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (steps.update.outputs.updated == 'true' || steps.update.outputs.deleted == 'true'))
64
64
uses : actions/cache@v2
Original file line number Diff line number Diff line change 50
50
- name : Set up Ruby
51
51
uses : ruby/setup-ruby@v1
52
52
with :
53
- ruby-version : 2.7.1
53
+ ruby-version : 3.0.0
54
54
- name : but use cache to speed that up
55
55
uses : actions/cache@v2
56
56
with :
Original file line number Diff line number Diff line change 1
1
.env
2
- spec /sheldon /travis .json
2
+ spec /sheldon /ci .json
Original file line number Diff line number Diff line change 1
- ruby '2.7.1 '
1
+ ruby '3.0.0 '
2
2
source 'https://rubygems.org'
3
3
4
4
gem 'rake'
Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: https://github.com/citation-style-language/Sheldon.git
3
- revision: 0d607983e872e9344c64914277fd7409ac0e29d3
3
+ revision: 38b6de75ac4dd86d6b3b47c172431e6e44f53ca0
4
4
specs:
5
5
sheldon (1.0.30 )
6
6
citeproc-ruby
@@ -93,7 +93,7 @@ DEPENDENCIES
93
93
sheldon !
94
94
95
95
RUBY VERSION
96
- ruby 2.7.1
96
+ ruby 3.0.0p0
97
97
98
98
BUNDLED WITH
99
- 2.1.4
99
+ 2.2.3
You can’t perform that action at this time.
0 commit comments