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

Commit ecca2ed

Browse files
author
Jared Deckard
committed
Pin down broken dependency
1 parent aaeeea1 commit ecca2ed

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"jquery": ">= 1.9.1"
88
},
99
"devDependencies": {
10-
"qunit": ">= 1.0"
10+
"qunit": "^1.0.0"
1111
},
1212
"main": [
1313
"app/assets/javascripts/task_list.coffee",

task_list.gemspec

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

19+
gem.add_dependency "rack", "1.6.4"
20+
gem.add_dependency "activesupport", "4.2.6"
1921
gem.add_dependency "html-pipeline"
2022

2123
gem.add_development_dependency "github-markdown"

0 commit comments

Comments
 (0)