Skip to content

Conversation

Nymuxyzo
Copy link
Contributor

@Nymuxyzo Nymuxyzo commented Jan 6, 2025

  • Old not maintained ruby removed
  • Gem version maintenance
  • Github workflow
  • Switch for an old version removed

@Nymuxyzo
Copy link
Contributor Author

Any opinions on this PR?

yukideluxe
yukideluxe previously approved these changes Jul 9, 2025
Copy link
Member

@yukideluxe yukideluxe left a 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)
Copy link
Member

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
@yukideluxe yukideluxe force-pushed the tech/housekeeping branch from 8d58fa0 to b6baded Compare July 9, 2025 15:54
@yukideluxe
Copy link
Member

yukideluxe commented Jul 9, 2025

@Nymuxyzo I rebased with branch with main (I didn't know I could do that 😬) to trigger the GH actions but I think we must include the bigdecimal gem in the Gemfile now!

@Nymuxyzo
Copy link
Contributor Author

Nymuxyzo commented Jul 9, 2025

@Nymuxyzo I rebased with branch with main (I didn't know I could do that 😬) to trigger the GH actions but I think we must include the bigdecimal gem in the Gemfile now!

@yukideluxe thank you for your help and you are absolutely right

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"]
Copy link
Member

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! 💪🏻

Copy link
Contributor Author

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

Copy link
Member

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! 😊

Copy link
Member

@yukideluxe yukideluxe left a 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 💪🏻

@yukideluxe yukideluxe merged commit 516b1dd into RubyMoney:main Jul 9, 2025
4 checks passed
@Nymuxyzo Nymuxyzo deleted the tech/housekeeping branch July 9, 2025 18:37
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.

2 participants