Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Loosen statsd-instruments dependency in quilt_rails #1185

Merged
merged 3 commits into from
Nov 26, 2019

Conversation

theodoretan
Copy link
Member

Co-authored-by: Deborah Chan deborah.chan@shopify.com

Description

The ~> specifier creates a hard dependency for consuming projects which makes it harder to use the gem if the project has a newer version.

https://github.com/Shopify/partners/pull/20598/files#r345427947
image

Type of change

Use the >= specifier which will only allow minor version changes.

  • Patch: Bug/ Documentation fix (non-breaking change which fixes an issue or adds documentation)
  • Minor: New feature (non-breaking change which adds functionality)
  • Major: Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have added a changelog entry, prefixed by the type of change noted above

Copy link
Contributor

@marutypes marutypes left a comment

Choose a reason for hiding this comment

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

sounds legit to me

@theodoretan theodoretan force-pushed the loosen-statsd-dependency branch 2 times, most recently from 8d46fa2 to 58cd632 Compare November 21, 2019 22:55
@@ -2,7 +2,11 @@

require_relative 'boot'

require 'rails/all'
Copy link
Member Author

@theodoretan theodoretan Nov 22, 2019

Choose a reason for hiding this comment

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

@TheMallen There was a "ManifestNeeded" error because railties was bumped and the solution was to not use require rails/all

image

@theodoretan theodoretan force-pushed the loosen-statsd-dependency branch from 58cd632 to e0c6b45 Compare November 25, 2019 15:20
@theodoretan theodoretan merged commit 3c4a704 into master Nov 26, 2019
@theodoretan theodoretan deleted the loosen-statsd-dependency branch November 26, 2019 21:08
@GoodForOneFare GoodForOneFare temporarily deployed to production November 29, 2019 15:58 Inactive
@theodoretan theodoretan temporarily deployed to gem December 10, 2019 21:19 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants