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 /Gemfile | |
| 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>
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.4.5' +ruby '3.4.8' # Rails itself :) gem 'rails', '~> 8' |
