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 bundler to 2.0 #250

Merged
merged 3 commits into from
Jan 28, 2020
Merged

Update bundler to 2.0 #250

merged 3 commits into from
Jan 28, 2020

Conversation

rjherrera
Copy link
Member

This PR updates bundler to ~> 2.0. It also sorts alphabetically gemspec dependencies for consistency.

Some unknown bugs in the CI build were happening related to cache issues. For now cache restore will be disabled until I figure out the best way to deal with it.

closes #249

@rjherrera rjherrera requested a review from blackjid January 28, 2020 18:40
@rjherrera rjherrera force-pushed the update-bundler branch 2 times, most recently from 428cb52 to 6a17b79 Compare January 28, 2020 18:45
@@ -18,16 +18,16 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "bundler", "~> 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.

~> 2.1 ?

Copy link
Member Author

@rjherrera rjherrera Jan 28, 2020

Choose a reason for hiding this comment

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

for some unknown mystical reason CI wont work with bundler >2.0.2 so I think that for consistency gemspec and ci build should both use roughly the same version

@rjherrera rjherrera merged commit f0578eb into master Jan 28, 2020
@rjherrera rjherrera deleted the update-bundler branch January 28, 2020 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Update bundler to 2
2 participants