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

Move require rake from gemspec to lib/activeadmin-xls.rb #4

Merged
merged 1 commit into from
Jun 9, 2016

Conversation

ejaypcanaria
Copy link
Contributor

When running bundle especially in a CI environment, requiring a library inside the gemspec will usually cause trouble. This is the case when rake is required inside the gemspec. The CI initially doesn't have rake installed hence the require is failing.

This moves the require from the gemspec to the the lib/activeadmin-xls.rb to fix this scenario.

@thambley thambley merged commit 1f07216 into thambley:master Jun 9, 2016
RooTooZ pushed a commit to RooTooZ/activeadmin-xls that referenced this pull request Nov 29, 2017
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