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.1.0 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org/'

gem "grape", "< 0.2.4"
gem "grape", "< 1.1.1"
gem "sinatra", "~> 2.0"


26 changes: 10 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,23 @@ GEM
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
equalizer (0.0.11)
grape (0.2.3)
grape (1.1.0)
activesupport
builder
hashie (~> 1.2)
multi_json (>= 1.3.2)
multi_xml
rack
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
rack-mount
virtus
hashie (1.2.0)
i18n (1.6.0)
virtus (>= 1.0.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
minitest (5.11.3)
multi_json (1.13.1)
multi_xml (0.6.0)
minitest (5.12.2)
mustermann (1.0.3)
mustermann-grape (1.0.0)
mustermann (~> 1.0.0)
rack (2.0.7)
rack-accept (0.4.5)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-protection (2.0.5)
rack
sinatra (2.0.5)
Expand All @@ -57,13 +51,13 @@ GEM
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
zeitwerk (2.1.9)
zeitwerk (2.2.0)

PLATFORMS
ruby

DEPENDENCIES
grape (< 0.2.4)
grape (< 1.1.1)
sinatra (~> 2.0)

BUNDLED WITH
Expand Down