-
Notifications
You must be signed in to change notification settings - Fork 131
Tidying up the project #125
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
Conversation
Nymuxyzo
commented
Jan 6, 2025
- Old not maintained ruby removed
- Gem version maintenance
- Github workflow
- Switch for an old version removed
cdbab1a
to
8d58fa0
Compare
Any opinions on this PR? |
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.
I approve! thanks!
@@ -237,12 +237,4 @@ def calculate_exchange(from, to_currency, rate) | |||
money = (decimal_money * from.cents * rate).round | |||
Money.new(money, to_currency) | |||
end | |||
|
|||
def open_url(url) |
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.
:chefkiss:
- Old not maintained ruby removed - Gem version maintenance - Github workflow - Switch for an old version removed
8d58fa0
to
b6baded
Compare
@Nymuxyzo I rebased with branch with |
@yukideluxe thank you for your help and you are absolutely right |
.github/workflows/ruby.yml
Outdated
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2'] | ||
ruby-version: ["3.0", "3.1", "3.2", "3.3", "3.4"] |
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.
since we are dropping 3.0, we should remove it from here too! otherwise the tests won't pass 😊 Almost there! 💪🏻
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.
Sorry, I had overlooked that. I'm about to have a crisis
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.
Look, it's all green now! 😊
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.
Thank you, this is great! 🙏🏻 I'll add a line in the CHANGELOG mentioning that we dropped support for Ruby 3.0 💪🏻