diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-06-26 22:53:40 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-06-27 07:23:43 +0200 |
| commit | 2f588c1bb9b3665934e91c61fd4ff395c6390733 (patch) | |
| tree | 0feac9485cfc709411d58cd0ed267312abb0cfbb /Gemfile | |
| parent | d03c3d70c8770384950ddce99cb3983cd2e5322b (diff) | |
| download | operum-2f588c1bb9b3665934e91c61fd4ff395c6390733.tar.gz operum-2f588c1bb9b3665934e91c61fd4ff395c6390733.zip | |
Updated to ruby 3.3.3
Also updated some of the gems to patch-level versions.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.3.2' +ruby '3.3.3' # Rails itself :) gem 'rails', '~> 7.1.3' @@ -38,6 +38,9 @@ gem 'image_processing', '~> 1.2' # No longer in the standard library from Ruby 3.4 onwards. gem 'csv' +# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006 +gem 'net-pop', github: 'ruby/net-pop' + group :development, :test do gem 'debug', platforms: %i[mri windows] |
