Skip to content

Commit

Permalink
feat(bundler): update bundler to 2.0
Browse files Browse the repository at this point in the history
closes #249
  • Loading branch information
rjherrera committed Jan 28, 2020
1 parent ed9fc77 commit 7c45b94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- potassium-bundle-{{ .Branch }}-
- potassium-bundle-master-
- potassium-bundle-
- run: gem install bundler:2.1.4
- run: bundle install --jobs=4 --retry=3
- run: gem install hound-cli
- save_cache:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Features:
- Update ActiveAdmin to 2.6 [#246](https://github.com/platanus/potassium/pull/246)
- Update bundler to 2.0 [#250](https://github.com/platanus/potassium/pull/250)

Fix:
- Correctly use cache for bundle dependencies in CircleCi build [#244](https://github.com/platanus/potassium/pull/244)
Expand Down
2 changes: 1 addition & 1 deletion potassium.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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"
spec.add_development_dependency "pry", "~> 0.10.3"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.4.0"
Expand Down

0 comments on commit 7c45b94

Please sign in to comment.