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

bump blacklight_marc #2030

Merged
merged 2 commits into from
Nov 14, 2018
Merged

bump blacklight_marc #2030

merged 2 commits into from
Nov 14, 2018

Conversation

cdmo
Copy link
Member

@cdmo cdmo commented Nov 12, 2018

bumping the version of blacklight_marc

connected to #1868

cc @barmintor

bumping the version of blacklight_marc
@coveralls
Copy link

coveralls commented Nov 12, 2018

Coverage Status

Coverage decreased (-0.002%) to 94.742% when pulling 4aca3b9 on cdmo:master into 3a04827 on projectblacklight:master.

@@ -88,7 +88,7 @@ def generate_blacklight_marc_demo
return unless options[:marc]

blacklight_marc = String.new('blacklight-marc')
gem blacklight_marc, '~> 6.1'
gem blacklight_marc, '= 7.0.0.rc1'
Copy link
Member

Choose a reason for hiding this comment

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

should this be >= 7.0.0.a?

Copy link
Member Author

Choose a reason for hiding this comment

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

Like "pre-release or greater of this dot release," right? Looking around on the internet, I can't seem to find documentation on how to specify this, the closest thing I could find was rubygems/bundler#1198 (comment). These seem like they're all possible, good options?

= 7.0.0.rc1 (I know this one works)
>= 7.0.0.a
>= 7.0.0.beta
~> 7.0.0.a
~> 7.0.0.beta

Copy link
Member

Choose a reason for hiding this comment

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

Okay, how about < 8? I'm thinking we don't want to have to revisit this line once we release newer versions of blacklight-marc.

Copy link
Member Author

Choose a reason for hiding this comment

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

that's simpler

@jcoyne jcoyne merged commit 7253213 into projectblacklight:master Nov 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants