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

Update Gemfile to allow 'override' gems with Gemfile.devel which will… #9

Merged
merged 1 commit into from
Sep 2, 2019

Conversation

CAMOBAP
Copy link
Contributor

@CAMOBAP CAMOBAP commented Aug 28, 2019

@CAMOBAP CAMOBAP self-assigned this Aug 28, 2019

gemspec

if File.exist? 'Gemfile.devel'
eval File.read('Gemfile.devel'), nil, 'Gemfile.devel' # rubocop:disable Security/Eval
Copy link

Choose a reason for hiding this comment

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

Metrics/LineLength: Line is too long. [87/80]


gem "metanorma-standoc", github: "metanorma/metanorma-standoc"
source "https://rubygems.org"
Copy link

Choose a reason for hiding this comment

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

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

@@ -1,6 +1,11 @@
source "https://rubygems.org"
git_source(:github) {|repo| "https://github.com/#{repo}" }
Encoding.default_external = Encoding::UTF_8
Copy link

Choose a reason for hiding this comment

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

Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true.

@opoudjis opoudjis merged commit 2bd23fd into master Sep 2, 2019
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.

2 participants