Skip to content

Commit 9168428

Browse files
Bump grape from 2.0.0 to 2.1.3
Bumps [grape](https://github.com/ruby-grape/grape) from 2.0.0 to 2.1.3. - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](ruby-grape/grape@v2.0.0...v2.1.3) --- updated-dependencies: - dependency-name: grape dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e863d51 commit 9168428

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

Gemfile.lock

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
dry-core (1.0.1)
122122
concurrent-ruby (~> 1.0)
123123
zeitwerk (~> 2.6)
124-
dry-inflector (1.0.0)
124+
dry-inflector (1.1.0)
125125
dry-logic (1.5.0)
126126
concurrent-ruby (~> 1.0)
127127
dry-core (~> 1.0, < 2)
@@ -146,13 +146,12 @@ GEM
146146
activerecord (>= 4.0.0)
147147
globalid (1.2.1)
148148
activesupport (>= 6.1)
149-
grape (2.0.0)
150-
activesupport (>= 5)
151-
builder
149+
grape (2.1.3)
150+
activesupport (>= 6)
152151
dry-types (>= 1.1)
153-
mustermann-grape (~> 1.0.0)
154-
rack (>= 1.3.0)
155-
rack-accept
152+
mustermann-grape (~> 1.1.0)
153+
rack (>= 2)
154+
zeitwerk
156155
grape-swagger (2.1.0)
157156
grape (>= 1.7, < 3.0)
158157
rack-test (~> 2)
@@ -208,11 +207,11 @@ GEM
208207
method_source (1.1.0)
209208
mini_mime (1.1.5)
210209
mini_portile2 (2.8.7)
211-
minitest (5.24.0)
210+
minitest (5.24.1)
212211
msgpack (1.7.2)
213212
mustermann (3.0.0)
214213
ruby2_keywords (~> 0.0.1)
215-
mustermann-grape (1.0.2)
214+
mustermann-grape (1.1.0)
216215
mustermann (>= 1.0.0)
217216
net-imap (0.4.10)
218217
date
@@ -240,8 +239,6 @@ GEM
240239
nio4r (~> 2.0)
241240
racc (1.8.0)
242241
rack (2.2.9)
243-
rack-accept (0.4.5)
244-
rack (>= 0.4)
245242
rack-cors (2.0.2)
246243
rack (>= 2.0.0)
247244
rack-test (2.1.0)

0 commit comments

Comments
 (0)