Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gemfiles/grape-0.13.x/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ENV["RACK_VERSION"] = "~> 2.0.8"

eval_gemfile "../Gemfile.base"

gem "grape", "~> 0.13.0"
gem "grape", "~> 1.5.3"
39 changes: 10 additions & 29 deletions gemfiles/grape-0.13.x/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,13 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
beefcake (1.2.0)
bson (4.12.0)
builder (3.2.4)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.8)
connection_pool (2.2.3)
crack (0.4.5)
rexml
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.4.4)
dry-configurable (0.12.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -58,7 +50,6 @@ GEM
elasticsearch-transport (7.11.2)
faraday (~> 1)
multi_json
equalizer (0.0.11)
excon (0.79.0)
fakeredis (0.8.0)
redis (~> 4.1)
Expand All @@ -67,16 +58,13 @@ GEM
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
grape (0.13.0)
grape (1.5.3)
activesupport
builder
hashie (>= 2.1.0)
multi_json (>= 1.3.2)
multi_xml (>= 0.5.2)
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
rack-mount
virtus (>= 1.0.0)
graphiti (1.2.32)
activesupport (>= 4.1)
concurrent-ruby (~> 1.0)
Expand All @@ -88,20 +76,21 @@ GEM
jsonapi-serializable (~> 0.1)
graphql (1.11.8)
hashdiff (1.0.1)
hashie (4.1.0)
httpclient (2.8.3)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jsonapi-renderer (0.2.2)
jsonapi-serializable (0.3.1)
jsonapi-renderer (~> 0.2.0)
minitest (5.14.4)
mongo (2.14.0)
bson (>= 4.8.2, < 5.0.0)
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)
nio4r (2.5.5)
parallel (1.20.1)
parser (3.0.0.0)
Expand All @@ -112,8 +101,6 @@ GEM
rack (2.0.9)
rack-accept (0.4.5)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (3.0.0)
Expand All @@ -138,7 +125,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.10.0)
rubocop (1.11.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -157,17 +144,11 @@ GEM
rack (~> 2.0)
redis (>= 4.2.0)
sqlite3 (1.4.2)
thread_safe (0.3.6)
tilt (2.0.10)
timecop (0.9.4)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
webmock (3.12.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand All @@ -184,7 +165,7 @@ DEPENDENCIES
excon
fakeredis
faraday
grape (~> 0.13.0)
grape (~> 1.5.3)
graphiti
graphql (~> 1.11.0)
httpclient
Expand All @@ -198,7 +179,7 @@ DEPENDENCIES
rexml
rspec (~> 3.7)
rspec-collection_matchers (~> 1.1)
rubocop (~> 1.10.0)
rubocop (~> 1.11.0)
sequel (> 0)
sidekiq (> 0)
skylight!
Expand Down