diff --git a/Gemfile b/Gemfile index 7fce4740c..e61033777 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'govuk_publishing_components', '~> 11.2.0' gem 'govuk_app_config', '~> 1.10.0' group :development do - gem 'image_optim', '0.26.2' + gem 'image_optim', '0.26.3' gem 'better_errors' gem 'binding_of_caller' end diff --git a/Gemfile.lock b/Gemfile.lock index cf65244c1..07c32f595 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,7 +148,7 @@ GEM domain_name (~> 0.5) i18n (0.9.5) concurrent-ruby (~> 1.0) - image_optim (0.26.2) + image_optim (0.26.3) exifr (~> 1.2, >= 1.2.2) fspath (~> 3.0) image_size (>= 1.5, < 3) @@ -365,7 +365,7 @@ DEPENDENCIES govuk_publishing_components (~> 11.2.0) govuk_template (= 0.24.1) govuk_test - image_optim (= 0.26.2) + image_optim (= 0.26.3) jasmine-rails (~> 0.14.8) minitest minitest-capybara (~> 0.9.0)