Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Test against multiple ruby versions #30

Merged
merged 3 commits into from
May 26, 2022

Conversation

freshtonic
Copy link
Contributor

No description provided.

.github/workflows/build.yml Outdated Show resolved Hide resolved
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = "https://github.com/cipherstash/activestash"
spec.metadata["changelog_uri"] = "https://github.com/cipherstash/activestash/CHANGELOG.md"

spec.add_runtime_dependency "cipherstash-client", ">= 0.10.2"
spec.add_runtime_dependency "cipherstash-client", ">= 0.10.4"
Copy link
Contributor

Choose a reason for hiding this comment

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

This is unnecessary -- bundler will automatically install the latest available version of a gem that otherwise meets the version constraints on the dependency.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mpalmer I tried a bundle install locally and it ... didn't.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

But the build is broken for Rubies < 0.10.4 so we should specify the minimum working version, right?

Co-authored-by: Matt Palmer <matt@cipherstash.com>
@freshtonic freshtonic requested a review from a team as a code owner May 25, 2022 06:13
@freshtonic freshtonic merged commit 62119d6 into main May 26, 2022
@freshtonic freshtonic deleted the test-against-multiple-ruby-versions branch May 26, 2022 02:51
freshtonic added a commit that referenced this pull request Dec 21, 2022
…rsions

Test against multiple ruby versions
This pull request was closed.
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.

2 participants