aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-04-22 16:13:01 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2024-04-22 16:13:01 +0200
commit9bfc84c27022b3613049f51308cb82ffda362def (patch)
tree7bd601d73e07de32f21c9b34bd4a6b8b9d2cfa9f /Gemfile
parente2f65c0c3cc786865d7e6c4c6118221ee4ca277b (diff)
downloadoperum-9bfc84c27022b3613049f51308cb82ffda362def.tar.gz
operum-9bfc84c27022b3613049f51308cb82ffda362def.zip
Updated ruby patch level and some gems
This also included a rubocop upgrade, and it pointed out a couple of new warnings which have been fixed here as well. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 235e623..b5c6d36 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-ruby '3.2.2'
+ruby '3.2.3'
# Rails itself :)
gem 'rails', '~> 7.1.3'