diff --git a/Gemfile b/Gemfile index 52c0d3e..e70b1da 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ end # Added gems go down here gem "devise", "~> 4.9" gem "interactor-rails", "~> 2.0" -gem "ruby-vips", "~> 2.2" +gem "ruby-vips", "~> 2.3" gem 'will_paginate', '~> 4.0' gem "bulma-rails", "~> 1.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 5d17e89..2e536a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -382,7 +382,7 @@ GEM rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) ruby-progressbar (1.13.0) - ruby-vips (2.2.5) + ruby-vips (2.3.0) ffi (~> 1.12) logger rubyzip (3.2.2) @@ -512,7 +512,7 @@ DEPENDENCIES rails (~> 8.1.1) rspec-rails (~> 8.0.0) rubocop-rails-omakase - ruby-vips (~> 2.2) + ruby-vips (~> 2.3) selenium-webdriver solid_cable solid_cache