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

Improve dependencies definitions #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lmansur
Copy link
Contributor

@lmansur lmansur commented Mar 17, 2019

The rails-5-1 appraisal wasn't restricting rails to version 5.1.x, so it was actually using 5.2. I will create a separate appraisal for 5.2 and include in the Travis file once this PR is merged.

test-unit is only a dependency of Rails 3.2, so there is no need to add to it the other Gemfiles.

sqlite3 is a common dependency of all gemfiles, so placing it in the gemspec means we don't have to repeat ourselves in the Appraisal file.

I also removed the Gemfile.lock from version control, since it isn't a recommended practice for gems

@lmansur lmansur self-assigned this Mar 17, 2019
@lmansur lmansur changed the title Update dependencies Improve dependencies definitions Mar 17, 2019
@lmansur lmansur requested a review from eduardohertz March 17, 2019 21:18
@lmansur
Copy link
Contributor Author

lmansur commented Apr 17, 2019

@eduardohertz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant