diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-04-29 15:02:41 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-05-06 12:58:26 -0400 |
commit | bc14d223a781322d672ca54d7afa946532b66d56 (patch) | |
tree | e2754f3115b71b9c8029b26664b5e05448630b41 /Gemfile.lock | |
parent | 5b3c823fc9fe6788184a29dec7393158738ef584 (diff) | |
download | gitlab-ce-bc14d223a781322d672ca54d7afa946532b66d56.tar.gz |
Add task_list gem
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 676a5197900..3334917797e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -597,6 +597,8 @@ GEM stamp (0.5.0) state_machine (1.2.0) stringex (2.5.2) + task_list (1.0.2) + html-pipeline temple (0.6.7) term-ansicolor (1.2.2) tins (~> 0.8) @@ -789,6 +791,7 @@ DEPENDENCIES spring-commands-spinach (= 1.0.0) stamp state_machine + task_list (~> 1.0.0) test_after_commit thin tinder (~> 1.9.2) |