Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 5eb482d

Browse files
Bump grape from 0.9.0 to 1.4.0
Bumps [grape](https://github.com/ruby-grape/grape) from 0.9.0 to 1.4.0. - [Release notes](https://github.com/ruby-grape/grape/releases) - [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md) - [Commits](ruby-grape/grape@v0.9.0...v1.4.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent acda972 commit 5eb482d

File tree

2 files changed

+39
-29
lines changed

2 files changed

+39
-29
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'elasticsearch', '~> 1.0', require: false
1313
## REST API
1414
gem 'pliny', '~> 0.17.0'
1515
gem 'dotenv'
16-
gem 'grape', '~> 0.9.0'
16+
gem 'grape', '~> 1.4.0'
1717
gem 'warden', '~> 1.2.3' # authentication middleware
1818
gem 'faraday', '~> 0.9.0'
1919
gem 'faraday_middleware', '~> 0.10.0'

Gemfile.lock

Lines changed: 38 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@ GEM
2525
ansi (1.5.0)
2626
ast (2.3.0)
2727
awesome_print (1.7.0)
28-
axiom-types (0.1.1)
29-
descendants_tracker (~> 0.0.4)
30-
ice_nine (~> 0.11.0)
31-
thread_safe (~> 0.3, >= 0.3.1)
3228
binding_of_caller (0.7.2)
3329
debug_inspector (>= 0.0.1)
3430
bogus (0.1.6)
3531
dependor (>= 0.0.4)
36-
builder (3.2.3)
32+
builder (3.2.4)
3733
byebug (9.0.6)
3834
celluloid (0.17.3)
3935
celluloid-essentials
@@ -58,14 +54,13 @@ GEM
5854
codeclimate-test-reporter (1.0.8)
5955
simplecov (<= 0.13)
6056
coderay (1.1.1)
61-
coercible (1.0.0)
62-
descendants_tracker (~> 0.0.1)
6357
committee (1.15.0)
6458
json_schema (~> 0.6, >= 0.6.1)
6559
rack (>= 1.5)
6660
concord (0.1.5)
6761
adamantium (~> 0.2.0)
6862
equalizer (~> 0.0.9)
63+
concurrent-ruby (1.1.7)
6964
corefines (1.9.0)
7065
coveralls (0.8.19)
7166
json (>= 1.8, < 3)
@@ -76,11 +71,31 @@ GEM
7671
database_cleaner (1.6.1)
7772
debug_inspector (0.0.3)
7873
dependor (1.0.1)
79-
descendants_tracker (0.0.4)
80-
thread_safe (~> 0.3, >= 0.3.1)
8174
diff-lcs (1.2.5)
8275
docile (1.1.5)
8376
dotenv (2.2.1)
77+
dry-configurable (0.11.6)
78+
concurrent-ruby (~> 1.0)
79+
dry-core (~> 0.4, >= 0.4.7)
80+
dry-equalizer (~> 0.2)
81+
dry-container (0.7.2)
82+
concurrent-ruby (~> 1.0)
83+
dry-configurable (~> 0.1, >= 0.1.3)
84+
dry-core (0.4.9)
85+
concurrent-ruby (~> 1.0)
86+
dry-equalizer (0.3.0)
87+
dry-inflector (0.2.0)
88+
dry-logic (1.0.8)
89+
concurrent-ruby (~> 1.0)
90+
dry-core (~> 0.2)
91+
dry-equalizer (~> 0.2)
92+
dry-types (1.4.0)
93+
concurrent-ruby (~> 1.0)
94+
dry-container (~> 0.3)
95+
dry-core (~> 0.4, >= 0.4.4)
96+
dry-equalizer (~> 0.3)
97+
dry-inflector (~> 0.1, >= 0.1.2)
98+
dry-logic (~> 1.0, >= 1.0.2)
8499
elasticsearch (1.1.2)
85100
elasticsearch-api (= 1.1.2)
86101
elasticsearch-transport (= 1.1.2)
@@ -111,16 +126,13 @@ GEM
111126
foreman (0.84.0)
112127
thor (~> 0.19.1)
113128
formatador (0.2.5)
114-
grape (0.9.0)
129+
grape (1.4.0)
115130
activesupport
116131
builder
117-
hashie (>= 2.1.0)
118-
multi_json (>= 1.3.2)
119-
multi_xml (>= 0.5.2)
132+
dry-types (>= 1.1)
133+
mustermann-grape (~> 1.0.0)
120134
rack (>= 1.3.0)
121135
rack-accept
122-
rack-mount
123-
virtus (>= 1.0.0)
124136
guard (2.14.1)
125137
formatador (>= 0.2.4)
126138
listen (>= 2.7, < 4.0)
@@ -147,11 +159,11 @@ GEM
147159
guard-yard (2.2.0)
148160
guard (>= 1.1.0)
149161
yard (>= 0.7.0)
150-
hashie (3.5.5)
151162
hitimes (1.2.5)
152163
http_accept (0.1.6)
153164
http_parser.rb (0.6.0)
154-
i18n (0.8.4)
165+
i18n (0.9.5)
166+
concurrent-ruby (~> 1.0)
155167
icalendar (2.3.0)
156168
ice_cube (0.16.3)
157169
ice_nine (0.11.2)
@@ -181,10 +193,14 @@ GEM
181193
memoizable (0.4.2)
182194
thread_safe (~> 0.3, >= 0.3.1)
183195
method_source (0.8.2)
184-
minitest (5.10.2)
185-
multi_json (1.12.1)
196+
minitest (5.14.2)
197+
multi_json (1.15.0)
186198
multi_xml (0.6.0)
187199
multipart-post (2.0.0)
200+
mustermann (1.1.1)
201+
ruby2_keywords (~> 0.0.1)
202+
mustermann-grape (1.0.1)
203+
mustermann (>= 1.0.0)
188204
nenv (0.3.0)
189205
notiffany (0.1.1)
190206
nenv (~> 0.1)
@@ -228,8 +244,6 @@ GEM
228244
rack (1.6.13)
229245
rack-accept (0.4.5)
230246
rack (>= 0.4)
231-
rack-mount (0.8.3)
232-
rack (>= 1.0.0)
233247
rack-protection (1.5.5)
234248
rack
235249
rack-test (0.6.3)
@@ -268,6 +282,7 @@ GEM
268282
rspec-support (~> 3.6.0)
269283
rspec-support (3.6.0)
270284
ruby-prof (0.16.2)
285+
ruby2_keywords (0.0.2)
271286
ruby_dep (1.5.0)
272287
rufus-scheduler (3.4.2)
273288
et-orbi (~> 1.0)
@@ -301,7 +316,7 @@ GEM
301316
timers (4.1.2)
302317
hitimes
303318
tins (1.14.0)
304-
tzinfo (1.2.3)
319+
tzinfo (1.2.7)
305320
thread_safe (~> 0.1)
306321
uber (0.0.15)
307322
unparser (0.2.5)
@@ -314,11 +329,6 @@ GEM
314329
procto (~> 0.0.2)
315330
uri_template (0.7.0)
316331
vcr (3.0.3)
317-
virtus (1.0.5)
318-
axiom-types (~> 0.1)
319-
coercible (~> 1.0)
320-
descendants_tracker (~> 0.0, >= 0.0.3)
321-
equalizer (~> 0.0, >= 0.0.9)
322332
warden (1.2.7)
323333
rack (>= 1.0)
324334
yard (0.9.25)
@@ -344,7 +354,7 @@ DEPENDENCIES
344354
faraday (~> 0.9.0)
345355
faraday_middleware (~> 0.10.0)
346356
foreman
347-
grape (~> 0.9.0)
357+
grape (~> 1.4.0)
348358
guard-livereload
349359
guard-rspec
350360
guard-shotgun (~> 0.4.0)

0 commit comments

Comments
 (0)