diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-29 03:32:28 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-29 03:32:28 -0700 |
commit | ccab346a7899d34ffcdd0169dbc87450eb2aca59 (patch) | |
tree | 10987cdaad7415a1fb1826f4722247c7c5c2c474 /Gemfile | |
parent | 5f3a7587215a4ff25d3fca0e0aded3b76bc9ac57 (diff) | |
parent | 7277280d5f276fe97ff97276ce20400bcb5db07c (diff) | |
download | gitlab-ce-ccab346a7899d34ffcdd0169dbc87450eb2aca59.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ end gem "state_machine" # Issue tags -gem "acts-as-taggable-on" +gem 'acts-as-taggable-on', '~> 3.4' # Background jobs gem 'slim' |