diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-04-22 16:13:01 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-04-22 16:13:01 +0200 |
| commit | 9bfc84c27022b3613049f51308cb82ffda362def (patch) | |
| tree | 7bd601d73e07de32f21c9b34bd4a6b8b9d2cfa9f /Gemfile | |
| parent | e2f65c0c3cc786865d7e6c4c6118221ee4ca277b (diff) | |
| download | operum-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.2.2' +ruby '3.2.3' # Rails itself :) gem 'rails', '~> 7.1.3' |
