diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-26 23:44:05 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-26 23:44:05 +0100 |
| commit | 24f46701830887c4c087da9807e131692da24713 (patch) | |
| tree | 7fd71af2cd7cfd41789e9e9f8d398170c9399f2f /Gemfile | |
| parent | cf28cf83415c07ba05fcb22eab894938e8c530af (diff) | |
| download | operum-24f46701830887c4c087da9807e131692da24713.tar.gz operum-24f46701830887c4c087da9807e131692da24713.zip | |
Update to ruby 3.4.1
Also updated some gems to their latest patch-level releases.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.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.3.6' +ruby '3.4.1' # Rails itself :) gem 'rails', '~> 8' |
