Skip to content

Commit

Permalink
Update rspec to 3.4.0
Browse files Browse the repository at this point in the history
- Resolves last_comment issue per rspec/rspec-core#2210
  • Loading branch information
Brian Nichols authored and zmbush committed Oct 19, 2017
1 parent 40223ee commit 2b8501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffeelint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |gem|
gem.add_dependency "json"
gem.add_dependency "execjs"

gem.add_development_dependency 'rspec', '~> 3.1.0'
gem.add_development_dependency 'rspec', '~> 3.4.0'
gem.add_development_dependency 'rake', '~>11.3.0'
end

0 comments on commit 2b8501b

Please sign in to comment.