Skip to content

Commit

Permalink
chore: bump ruby and dependency versions (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Dec 17, 2023
1 parent 04da06a commit 82e7696
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 55 deletions.
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
3.2.2
16 changes: 8 additions & 8 deletions Gemfile
@@ -1,10 +1,10 @@
source "https://rubygems.org"

gem 'jekyll', '~>4.3.1'
gem "kramdown", "~> 2.4.0"
gem "kramdown-parser-gfm", "~> 1.1.0"
gem 'therubyracer', '~>0.12.3'
gem 'rouge', '~> 4.0.1'
gem 'bourbon', '~> 6.0.0'
gem 'neat', '~> 3.0.1'
gem 'nokogiri', '~> 1.14.0'
gem 'bourbon', '~> 4.2'
gem 'jekyll', '~> 3.9'
gem 'neat', '~> 1.7'
gem 'nokogiri', '~> 1.13'
gem 'rouge', '~> 2.2'
gem 'therubyracer', '~> 0.12'
gem "kramdown-parser-gfm", "~> 1.1"
gem "kramdown", "~> 2.3"
79 changes: 34 additions & 45 deletions Gemfile.lock
@@ -1,100 +1,89 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bourbon (6.0.0)
bourbon (4.3.4)
sass (~> 3.4)
thor (~> 0.19)
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.21.12)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.3.1)
jekyll (3.9.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (>= 0.3.6, < 0.5)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 3.0, < 5.0)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
libv8 (3.16.14.19)
libv8 (3.16.14.19.1)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.1)
neat (3.0.1)
sass (~> 3.4)
mercenary (0.3.6)
mini_portile2 (2.8.5)
neat (1.9.1)
sass (>= 3.3)
thor (~> 0.19)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
racc (1.6.2)
rake (13.0.6)
public_suffix (5.0.4)
racc (1.7.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
ref (2.0.0)
rexml (3.2.5)
rouge (4.0.1)
rexml (3.2.6)
rouge (2.2.1)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-embedded (1.57.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (0.20.3)
unicode-display_width (2.4.2)
webrick (1.7.0)

PLATFORMS
ruby

DEPENDENCIES
bourbon (~> 6.0.0)
jekyll (~> 4.3.1)
kramdown (~> 2.4.0)
kramdown-parser-gfm (~> 1.1.0)
neat (~> 3.0.1)
nokogiri (~> 1.14.0)
rouge (~> 4.0.1)
therubyracer (~> 0.12.3)
bourbon (~> 4.2)
jekyll (~> 3.9)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
neat (~> 1.7)
nokogiri (~> 1.13)
rouge (~> 2.2)
therubyracer (~> 0.12)

BUNDLED WITH
2.1.4
2.5.1
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -24,7 +24,7 @@ desc 'Copy assets and includes for the Jekyll build'
task :copy_assets do
# Create each destination directory, if it doesn't already exist
['_data/docs','_includes','assets/images/docs'].each{ |dir_name|
FileUtils.mkdir_p(dir_name) unless Dir.exists?(dir_name)
FileUtils.mkdir_p(dir_name) unless Dir.exist?(dir_name)
}

assets_to_copy = [
Expand Down Expand Up @@ -102,7 +102,7 @@ end
def check_for_required_files(opts={})
missing_files = 0
$generated_files.each do |f|
if !File.exists?(f)
if !File.exist?(f)
puts "Required file missing: #{f}"
missing_files +=1
end
Expand Down

0 comments on commit 82e7696

Please sign in to comment.