Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump grape from 1.1.0 to 1.5.3 in /gemfiles/grape-1.1.x #265

Closed
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion gemfiles/grape-1.1.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", "~> 1.1.0"
gem "grape", "~> 1.5.3"
26 changes: 5 additions & 21 deletions gemfiles/grape-1.1.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,13 +58,13 @@ GEM
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
grape (1.1.0)
grape (1.5.3)
activesupport
builder
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
virtus (>= 1.0.0)
graphiti (1.2.32)
activesupport (>= 4.1)
concurrent-ruby (~> 1.0)
Expand All @@ -88,7 +79,6 @@ GEM
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)
Expand Down Expand Up @@ -135,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 @@ -154,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 @@ -181,7 +165,7 @@ DEPENDENCIES
excon
fakeredis
faraday
grape (~> 1.1.0)
grape (~> 1.5.3)
graphiti
graphql (~> 1.11.0)
httpclient
Expand All @@ -195,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