Skip to content

Conversation

@dblock
Copy link
Member

@dblock dblock commented Jul 30, 2016

I'll iterate on this...

Gemfile Outdated
gem 'activesupport', '<5.0.0'
end

gem 'danger', '~> 2.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe adding required: false, so not to introduce unwanted dependency?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea!

@dblock dblock force-pushed the danger-systems branch 3 times, most recently from 534cc19 to 17e9bfb Compare July 31, 2016 00:46
@kzaitsev
Copy link
Contributor

kzaitsev commented Jul 31, 2016

Looks like danger use redcarpet only for markdown parsing, this not possible with jruby, should be:

unless RUBY_PLATFORM == 'java'
  gem 'danger', '~> 2.0', require: false
end

@dblock
Copy link
Member Author

dblock commented Jul 31, 2016

I opened danger/danger#394 for Danger + JRuby, thanks @Bugagazavr.

@dblock dblock merged commit 224e4f7 into ruby-grape:master Jul 31, 2016
LeFnord pushed a commit that referenced this pull request Aug 5, 2016
corrects URLs of #419 and #486
LeFnord pushed a commit to LeFnord/grape-swagger that referenced this pull request Feb 9, 2019
LeFnord added a commit to LeFnord/grape-swagger that referenced this pull request Feb 9, 2019
numbata pushed a commit to numbata/grape-swagger that referenced this pull request Dec 6, 2025
numbata pushed a commit to numbata/grape-swagger that referenced this pull request Dec 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants