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.5.2 to 1.5.3 #3829

Merged
merged 1 commit into from
Mar 19, 2021
Merged
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
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'govuk_design_system_formbuilder', '~> 2.1'
gem 'govuk_frontend_toolkit', '~> 8.2.0'
gem 'govuk_elements_rails', '~> 3.1.2'
gem 'govuk_notify_rails', '~> 2.1.2'
gem 'grape', '~> 1.5.2'
gem 'grape', '~> 1.5.3'
gem 'grape-entity', '~> 0.8.2'
gem 'grape-papertrail', '~> 0.2.0'
gem 'grape-swagger', '~> 1.3.1'
Expand All @@ -47,8 +47,8 @@ gem 'config', '~> 2.2' # this gem provides our Settings.xxx mech
gem 'remotipart', '~> 1.4'
gem 'rest-client', '~> 2.1' # needed for scheduled smoke testing plus others
gem 'scheduler_daemon', git: '/~https://github.com/jalkoby/scheduler_daemon.git'
gem 'sentry-rails', '~> 4.1.7'
gem 'sentry-sidekiq', '~> 4.1.2'
gem 'sentry-rails', '~> 4.3.0'
gem 'sentry-sidekiq', '~> 4.3.0'
gem 'sprockets-rails', '~> 3.2.1'
gem 'state_machine', '~> 1.2.0'
gem 'state_machines-activerecord'
Expand Down
29 changes: 16 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ GEM
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
dry-configurable (0.12.0)
dry-configurable (0.12.1)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5.0)
dry-container (0.7.2)
Expand All @@ -250,7 +250,7 @@ GEM
dry-initializer (~> 3.0)
dry-logic (~> 1.0)
dry-types (~> 1.4)
dry-types (1.5.0)
dry-types (1.5.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.5, >= 0.5)
Expand Down Expand Up @@ -279,8 +279,11 @@ GEM
railties (>= 5.0.0)
faker (2.16.0)
i18n (>= 1.6, < 2)
faraday (0.17.3)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffi (1.14.2)
formatador (0.2.5)
geckoboard-ruby (0.4.0)
Expand All @@ -306,7 +309,7 @@ GEM
govuk_notify_rails (2.1.2)
notifications-ruby-client (~> 5.1)
rails (>= 4.1.0)
grape (1.5.2)
grape (1.5.3)
activesupport
builder
dry-types (>= 1.1)
Expand Down Expand Up @@ -486,7 +489,7 @@ GEM
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
netrc (0.11.0)
nio4r (2.5.5)
nio4r (2.5.7)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
Expand Down Expand Up @@ -655,14 +658,14 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (2.3.0)
sentry-rails (4.1.7)
sentry-rails (4.3.0)
rails (>= 5.0)
sentry-ruby-core (~> 4.1.2)
sentry-ruby-core (4.1.6)
sentry-ruby-core (~> 4.3.0)
sentry-ruby-core (4.3.0)
concurrent-ruby
faraday
sentry-sidekiq (4.1.3)
sentry-ruby-core (~> 4.1.2)
sentry-sidekiq (4.3.0)
sentry-ruby-core (~> 4.3.0)
sexp_processor (4.12.0)
shell-spinner (1.0.4)
colorize
Expand Down Expand Up @@ -815,7 +818,7 @@ DEPENDENCIES
govuk_elements_rails (~> 3.1.2)
govuk_frontend_toolkit (~> 8.2.0)
govuk_notify_rails (~> 2.1.2)
grape (~> 1.5.2)
grape (~> 1.5.3)
grape-entity (~> 0.8.2)
grape-papertrail (~> 0.2.0)
grape-swagger (~> 1.3.1)
Expand Down Expand Up @@ -872,8 +875,8 @@ DEPENDENCIES
ruby-progressbar
rubyzip
scheduler_daemon!
sentry-rails (~> 4.1.7)
sentry-sidekiq (~> 4.1.2)
sentry-rails (~> 4.3.0)
sentry-sidekiq (~> 4.3.0)
shell-spinner (~> 1.0, >= 1.0.4)
shoulda-matchers (>= 4.0.0.rc1)
sidekiq (~> 6.1)
Expand Down