Skip to content

Commit

Permalink
Merge pull request #11 from nysthee/feature/update-gems
Browse files Browse the repository at this point in the history
Update slim_lint
  • Loading branch information
Thomas Nys authored Mar 14, 2018
2 parents 2801ad0 + 22e451a commit f087e86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ rvm:
- 2.2
- 2.3
- 2.4
- 2.5
2 changes: 1 addition & 1 deletion lib/pronto/slim/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pronto
module SlimLintVersion
VERSION = '0.5.0'.freeze
VERSION = '0.6.0'.freeze
end
end
2 changes: 1 addition & 1 deletion pronto-slim.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_runtime_dependency('pronto', '~> 0.9.2')
s.add_runtime_dependency('slim_lint', '~> 0.12.0')
s.add_runtime_dependency('slim_lint', '~> 0.15.1')
s.add_development_dependency('rake', '~> 12.0')
s.add_development_dependency('rspec', '~> 3.5')
s.add_development_dependency('rspec-its', '~> 1.2')
Expand Down

0 comments on commit f087e86

Please sign in to comment.