jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 244 forks source link

teaspoon-jasmine has undeclared transitive dependency #490

Open corps opened 8 years ago

corps commented 8 years ago

From my Gemfile.lock

    teaspoon (1.1.5)
      railties (>= 3.2.5, < 6)
    teaspoon-jasmine (2.3.4)
      teaspoon (>= 1.0.0)
Sass::SyntaxError: File to import not found or unreadable: bourbon.
...
./bundle/ruby/2.3.0/gems/teaspoon-jasmine-2.3.4/lib/teaspoon/jasmine/assets

It seems that https://github.com/thoughtbot/bourbon is an implicit dependency of teaspoon-jasmine, although it hadn't been in the past (just a random upgrade). Can we get this dependency stated explicitly in the teaaspoon-jasmine gem?

jejacks0n commented 8 years ago

Huh? It shouldn't be, so I'll look into it.


Jeremy Jackson

On Jun 29, 2016, at 6:46 PM, Zach Collins notifications@github.com wrote:

From my Gemfile.lock

teaspoon (1.1.5)
  railties (>= 3.2.5, < 6)
teaspoon-jasmine (2.3.4)
  teaspoon (>= 1.0.0)

Sass::SyntaxError: File to import not found or unreadable: bourbon. ... ./bundle/ruby/2.3.0/gems/teaspoon-jasmine-2.3.4/lib/teaspoon/jasmine/assets It seems that https://github.com/thoughtbot/bourbon is an implicit dependency of teaspoon-jasmine, although it hadn't been in the past (just a random upgrade). Can we get this dependency stated explicitly in the teaaspoon-jasmine gem?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.