thefrontside / ember-let

Create variable bindings inside your handlebars templates
MIT License
52 stars 16 forks source link

Failing build on CircleCI #46

Closed dgavey closed 6 years ago

dgavey commented 6 years ago

V0.7.0

Ember 2.15

Expected Behavior

Ember builds on Circle CI

Actual Behavior

Ember does not build and instead throws the error emberDep.gte is not a function

Steps To Reproduce:

Locally this does not cause an issue for me because the ember-cli-version-checker version installed is 2.1.0, but on CI it resolves to 1.2.0

Resolution

I've added `ember-cli-version-checker: ^2.1.0 to my package.json and CI is building again. I can make a PR to bump the dependency of the ember-cli-version-checker in this repo, I think it shouldn't cause any issues.