From 546bcaa5b8807a45f17cdd7faeba706052b6ba64 Mon Sep 17 00:00:00 2001 From: James Foster Date: Fri, 15 Mar 2024 23:21:54 +1100 Subject: [PATCH 1/2] Update dependencies for ruby 3+ --- .gitignore | 1 + Gemfile | 9 ++++--- Gemfile.lock | 74 ---------------------------------------------------- 3 files changed, 7 insertions(+), 77 deletions(-) delete mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index b4e2011..3bcb0e3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ Gemfile.lock .sass-cache/ *.swp .bundle/ +.DS_Store \ No newline at end of file diff --git a/Gemfile b/Gemfile index 6d3120f..5b76f38 100644 --- a/Gemfile +++ b/Gemfile @@ -8,10 +8,10 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 3.7.3" +gem "jekyll", "~> 4.3.3" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.0" +gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. @@ -19,7 +19,7 @@ gem "minima", "~> 2.0" # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" + gem "jekyll-feed", "~> 0.17" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem @@ -28,3 +28,6 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform? +gem "csv" +gem "base64" +gem "bigdecimal" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 49bc245..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,74 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - colorator (1.1.0) - concurrent-ruby (1.1.6) - em-websocket (0.5.1) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - eventmachine (1.2.7) - ffi (1.12.2) - forwardable-extended (2.6.0) - http_parser.rb (0.6.0) - i18n (0.9.5) - concurrent-ruby (~> 1.0) - jekyll (3.7.4) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 2.0) - kramdown (~> 2.3.1) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (>= 1.7, < 4) - safe_yaml (~> 1.0) - jekyll-feed (0.13.0) - jekyll (>= 3.7, < 5.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-seo-tag (2.6.1) - jekyll (>= 3.3, < 5.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - kramdown (2.3.2) - rexml - liquid (4.0.3) - listen (3.2.1) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.3.6) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (4.0.6) - rb-fsevent (0.10.3) - rb-inotify (0.10.1) - ffi (~> 1.0) - rexml (3.2.5) - rouge (3.16.0) - safe_yaml (1.0.5) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - -PLATFORMS - ruby - -DEPENDENCIES - jekyll (~> 3.7.3) - jekyll-feed (~> 0.6) - minima (~> 2.0) - tzinfo-data - -BUNDLED WITH - 2.1.2 From 9fa5a356bea25d4bb6fe2dec8a22dfc23697ca39 Mon Sep 17 00:00:00 2001 From: James Foster Date: Fri, 15 Mar 2024 23:22:42 +1100 Subject: [PATCH 2/2] Fix links for most recent minutes. --- _posts/2023-10-24-Minutes-of-SCm-30.md | 11 ++++++++++- minutes.md | 6 +++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/_posts/2023-10-24-Minutes-of-SCm-30.md b/_posts/2023-10-24-Minutes-of-SCm-30.md index 1002d4b..4b1475f 100644 --- a/_posts/2023-10-24-Minutes-of-SCm-30.md +++ b/_posts/2023-10-24-Minutes-of-SCm-30.md @@ -1,7 +1,16 @@ +--- +layout: post +title: "Minutes of Steering Committee Meeting No.30" +from: 2023-10-24 00:00:00 +1000 +to: 2023-10-24 00:00:00 +1000 +tags: ["steering Committee", "2023"] +published: true +--- + RSE Steering Committee Meeting October 2023 (Tue 24th October) - Link to [all meeting minutes on the website](https://rse-aunz.github.io/minutes/) -- Project details are now on [RSE-AUNZ github projects](https://github.com/orgs/rse-aunz/projects/3) +- Project details are now on [RSE-AUNZ github projects](https://github.com/orgs/rse-aunz/projects/) ## Attending * RM diff --git a/minutes.md b/minutes.md index e21f049..eca2090 100644 --- a/minutes.md +++ b/minutes.md @@ -6,9 +6,9 @@ permalink: /minutes/ | Meeting number | Status | Reference | | -------- | ------------------- | --------------------- | -| SCM No.30 | Final | 2023.10.24 | -| SCM No.29 | Final | 2023.09.30 | -| SCM No.28 | Final | 2023.08.31 | +| SCM No.30 | Final | 2023.10.24 | +| SCM No.29 | Final | 2023.09.30 | +| SCM No.28 | Final | 2023.08.31 | | SCM No.27 | Final | 2023.07.31 | | SCM No.26 | Final | 2023.06.27 | | SCM No.25 | Final | 2023.05.23 |