File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Konfigurasjonsfil for CI
22language : ruby
33rvm :
4- - 2 .4.1
4+ - 3 .4.3
55
66before_install :
77 - gem update --system
@@ -30,9 +30,6 @@ addons:
3030 packages :
3131 - libcurl4-openssl-dev
3232
33-
34- sudo : false
35-
3633cache : bundler
3734
3835notifications :
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ source 'https://rubygems.org'
33gem 'jekyll' , '>= 3.9.0'
44gem 'html-proofer'
55gem 'mini_portile2' , '~> 2.8'
6+ # The following gems are required for the Jekyll site to function properly with
7+ # Ruby >= 3.4
8+ gem "csv"
9+ gem "base64"
10+ gem "bigdecimal"
611
712group :jekyll_plugins do
813 gem 'jekyll-paginate'
Original file line number Diff line number Diff line change 1111 io-event (~> 1.1 )
1212 timers (~> 4.1 )
1313 base64 (0.1.1 )
14+ bigdecimal (3.2.2 )
1415 colorator (1.1.0 )
1516 concurrent-ruby (1.2.2 )
1617 console (1.23.2 )
1718 fiber-annotation
1819 fiber-local
20+ csv (3.3.5 )
1921 em-websocket (0.5.3 )
2022 eventmachine (>= 0.12.9 )
2123 http_parser.rb (~> 0 )
@@ -128,6 +130,9 @@ PLATFORMS
128130 ruby
129131
130132DEPENDENCIES
133+ base64
134+ bigdecimal
135+ csv
131136 html-proofer
132137 jekyll (>= 3.9.0 )
133138 jekyll-gist
You can’t perform that action at this time.
0 commit comments