aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-01 07:50:51 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-01 08:53:33 +0200
commit24714068efc5866999311ad482d54f5c7a90c449 (patch)
tree6823253d00b9b9503c5fdba87b37242a3b7727a1 /Gemfile
parentffb794a7255b8cbb89d2a4f5490feb59911b8014 (diff)
downloadoperum-24714068efc5866999311ad482d54f5c7a90c449.tar.gz
operum-24714068efc5866999311ad482d54f5c7a90c449.zip
Upgrade Ruby and gems to patch-level releases
Upgrade ruby and gem dependencies to their latest patch-level releases. As an unexpected surprise, this bump needed libyaml-dev in the building stage for docker. 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 5a053fa..6586897 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-ruby '3.4.1'
+ruby '3.4.4'
# Rails itself :)
gem 'rails', '~> 8'