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

dev deps: Add strict version contraints & CI: build gem with strict mode & CI: Use Ruby 3.3 for releases #525

Merged
merged 4 commits into from
Aug 19, 2024

Conversation

bastelfreak
Copy link
Member

also contains #524

uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.3'
Copy link
Member

Choose a reason for hiding this comment

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

In another place I've been lazy and just used Ruby 3. Is that something we want here as well?

Suggested change
ruby-version: '3.3'
ruby-version: '3'

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure. I don't know under which conditions they will bump that version. I only bump the version in the release action when we've the same version in a test and it passes.

json-schema.gemspec Outdated Show resolved Hide resolved
json-schema.gemspec Outdated Show resolved Hide resolved
json-schema.gemspec Outdated Show resolved Hide resolved
This raises the following error:

```
WARNING:  You have specified the uri:
  https://github.com/voxpupuli/json-schema/
for all of the following keys:
  homepage_uri
  source_code_uri
Only the first one will be shown on rubygems.org
```
@bastelfreak bastelfreak merged commit 05cc29f into voxpupuli:master Aug 19, 2024
10 checks passed
@bastelfreak bastelfreak deleted the strict branch August 19, 2024 17:29
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.

3 participants