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

Use bundler 2.2.0.rc.1 #6484

Merged
merged 2 commits into from Oct 2, 2020
Merged

Use bundler 2.2.0.rc.1 #6484

merged 2 commits into from Oct 2, 2020

Commits on Oct 2, 2020

  1. Fix incorrect dependency in bug report template

    Bundler 2.2.0 resolves all platforms by default, so it will raise an
    error for this inline Gemfile.
    deivid-rodriguez committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    21e9c87 View commit details
    Browse the repository at this point in the history
  2. Use bundler 2.2.0.rc.1

    There's a bug in the `rake release` task that's fixed in the latest
    bundler rc release and it's preventing me from releasing. I get this:
    
    ```
    $ bin/rake release
    activeadmin 2.8.1 built to pkg/activeadmin-2.8.1.gem.
    Tagged v2.8.1.
    Untagging v2.8.1 due to error.
    rake aborted!
    Couldn't git push. `git push  --tags' failed with the following output:
    
    To https://github.com/activeadmin/activeadmin
     * [new tag]             v2.8.1 -> v2.8.1
     ! [rejected]            v2.7.0 -> v2.7.0 (already exists)
    error: failed to push some refs to 'https://github.com/activeadmin/activeadmin'
    hint: Updates were rejected because the tag already exists in the remote.
    ```
    
    I think I could also fix it by messing with my local tags, but I'd like
    to try the bundler rc release too.
    deivid-rodriguez committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    f308fda View commit details
    Browse the repository at this point in the history