aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-26 23:44:05 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-26 23:44:05 +0100
commit24f46701830887c4c087da9807e131692da24713 (patch)
tree7fd71af2cd7cfd41789e9e9f8d398170c9399f2f /Gemfile
parentcf28cf83415c07ba05fcb22eab894938e8c530af (diff)
downloadoperum-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0f0be15..5a053fa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-ruby '3.3.6'
+ruby '3.4.1'
# Rails itself :)
gem 'rails', '~> 8'