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 0.2.3 to 1.5.3 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
75 changes: 47 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,64 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.10)
i18n (~> 0.6)
multi_json (~> 1.0)
backports (2.6.5)
activesupport (6.1.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
bindata (1.4.5)
builder (3.1.4)
builder (3.2.4)
bump (0.3.8)
bzip2-ruby (0.2.7)
descendants_tracker (0.0.1)
concurrent-ruby (1.1.8)
diff-lcs (1.1.3)
grape (0.2.3)
dry-configurable (0.12.1)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5.0)
dry-container (0.7.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.5.0)
concurrent-ruby (~> 1.0)
dry-inflector (0.2.0)
dry-logic (1.1.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5)
dry-types (1.5.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.5, >= 0.5)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
grape (1.5.3)
activesupport
builder
hashie (~> 1.2)
multi_json (>= 1.3.2)
multi_xml
rack
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
rack-mount
virtus
grape-rabl (0.1.0)
grape (~> 0.2.3)
grape-rabl (0.5.0)
grape
i18n
rabl
tilt
hashie (1.2.0)
i18n (0.6.1)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
json_spec (1.1.0)
multi_json (~> 1.0)
rspec (~> 2.0)
multi_json (1.5.0)
multi_xml (0.5.1)
rabl (0.7.9)
minitest (5.14.4)
multi_json (1.15.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.1)
mustermann (>= 1.0.0)
rabl (0.14.3)
activesupport (>= 2.3.14)
multi_json (~> 1.0)
rack (1.4.1)
rack (2.2.3)
rack-accept (0.4.5)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-test (0.6.1)
rack (>= 1.0)
rack-throttle (0.3.0)
Expand All @@ -64,13 +82,14 @@ GEM
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
ruby2_keywords (0.0.4)
tassadar (0.1.0)
bindata
bzip2-ruby
tilt (1.3.3)
virtus (0.5.4)
backports (~> 2.6.1)
descendants_tracker (~> 0.0.1)
tilt (2.0.10)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand Down