aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-10-16 11:51:26 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-10-17 08:58:34 +0200
commit2559018decedb1900994d318ab511d43f8a557f6 (patch)
treea94614bc9dd8844502e582c17b430cd97802a2c2 /Gemfile
parentf87d138fc1374506ac61edb3e262d16226827223 (diff)
downloadoperum-2559018decedb1900994d318ab511d43f8a557f6.tar.gz
operum-2559018decedb1900994d318ab511d43f8a557f6.zip
Update Rails and Ruby
Patch level releases which fixes some minor issues on both Ruby and Ruby and Rails. 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 b748e52..1bfdb85 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-ruby '3.3.4'
+ruby '3.3.5'
# Rails itself :)
gem 'rails', '~> 7.2.0'