Skip to content

Commit 2f94d7b

Browse files
committed
Merge branch 'bump-2025-06'
2 parents f582ba2 + 9945b90 commit 2f94d7b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Konfigurasjonsfil for CI
22
language: ruby
33
rvm:
4-
- 2.4.1
4+
- 3.4.3
55

66
before_install:
77
- gem update --system
@@ -30,9 +30,6 @@ addons:
3030
packages:
3131
- libcurl4-openssl-dev
3232

33-
34-
sudo: false
35-
3633
cache: bundler
3734

3835
notifications:

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ source 'https://rubygems.org'
33
gem 'jekyll', '>= 3.9.0'
44
gem 'html-proofer'
55
gem '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

712
group :jekyll_plugins do
813
gem 'jekyll-paginate'

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ GEM
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

130132
DEPENDENCIES
133+
base64
134+
bigdecimal
135+
csv
131136
html-proofer
132137
jekyll (>= 3.9.0)
133138
jekyll-gist

0 commit comments

Comments
 (0)