damian / jshint

Making it easy to lint your JavaScript assets in any Rails 3.1+ and Rails 4 application.
https://rubygems.org/gems/jshint
MIT License
11 stars 21 forks source link

RSpec deprecation warnings #19

Closed threedaymonk closed 9 years ago

threedaymonk commented 9 years ago

RSpec is specified in the gemspec as ~> 2.14. This currently resolves to 2.99.0, which includes deprecation warnings for RSpec 3.

I suggest either:

  1. Change the dependency to add < 2.99 (i.e. spec.add_development_dependency "rspec", "~> 2.14", "< 2.99")
  2. Fix the deprecation warnings and upgrade to RSpec 3.

I'd be happy to submit a pull request for either of these.

damian commented 9 years ago

Good shout. I'd prefer to upgrade to RSpec 3. I'd gladly accept a PR to achieve this if your able to :+1: