Skip to content

Commit

Permalink
Merge pull request #66 from gongo/use_turnip_2_1
Browse files Browse the repository at this point in the history
Dependency Turnip 2.1.x
  • Loading branch information
gongo committed Mar 10, 2016
2 parents 7a2515c + 37fb1f2 commit 96a2bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ matrix:
- rvm: ruby-head

rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- ruby-head
- jruby-9.0.0.0

Expand Down
2 changes: 1 addition & 1 deletion turnip_formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ['lib']

spec.add_dependency 'turnip', '~> 2.0.0'
spec.add_dependency 'turnip', '~> 2.1.0'
spec.add_dependency 'slim'
spec.add_dependency 'rspec', [">=3.0", "<4.0"]
spec.add_development_dependency 'bundler', '~> 1.3'
Expand Down

0 comments on commit 96a2bde

Please sign in to comment.