Skip to content

Commit 82e7696

Browse files
authored
chore: bump ruby and dependency versions (#1365)
1 parent 04da06a commit 82e7696

File tree

4 files changed

+45
-55
lines changed

4 files changed

+45
-55
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.2

Gemfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source "https://rubygems.org"
22

3-
gem 'jekyll', '~>4.3.1'
4-
gem "kramdown", "~> 2.4.0"
5-
gem "kramdown-parser-gfm", "~> 1.1.0"
6-
gem 'therubyracer', '~>0.12.3'
7-
gem 'rouge', '~> 4.0.1'
8-
gem 'bourbon', '~> 6.0.0'
9-
gem 'neat', '~> 3.0.1'
10-
gem 'nokogiri', '~> 1.14.0'
3+
gem 'bourbon', '~> 4.2'
4+
gem 'jekyll', '~> 3.9'
5+
gem 'neat', '~> 1.7'
6+
gem 'nokogiri', '~> 1.13'
7+
gem 'rouge', '~> 2.2'
8+
gem 'therubyracer', '~> 0.12'
9+
gem "kramdown-parser-gfm", "~> 1.1"
10+
gem "kramdown", "~> 2.3"

Gemfile.lock

Lines changed: 34 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,89 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
6-
bourbon (6.0.0)
6+
bourbon (4.3.4)
7+
sass (~> 3.4)
78
thor (~> 0.19)
89
colorator (1.1.0)
9-
concurrent-ruby (1.1.10)
10+
concurrent-ruby (1.2.2)
1011
em-websocket (0.5.3)
1112
eventmachine (>= 0.12.9)
1213
http_parser.rb (~> 0)
1314
eventmachine (1.2.7)
14-
ffi (1.15.5)
15+
ffi (1.16.3)
1516
forwardable-extended (2.6.0)
16-
google-protobuf (3.21.12)
1717
http_parser.rb (0.8.0)
18-
i18n (1.12.0)
18+
i18n (1.14.1)
1919
concurrent-ruby (~> 1.0)
20-
jekyll (4.3.1)
20+
jekyll (3.9.3)
2121
addressable (~> 2.4)
2222
colorator (~> 1.0)
2323
em-websocket (~> 0.5)
24-
i18n (~> 1.0)
25-
jekyll-sass-converter (>= 2.0, < 4.0)
24+
i18n (>= 0.7, < 2)
25+
jekyll-sass-converter (~> 1.0)
2626
jekyll-watch (~> 2.0)
27-
kramdown (~> 2.3, >= 2.3.1)
28-
kramdown-parser-gfm (~> 1.0)
27+
kramdown (>= 1.17, < 3)
2928
liquid (~> 4.0)
30-
mercenary (>= 0.3.6, < 0.5)
29+
mercenary (~> 0.3.3)
3130
pathutil (~> 0.9)
32-
rouge (>= 3.0, < 5.0)
31+
rouge (>= 1.7, < 4)
3332
safe_yaml (~> 1.0)
34-
terminal-table (>= 1.8, < 4.0)
35-
webrick (~> 1.7)
36-
jekyll-sass-converter (3.0.0)
37-
sass-embedded (~> 1.54)
33+
jekyll-sass-converter (1.5.2)
34+
sass (~> 3.4)
3835
jekyll-watch (2.2.1)
3936
listen (~> 3.0)
4037
kramdown (2.4.0)
4138
rexml
4239
kramdown-parser-gfm (1.1.0)
4340
kramdown (~> 2.0)
44-
libv8 (3.16.14.19)
41+
libv8 (3.16.14.19.1)
4542
liquid (4.0.4)
4643
listen (3.8.0)
4744
rb-fsevent (~> 0.10, >= 0.10.3)
4845
rb-inotify (~> 0.9, >= 0.9.10)
49-
mercenary (0.4.0)
50-
mini_portile2 (2.8.1)
51-
neat (3.0.1)
52-
sass (~> 3.4)
46+
mercenary (0.3.6)
47+
mini_portile2 (2.8.5)
48+
neat (1.9.1)
49+
sass (>= 3.3)
5350
thor (~> 0.19)
54-
nokogiri (1.14.0)
55-
mini_portile2 (~> 2.8.0)
51+
nokogiri (1.15.5)
52+
mini_portile2 (~> 2.8.2)
5653
racc (~> 1.4)
5754
pathutil (0.16.2)
5855
forwardable-extended (~> 2.6)
59-
public_suffix (5.0.1)
60-
racc (1.6.2)
61-
rake (13.0.6)
56+
public_suffix (5.0.4)
57+
racc (1.7.3)
6258
rb-fsevent (0.11.2)
6359
rb-inotify (0.10.1)
6460
ffi (~> 1.0)
6561
ref (2.0.0)
66-
rexml (3.2.5)
67-
rouge (4.0.1)
62+
rexml (3.2.6)
63+
rouge (2.2.1)
6864
safe_yaml (1.0.5)
6965
sass (3.7.4)
7066
sass-listen (~> 4.0.0)
71-
sass-embedded (1.57.1)
72-
google-protobuf (~> 3.21)
73-
rake (>= 10.0.0)
7467
sass-listen (4.0.0)
7568
rb-fsevent (~> 0.9, >= 0.9.4)
7669
rb-inotify (~> 0.9, >= 0.9.7)
77-
terminal-table (3.0.2)
78-
unicode-display_width (>= 1.1.1, < 3)
7970
therubyracer (0.12.3)
8071
libv8 (~> 3.16.14.15)
8172
ref
8273
thor (0.20.3)
83-
unicode-display_width (2.4.2)
84-
webrick (1.7.0)
8574

8675
PLATFORMS
8776
ruby
8877

8978
DEPENDENCIES
90-
bourbon (~> 6.0.0)
91-
jekyll (~> 4.3.1)
92-
kramdown (~> 2.4.0)
93-
kramdown-parser-gfm (~> 1.1.0)
94-
neat (~> 3.0.1)
95-
nokogiri (~> 1.14.0)
96-
rouge (~> 4.0.1)
97-
therubyracer (~> 0.12.3)
79+
bourbon (~> 4.2)
80+
jekyll (~> 3.9)
81+
kramdown (~> 2.3)
82+
kramdown-parser-gfm (~> 1.1)
83+
neat (~> 1.7)
84+
nokogiri (~> 1.13)
85+
rouge (~> 2.2)
86+
therubyracer (~> 0.12)
9887

9988
BUNDLED WITH
100-
2.1.4
89+
2.5.1

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ desc 'Copy assets and includes for the Jekyll build'
2424
task :copy_assets do
2525
# Create each destination directory, if it doesn't already exist
2626
['_data/docs','_includes','assets/images/docs'].each{ |dir_name|
27-
FileUtils.mkdir_p(dir_name) unless Dir.exists?(dir_name)
27+
FileUtils.mkdir_p(dir_name) unless Dir.exist?(dir_name)
2828
}
2929

3030
assets_to_copy = [
@@ -102,7 +102,7 @@ end
102102
def check_for_required_files(opts={})
103103
missing_files = 0
104104
$generated_files.each do |f|
105-
if !File.exists?(f)
105+
if !File.exist?(f)
106106
puts "Required file missing: #{f}"
107107
missing_files +=1
108108
end

0 commit comments

Comments
 (0)