diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-07-05 23:50:24 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-07-05 23:50:24 -0700 |
commit | 2abd054b0c3c3f1116840cf51444fc63e49057f6 (patch) | |
tree | eb372bdd01a68ff2405166230e63cf253710973f /Gemfile | |
parent | 7f207d4a872cb55d302608a2739e94fc59ef1ff1 (diff) | |
download | gitlab-ce-2abd054b0c3c3f1116840cf51444fc63e49057f6.tar.gz |
update devise
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ gem "sqlite3" gem "mysql2" # Auth -gem "devise", "~> 1.5" +gem "devise", "~> 2.1.0" # GITLAB patched libs gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837" |