From ea6b1f8c92ed34454e5b44295b69f9a37c945d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 14:25:34 +0000 Subject: [PATCH] Bump grape from 0.9.0 to 1.1.0 Bumps [grape](https://github.com/ruby-grape/grape) from 0.9.0 to 1.1.0. - [Release notes](https://github.com/ruby-grape/grape/releases) - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-grape/grape/compare/v0.9.0...v1.1.0) --- updated-dependencies: - dependency-name: grape dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 +++++++++------------ 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 2cffd22..0ad7610 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'elasticsearch', '~> 1.0', require: false ## REST API gem 'pliny', '~> 0.17.0' gem 'dotenv' -gem 'grape', '~> 0.9.0' +gem 'grape', '~> 1.1.0' gem 'warden', '~> 1.2.3' # authentication middleware gem 'faraday', '~> 0.9.0' gem 'faraday_middleware', '~> 0.10.0' diff --git a/Gemfile.lock b/Gemfile.lock index 2bb2193..7d94a34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,6 @@ GEM em-websocket (0.5.2) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - equalizer (0.0.11) erubis (2.7.0) escape_utils (1.2.1) et-orbi (1.2.4) @@ -107,15 +106,12 @@ GEM fugit (1.4.5) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) - grape (0.9.0) + grape (1.1.0) activesupport builder - hashie (>= 2.1.0) - multi_json (>= 1.3.2) - multi_xml (>= 0.5.2) + mustermann-grape (~> 1.0.0) rack (>= 1.3.0) rack-accept - rack-mount virtus (>= 1.0.0) guard (2.17.0) formatador (>= 0.2.4) @@ -143,7 +139,6 @@ GEM guard-yard (2.2.1) guard (>= 1.1.0) yard (>= 0.7.0) - hashie (4.1.0) http_accept (0.1.6) http_parser.rb (0.6.0) i18n (0.9.5) @@ -178,6 +173,10 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) + mustermann-grape (1.0.1) + mustermann (>= 1.0.0) nenv (0.3.0) notiffany (0.1.3) nenv (~> 0.1) @@ -221,8 +220,6 @@ GEM rack (1.6.13) rack-accept (0.4.5) rack (>= 0.4) - rack-mount (0.8.3) - rack (>= 1.0.0) rack-protection (1.5.5) rack rack-test (0.6.3) @@ -259,6 +256,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) + ruby2_keywords (0.0.4) rufus-scheduler (3.7.0) fugit (~> 1.1, >= 1.1.6) sentry-raven (1.2.3) @@ -300,11 +298,10 @@ GEM parser (>= 3.0.0) uri_template (0.7.0) vcr (3.0.3) - virtus (1.0.5) + virtus (2.0.0) axiom-types (~> 0.1) coercible (~> 1.0) descendants_tracker (~> 0.0, >= 0.0.3) - equalizer (~> 0.0, >= 0.0.9) warden (1.2.7) rack (>= 1.0) yard (0.9.26) @@ -330,7 +327,7 @@ DEPENDENCIES faraday (~> 0.9.0) faraday_middleware (~> 0.10.0) foreman (~> 0.84.0) - grape (~> 0.9.0) + grape (~> 1.1.0) guard-livereload (~> 2.5) guard-rspec (~> 4.7) guard-shotgun (~> 0.4.0)