Closed depfu[bot] closed 5 years ago
I am using Ubuntu 18.04 LTS getting Gem::LoadError: You have already activated rake 12.3.0, but your Gemfile requires rake 13.0.0. Prepending bundle exec
to your command may solve this.
@saydulk Thanks for pointing out. This is true for all the gems, that's why Bundler exists. My suggestion is to always prepend commands with bundle exec
(which I alias as be
😉 ).
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rake (~> 12 → ~> 13) · Repo · Changelog
Release Notes
13.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
Prepare to release rake 13
Use RUBY insted of BUNDLE_RUBY for test-bundled-gems of ruby/ruby.
bump version to 13.0.0.pre.1
Merge pull request #325 from nobu/update-required_ruby_version
Merge pull request #326 from nobu/update-keyword-args
Update keyword arguments merger
Reduce repeated code
Removed stale skips
Drop old ruby versions which are no longer tested
Merge pull request #324 from ruby/use-setup-ruby-on-macos
Try to use setup-ruby on macos
Removed truffleruby temporary.
2.1 is not provided by binary installation
2.3 is provided by GitHub Actions, We need to switch 2.1.
Added truffleruby
There is no binaries of 2.0 and 2.1 on RVM
Set the explicitly versions.
Added the old versions
Use the latest version of JRuby
Merge pull request #269 from take-cheeze/order_only
Merge pull request #310 from tonytonyjan/without_parent_dir
Removed status badge of Travis.
Merge pull request #321 from ruby/cleanup-gemspec
Removed rdoc.
Use Gemfile instead of Gem::Specification#add_development_dependency.
Merge pull request #322 from ruby/actions-2
Good bye Travis. Thanks for your contribution.
Enabled coveralls service on macOS env.
Try to use rvm on GitHub Actions
Removed the badge of appveyor.
Merge pull request #320 from ruby/actions
Removed duplicated tasks with GitHub Actions.
Split install and test tasks.
setup-ruby is not support macOS env.
Windows env only provide Ruby 2.4+
Fixed build names.
Added Windows and macOS.
Enabled build matrix.
Update ruby.yml
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands