diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-10-10 20:26:24 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-10-10 20:26:24 +0200 |
commit | d08fa4e375748f0f2232ea75645cb15126155047 (patch) | |
tree | a157b2419601c8abc77ac1b72405a5aab3fcb779 /Gemfile.lock | |
parent | 51ef51bbe3b741a76d1d44b8ce8c1d8a07427e1f (diff) | |
download | ramaskrik-program-d08fa4e375748f0f2232ea75645cb15126155047.tar.gz ramaskrik-program-d08fa4e375748f0f2232ea75645cb15126155047.tar.bz2 ramaskrik-program-d08fa4e375748f0f2232ea75645cb15126155047.zip |
Updates for Ramaskrik 2024
- Don't hardcode year, use todays year instead.
- Move output to separate build dir to make it a bit cleaner.
- Misc fixes to set correct timezone in .ics file (still hardcoded,
though...)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5aff6f4..4a7483b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - byebug (10.0.2) - mini_portile2 (2.3.0) - nokogiri (1.8.4) - mini_portile2 (~> 2.3.0) - svg-graph (2.1.3) + byebug (11.1.3) + nokogiri (1.16.7-x86_64-linux) + racc (~> 1.4) + racc (1.6.0) + svg-graph (2.2.1) PLATFORMS - ruby + x86_64-linux DEPENDENCIES byebug @@ -16,4 +16,4 @@ DEPENDENCIES svg-graph BUNDLED WITH - 1.16.1 + 2.3.22 |