Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit f7a5a99

Browse files
author
Jared Deckard
committed
Update build for travis environment and gem dependency changes
1 parent a588014 commit f7a5a99

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ install:
55
- ./script/bootstrap
66
script: ./script/cibuild
77
rvm:
8-
- 1.9.3
98
- 2.0
109
- 2.1
1110
- 2.2

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if ! bundle check 1>/dev/null 2>&1; then
66
fi
77

88
npm install
9-
bower install --no-color
9+
./node_modules/bower/bin/bower install --no-color

task_list.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Gem::Specification.new do |gem|
1616
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1717
gem.require_paths = ["lib"]
1818

19-
gem.required_ruby_version = ">= 2.1.0"
19+
gem.required_ruby_version = ">= 2.0.0"
2020

2121
gem.add_dependency "activesupport", "~> 4.0" if RUBY_VERSION < '2.2.2'
2222
gem.add_dependency "nokogiri", "~> 1.6.0" if RUBY_VERSION < '2.1.0'
2323
gem.add_dependency "html-pipeline"
2424

25-
gem.add_development_dependency "github-markdown"
25+
gem.add_development_dependency "commonmarker"
2626
gem.add_development_dependency "rake"
2727
gem.add_development_dependency "coffee-script"
2828
gem.add_development_dependency "json"

0 commit comments

Comments
 (0)