-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
[Ruby] - Messages update / skeleton for refactoring #259
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
38b5515
Bump max messages version
luke-hill 819db42
New changelog update
luke-hill 9741cbf
Fix ref to ID Generator
luke-hill e1f91d4
Fix up reference to initialize having wrong ref to idgenerator
luke-hill 81dfd49
Fix up razor template
luke-hill 796efb2
Minor tidy of rakefile and remove capture warnings
luke-hill 9fb8251
Rubocop TODO and warning about excessive refactoring yet!
luke-hill 4c9772c
Fix gherkin bin file
luke-hill d8cd4b5
Tidy up ruby gemspec and set minimum version to 3.0
luke-hill 4904bc1
Fix the generation of TODO to pass through correct ruby version
luke-hill 6dd183f
Release using v3.3
luke-hill 92ead71
Alter test matrix to remove invalid rubies and test on newer rubies
luke-hill 087dfaf
Set minimum messages requirement in gherkin owing to new bin path for…
luke-hill 1d58d52
Use spec_helper
luke-hill 10a6a69
Tidy up query spec
luke-hill 4bf43a8
Remove legacy ref for rake
luke-hill 31bba30
Remove travis refs
luke-hill c102860
Add changelog
luke-hill File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: '3.2' | ||
ruby-version: '3.3' | ||
bundler-cache: true | ||
- uses: cucumber/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
--require spec_helper | ||
--color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
inherit_from: .rubocop_todo.yml | ||
|
||
inherit_mode: | ||
merge: | ||
- Exclude | ||
|
||
AllCops: | ||
NewCops: disable | ||
# Keep this inline with the lowest ruby version in the gemspec | ||
TargetRubyVersion: 3.0 | ||
# Display cop name / style guide references | ||
DisplayCopNames: true | ||
DisplayStyleGuide: true |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to check this is true. I just copied the previous changelog entry. Maybe we can get some script or something to update all language versions to update latest support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's on my list to fix renovatebot/renovate#10616 properly. Then we'll have updates for Ruby again.