Skip to content

Commit c7e2841

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

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

Gemfile.lock

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GEM
100100
msgpack (~> 1.2)
101101
brakeman (6.1.2)
102102
racc
103-
builder (3.2.4)
103+
builder (3.3.0)
104104
bundler-audit (0.9.1)
105105
bundler (>= 1.2.0, < 3)
106106
thor (~> 1.0)
@@ -121,7 +121,7 @@ GEM
121121
open4 (~> 1.3)
122122
coderay (1.1.3)
123123
colored2 (3.1.2)
124-
concurrent-ruby (1.3.1)
124+
concurrent-ruby (1.3.3)
125125
connection_pool (2.4.1)
126126
cork (0.3.0)
127127
colored2 (~> 3.1)
@@ -199,13 +199,12 @@ GEM
199199
rchardet (~> 1.8)
200200
globalid (1.2.1)
201201
activesupport (>= 6.1)
202-
grape (2.0.0)
203-
activesupport (>= 5)
204-
builder
202+
grape (2.1.0)
203+
activesupport (>= 6)
205204
dry-types (>= 1.1)
206-
mustermann-grape (~> 1.0.0)
207-
rack (>= 1.3.0)
208-
rack-accept
205+
mustermann-grape (~> 1.1.0)
206+
rack (>= 2)
207+
zeitwerk
209208
grape-entity (1.0.1)
210209
activesupport (>= 3.0.0)
211210
multi_json (>= 1.3.2)
@@ -256,7 +255,7 @@ GEM
256255
multi_json (1.15.0)
257256
mustermann (3.0.0)
258257
ruby2_keywords (~> 0.0.1)
259-
mustermann-grape (1.0.2)
258+
mustermann-grape (1.1.0)
260259
mustermann (>= 1.0.0)
261260
mutex_m (0.2.0)
262261
nap (1.1.0)
@@ -303,9 +302,7 @@ GEM
303302
nio4r (~> 2.0)
304303
raabro (1.4.0)
305304
racc (1.8.0)
306-
rack (3.0.11)
307-
rack-accept (0.4.5)
308-
rack (>= 0.4)
305+
rack (3.1.3)
309306
rack-session (2.0.0)
310307
rack (>= 3.0.0)
311308
rack-test (2.1.0)
@@ -493,7 +490,7 @@ GEM
493490
websocket-extensions (0.1.5)
494491
xpath (3.2.0)
495492
nokogiri (~> 1.8)
496-
zeitwerk (2.6.15)
493+
zeitwerk (2.6.16)
497494

498495
PLATFORMS
499496
ruby

0 commit comments

Comments
 (0)