Skip to content

Commit 2f5c299

Browse files
committed
fix(Media): revert Grape upgrade to fix broken media uploads
1 parent d288203 commit 2f5c299

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'cortex-exceptions', '= 0.0.4'
1515
gem 'cortex-plugins-core', '= 0.12.4'
1616

1717
# API
18-
gem 'grape', '~> 1.0'
18+
gem 'grape', '~> 0.19.2'
1919
gem 'grape-entity', '~> 0.6.1'
2020
gem 'grape-swagger', '~> 0.27.2'
2121

Gemfile.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,12 @@ GEM
229229
json
230230
multi_json
231231
request_store (>= 1.0)
232-
grape (1.0.0)
232+
grape (0.19.2)
233233
activesupport
234234
builder
235+
hashie (>= 2.1.0)
236+
multi_json (>= 1.3.2)
237+
multi_xml (>= 0.5.2)
235238
mustermann-grape (~> 1.0.0)
236239
rack (>= 1.3.0)
237240
rack-accept
@@ -354,6 +357,7 @@ GEM
354357
mocha (1.2.1)
355358
metaclass (~> 0.0.1)
356359
multi_json (1.12.1)
360+
multi_xml (0.6.0)
357361
multipart-post (2.0.0)
358362
mustermann (1.0.0)
359363
mustermann-grape (1.0.0)
@@ -630,7 +634,7 @@ DEPENDENCIES
630634
font-awesome-sass (~> 4.7.0)
631635
foreman
632636
gon (~> 6.1.0)
633-
grape (~> 1.0)
637+
grape (~> 0.19.2)
634638
grape-entity (~> 0.6.1)
635639
grape-kaminari (~> 0.1.9)
636640
grape-swagger (~> 0.27.2)

0 commit comments

Comments
 (0)