File tree 5 files changed +25
-26
lines changed
5 files changed +25
-26
lines changed Original file line number Diff line number Diff line change 14
14
- name : Set up Ruby
15
15
uses : ruby/setup-ruby@v1
16
16
with :
17
- ruby-version : 2.4.4
17
+ ruby-version : 2.7.5
18
18
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
19
19
- name : Build
20
20
run : bundle exec jekyll build
Original file line number Diff line number Diff line change 11
11
- name : Set up Ruby
12
12
uses : ruby/setup-ruby@v1
13
13
with :
14
- ruby-version : 2.4.4
14
+ ruby-version : 2.7.5
15
15
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
16
16
- name : Build
17
17
run : bundle exec jekyll build
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
- ruby '2.4.4 '
2
+ ruby '2.7.5 '
3
3
gem 'ruby_dep' , '1.3.1'
4
4
gem 'jekyll' , '3.8.5'
5
5
gem 'jekyll-paginate' , '1.1.0'
Original file line number Diff line number Diff line change 4
4
addressable (2.8.0 )
5
5
public_suffix (>= 2.0.2 , < 5.0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.1.3 )
8
- em-websocket (0.5.1 )
7
+ concurrent-ruby (1.1.9 )
8
+ em-websocket (0.5.3 )
9
9
eventmachine (>= 0.12.9 )
10
- http_parser.rb (~> 0.6.0 )
10
+ http_parser.rb (~> 0 )
11
11
eventmachine (1.2.7 )
12
12
eventmachine (1.2.7-x64-mingw32 )
13
13
execjs (2.6.0 )
14
14
fastimage (1.8.1 )
15
15
addressable (~> 2.3 , >= 2.3.5 )
16
- ffi (1.9.25 )
17
- ffi (1.9.25 -x64-mingw32 )
16
+ ffi (1.15.5 )
17
+ ffi (1.15.5 -x64-mingw32 )
18
18
forwardable-extended (2.6.0 )
19
- http_parser.rb (0.6 .0 )
19
+ http_parser.rb (0.8 .0 )
20
20
i18n (0.9.5 )
21
21
concurrent-ruby (~> 1.0 )
22
22
jekyll (3.8.5 )
41
41
jekyll-paginate (1.1.0 )
42
42
jekyll-sass-converter (1.5.2 )
43
43
sass (~> 3.4 )
44
- jekyll-watch (2.1.2 )
44
+ jekyll-watch (2.2.1 )
45
45
listen (~> 3.0 )
46
- json (2.3 .1 )
46
+ json (2.6 .1 )
47
47
kramdown (1.17.0 )
48
- liquid (4.0.1 )
49
- listen (3.1.5 )
50
- rb-fsevent (~> 0.9 , >= 0.9.4 )
51
- rb-inotify (~> 0.9 , >= 0.9.7 )
52
- ruby_dep (~> 1.2 )
48
+ liquid (4.0.3 )
49
+ listen (3.7.1 )
50
+ rb-fsevent (~> 0.10 , >= 0.10.3 )
51
+ rb-inotify (~> 0.9 , >= 0.9.10 )
53
52
mercenary (0.3.6 )
54
53
pathutil (0.16.2 )
55
54
forwardable-extended (~> 2.6 )
56
55
public_suffix (4.0.6 )
57
56
rack (2.2.3 )
58
- rb-fsevent (0.10.3 )
59
- rb-inotify (0.9.10 )
60
- ffi (>= 0.5.0 , < 2 )
61
- rouge (3.3 .0 )
57
+ rb-fsevent (0.11.1 )
58
+ rb-inotify (0.10.1 )
59
+ ffi (~> 1.0 )
60
+ rouge (3.28 .0 )
62
61
ruby_dep (1.3.1 )
63
- safe_yaml (1.0.4 )
62
+ safe_yaml (1.0.5 )
64
63
sass (3.4.20 )
65
64
sprockets (3.7.2 )
66
65
concurrent-ruby (~> 1.0 )
67
66
rack (> 1 , < 3 )
68
- sprockets-helpers (1.2.1 )
67
+ sprockets-helpers (1.4.0 )
69
68
sprockets (>= 2.2 )
70
- tilt (2.0.9 )
69
+ tilt (2.0.10 )
71
70
uglifier (2.7.2 )
72
71
execjs (>= 0.3.0 )
73
72
json (>= 1.8.0 )
@@ -86,7 +85,7 @@ DEPENDENCIES
86
85
uglifier (= 2.7.2 )
87
86
88
87
RUBY VERSION
89
- ruby 2.4.4p296
88
+ ruby 2.7.5p203
90
89
91
90
BUNDLED WITH
92
- 2.0.1
91
+ 2.3.7
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ we will need to set up some Ruby tooling.
18
18
First, install RVM (Ruby Version Manager): https://rvm.io/rvm/install
19
19
Then run the following commands:
20
20
``` bash
21
- $ rvm use 2.4.4 --install
21
+ $ rvm use 2.7.5 --install
22
22
23
23
# Set up Bundler, a Ruby package manager
24
24
# It downloads dependencies specified in a Gemfile
You can’t perform that action at this time.
0 commit comments