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

Do not lock dependencies to minor version #279

Merged
merged 3 commits into from
Jul 20, 2021
Merged

Do not lock dependencies to minor version #279

merged 3 commits into from
Jul 20, 2021

Commits on Jul 13, 2021

  1. Do not lock dependencies to minor version

    Overly restrictive version locks will cause unnecessary issues for downstream applications. All gems should be following semver, such that minor version bumps are completely backwards compatible. Fuzzy locking to a specific minor version will also allow you to use new functionality if it was added in a backwards compatible minor version update.
    joshbuker authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    8a94771 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Update auth0.gemspec

    davidpatrick0 authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    ae5e0f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21eb882 View commit details
    Browse the repository at this point in the history