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 ruby/setup-ruby from 1.202.0 to 1.221.0 #902

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps ruby/setup-ruby from 1.202.0 to 1.221.0.

Release notes

Sourced from ruby/setup-ruby's releases.

v1.221.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.220.0...v1.221.0

v1.220.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.219.0...v1.220.0

v1.219.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.218.0...v1.219.0

v1.218.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.217.0...v1.218.0

v1.217.0

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.216.0...v1.217.0

v1.216.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.215.0...v1.216.0

v1.215.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.214.0...v1.215.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.202.0 to 1.221.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@a2bbe5b...32110d4)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 17, 2025
Skenvy added a commit that referenced this pull request Feb 23, 2025
Skenvy added a commit that referenced this pull request Feb 23, 2025
* Started the devlog, ran �undle gem collatz, and shuffled around some files

* Some minor additions

* Comment out the line causing github to not likje ruby-build.yaml

* Add comments around trying to figure out what the files are that bundler made

* Add all suggested cops to rubocop, extend devlog, add test recipe to workflows

* Set the rubocop cache false to see if that fixes the spurious Lint/ScriptPermission error on the bin/console file

* See if specifically restricting to 2.7.0 version fixes the linter issue..?

* Explicitly ignore the ScriptPermission cop

* Uncomment some of the build and release and recipe clean up

* Remove bundle clean

* Add the instructions and steps to handle the gem publishing, with the version being set to 0.0.1

* Bump to version 0.0.2 and add the chmod 0600 to the ~/.gem/credentials

* Whoops, add the actual github token string into the bearer token for rubygems

* Add the package permission to the github token for the publish job

* Add the links to the gem hosts in the readmes

* Add rdoc

* Add the enums and assertion functions

* Add the normal function and reverse function without tests yet

* Add tests for the function

* Test the reverse function

* Add a make docs recipe and set version to 0.1.0

* Resolved all but the linter warning Style/OptionalBooleanParameter

* Properly convert all 'positional args' to proper ruby kwargs

* Add RDoc comments and homepage

* Prepare the docs publishing and merging steps

* Added the ruby discord suggestion list in devlog and implement some of them

* Update the private modifier

* Move everything into a top level module

* Split constants into new subfolder rb file

* Break the main file up into smaller required files

* implement stopping_time_terminus

* Most hailstone tests work, but some cops aren't happy

* Hailstone tests functionally complete, now just some cops to deal with

* Finished the hailstone function and tests

* Added the stopping time, working on converting the java tests

* Implement the stopping time tests

* WIP tree graph

* WIP the tree graph

* WIP Tree Graph

* WIP added custom equality to tree graphs, but now need to fix an issue with zero trap orbits

* Finish the first tree graph test

* All tree graph tests pass

* Make the tests for tree graph more aligned

* Some doc comment factoring

* Some changes to get the RDoc files more meaningful. Odd behaviour on where the module_function access modifier goes

* Bump to the first major version

* Add passable permissions to the ruby test in build

* Bump Rubocop version

* Merge main

* Ruby drop support for 2.7 because GH's MacOS-12 runner no longer exists

* Dupe dependabot's #902

* Add rvm de-wraps to gh wfs, update rdoc and rubocop

* Move rubocop linting to its own recipe and add new cops

* Fix a spelling mistake lol

* Set gem system version to the most recent version that still works on ruby 3.0

---------

Co-authored-by: Skenvy <>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2025

Looks like ruby/setup-ruby is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 23, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/ruby/setup-ruby-1.221.0 branch February 23, 2025 08:43
Skenvy added a commit that referenced this pull request Feb 23, 2025
The squash merge directly before this included the WHOLE comment for this long lived branch. This isn't what's included in THIS commit, it's what was included in the last commit, that will go through to publishing hopefully now that the issue with the disappearing .gem folder is fixed 🤞

* Ruby drop support for 2.7 because GH's MacOS-12 runner no longer exists (~actions/runner-images#10721)
* Dupe dependabot's #902
* Add rvm de-wraps to gh wfs, update rdoc and rubocop
* Move rubocop linting to its own recipe and add new cops
* Fix a spelling mistake lol
* Set gem system version to the most recent version that still works on ruby 3.0
* Bump the minor version and ensure the .gem folder exists when publishing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants