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

514 division transformation #1465

Merged
merged 7 commits into from
Sep 8, 2022
Merged

Conversation

nicholas-goodwin
Copy link
Contributor

Ticket Link #514

Description

  • Added division to Arithmetic Transformations

Reminders:

  • If changing elixir code in an "app", did you update the relevant version
    in mix.exs?
    - [ ] If altering an API endpoint, was the relevant postman collection updated?
    - [ ] If a new version of smart_city is being used (new fields on a struct), were the relevant postman collections updated?

@@ -34,7 +34,8 @@ defmodule Transformers.MixProject do
{:placebo, "~> 2.0.0-rc2", only: [:dev, :test, :integration]},
{:smart_city, "~> 5.2.5"},
{:smart_city_test, "~> 2.2.5", only: [:test, :integration]},
{:timex, "~> 3.6"}
{:timex, "~> 3.6"},
{:decimal, "~> 1.9.0"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's change this to {:decimal, "~> 1.0"}, to align 1:1 with discovery streams

If we upgrade this dependency in either app, the upgrade will look the same in both places

Copy link
Member

@bmitchinson bmitchinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 💯 🔥 looks good to me !

@RyanRConaway RyanRConaway merged commit 7ca2e9e into master Sep 8, 2022
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.

3 participants