Skip to content

Commit 731c5a8

Browse files
Update ruby-grape-danger requirement from ~> 0.1.1 to ~> 0.2.0 (#824)
Updates the requirements on [ruby-grape-danger](https://github.com/ruby-grape/danger) to permit the latest version. - [Release notes](https://github.com/ruby-grape/danger/releases) - [Changelog](https://github.com/ruby-grape/danger/blob/master/CHANGELOG.md) - [Commits](ruby-grape/danger@v0.1.1...v0.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: peter scholz <[email protected]>
1 parent beeaf0a commit 731c5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ end
3333
group :test do
3434
gem 'coveralls_reborn', require: false
3535

36-
gem 'ruby-grape-danger', '~> 0.1.1', require: false
36+
gem 'ruby-grape-danger', '~> 0.2.0', require: false
3737
gem 'simplecov', require: false
3838

3939
unless ENV['MODEL_PARSER'] == 'grape-swagger-entity'

0 commit comments

Comments
 (0)