Skip to content

Conversation

Shekharrajak
Copy link

Fixes #71

@@ -70,7 +70,7 @@ script:
- if [[ "${RUBOCOP}" == "yes" ]]; then rubocop; fi

# Test ruby gem
- gem install gem-path --no-ri --no-rdoc
- gem install gem-path --no-document
Copy link
Author

Choose a reason for hiding this comment

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

In latest version of Ruby (> 2.2) , we need to use --no-document, because --no-ri --no-rdoc is deprecated.

@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.extensions = ['ext/symengine/extconf.rb']
gem.license = 'MIT'

gem.add_development_dependency 'bundler', '~> 1.7'
gem.add_development_dependency 'bundler'
Copy link
Author

Choose a reason for hiding this comment

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

Old version doesn't support the latest Ruby versions.

@Shekharrajak
Copy link
Author

Ping @isuruf

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.

1 participant