From f7e0d7d1c21a7c22435cc70c311023c8b57a1dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:46:34 +0000 Subject: [PATCH] Bump dragonfly from 0.8.2 to 1.4.0 Bumps [dragonfly](https://github.com/markevans/dragonfly) from 0.8.2 to 1.4.0. - [Release notes](https://github.com/markevans/dragonfly/releases) - [Changelog](https://github.com/markevans/dragonfly/blob/master/History.md) - [Commits](https://github.com/markevans/dragonfly/compare/v0.8.2...v1.4.0) --- updated-dependencies: - dependency-name: dragonfly dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2d73c58..6c9d9e2 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'builder' gem 'sinatra', '~> 1.3.2' gem 'redcarpet' gem 'coderay', '0.9.6' -gem 'dragonfly', '0.8.2' +gem 'dragonfly', '1.4.0' gem 'multi_json' gem 'rack-contrib' gem 'http_accept_language' diff --git a/Gemfile.lock b/Gemfile.lock index 4b2b4b0..4045509 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,23 @@ GEM remote: http://rubygems.org/ specs: + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) builder (3.0.0) coderay (0.9.6) dotenv (0.8.0) - dragonfly (0.8.2) - rack + dragonfly (1.4.0) + addressable (~> 2.3) + multi_json (~> 1.0) + rack (>= 1.3) foreman (0.63.0) dotenv (>= 0.7) thor (>= 0.13.6) http_accept_language (1.0.2) multi_json (1.0.3) + public_suffix (4.0.6) puma (3.11.4) - rack (1.6.5) + rack (1.6.13) rack-contrib (1.1.0) rack (>= 0.9.1) rack-protection (1.2.0) @@ -33,7 +38,7 @@ PLATFORMS DEPENDENCIES builder coderay (= 0.9.6) - dragonfly (= 0.8.2) + dragonfly (= 1.4.0) foreman http_accept_language multi_json