-
Notifications
You must be signed in to change notification settings - Fork 97
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
Drop Support Ruby 3.0 #217
Open
Dakurei
wants to merge
10
commits into
shardlab:main
Choose a base branch
from
Dakurei:drop_ruby_27
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jun 15, 2024
-
Attempt to create Github Actions based on CircleCI jobs
+ Rspec tasks (for Ruby 2.7.x, 3.0.x, 3.1.x, 3.2.x) + Rubocop task (with Ruby 2.7.x) + Yard & Github pages tasks (with Ruby 2.7.x) + Update rspec version constraint in discordrb.gemspec (from ~> 3.11.0 to ~> 3.12.0) + Update redcarpet version constraint in discordrb.gemspec (from ~> 3.5.0 to ~> 3.6.0)
Configuration menu - View commit details
-
Copy full SHA for 8f9f4ad - Browse repository at this point
Copy the full SHA 8f9f4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bed24a - Browse repository at this point
Copy the full SHA 9bed24aView commit details -
Reversal of a previous modification concerning Webhook#update_webhook
Finally, after doing my tests on the latest version of Rspec, and looking at the code, I realize that the modification was not necessary, and PixeLInc was right in his PR shardlab#199
Configuration menu - View commit details
-
Copy full SHA for 75c157f - Browse repository at this point
Copy the full SHA 75c157fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3433ab - Browse repository at this point
Copy the full SHA b3433abView commit details -
Fix a bug in update_channel_data
Contrary to what the documentation indicated, it was not possible to provide an Array<Overwrite> to Channel#permission_overwrites= It was necessary to provide the Hash similar to what the method Channel#permission_overwrites returns + Added an example file to test the overwrites (I used it as a debug) + Modification of a test in spec/data/channel_spec.rb following this correction
Configuration menu - View commit details
-
Copy full SHA for 6a647ab - Browse repository at this point
Copy the full SHA 6a647abView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd9ef3f - Browse repository at this point
Copy the full SHA fd9ef3fView commit details -
Apply suggestions from code review
Fix typo and newlines Co-authored-by: Adrien Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65ac49f - Browse repository at this point
Copy the full SHA 65ac49fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d9605 - Browse repository at this point
Copy the full SHA a6d9605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd5227 - Browse repository at this point
Copy the full SHA 8cd5227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4936e - Browse repository at this point
Copy the full SHA 7f4936eView commit details
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.