diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-09 14:15:29 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-04-09 14:15:29 +0000 |
commit | fa1d7aaa99d13278a83d955804077811bb65c553 (patch) | |
tree | 894a177410773db95540d36473c558f2bbf15d26 /Gemfile | |
parent | c078bd2609771332b97828386ed2662ccd024c53 (diff) | |
parent | 4869f756d3e63beb1e4c92058dbdfbd856ecd044 (diff) | |
download | gitlab-ci-fa1d7aaa99d13278a83d955804077811bb65c553.tar.gz |
Merge branch 'protected_attributes' into 'master'
Remove protected attributes
https://dev.gitlab.org/gitlab/gitlab-ci/issues/165
See merge request !60
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ def linux_only(require_as) end gem 'rails', '4.1.9' -gem 'protected_attributes' gem 'activerecord-deprecated_finders' gem 'activerecord-session_store' gem "nested_form" |