diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-08 22:35:40 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-08 22:35:57 +0100 |
| commit | 15f9e8dc3bb25d125128e9b4630074392d0088e9 (patch) | |
| tree | fe8d27ef4e5729e3b0d37c22ee17b6ed938cdce7 | |
| parent | 793e9302311579c3c2baa3b762afd7ae38b04269 (diff) | |
| download | operum-15f9e8dc3bb25d125128e9b4630074392d0088e9.tar.gz operum-15f9e8dc3bb25d125128e9b4630074392d0088e9.zip | |
Update to the latest 3.4.x patch-level release
This is a small step towards finally upgrading to Ruby 4.0.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rw-r--r-- | .ruby-version | 2 | ||||
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.ruby-version b/.ruby-version index 5497891..a3808a4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.4.5 +ruby-3.4.8 @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.4.5' +ruby '3.4.8' # Rails itself :) gem 'rails', '~> 8' diff --git a/Gemfile.lock b/Gemfile.lock index 967bc1a..04d1ca8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.4.5p51 + ruby 3.4.8p72 BUNDLED WITH 2.6.9 |
