<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/Gemfile, branch 22964-git-commit-documentation-article</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Update RuboCop to 0.43.0 and update configuration</title>
<updated>2016-10-04T11:28:01+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-10-04T11:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=961c53c2ca46e6cfdb2bcaddc0570b1e210302d2'/>
<id>961c53c2ca46e6cfdb2bcaddc0570b1e210302d2</id>
<content type='text'>
`Style/VariableNumber` is explicitly disabled because I don't think we
care if we name a variable `var_1` or `var1`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Style/VariableNumber` is explicitly disabled because I don't think we
care if we name a variable `var_1` or `var1`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade acts-as-taggable-on from 3.5.0 to 4.0.0.</title>
<updated>2016-10-03T21:54:52+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-10-03T21:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f571aeb5ce38dce1a9e5f58d76360836d4a8f8a0'/>
<id>f571aeb5ce38dce1a9e5f58d76360836d4a8f8a0</id>
<content type='text'>
Changelog: https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md#400--2016-08-08
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md#400--2016-08-08
</pre>
</div>
</content>
</entry>
<entry>
<title>Align gem version strings</title>
<updated>2016-09-30T21:39:19+00:00</updated>
<author>
<name>Jared Deckard</name>
<email>jared.deckard@gmail.com</email>
</author>
<published>2016-09-30T21:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3808032520953e8f5d98b8cacfe611e22ab1bf28'/>
<id>3808032520953e8f5d98b8cacfe611e22ab1bf28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace talk_list patch with a patched fork</title>
<updated>2016-09-30T21:38:02+00:00</updated>
<author>
<name>Jared Deckard</name>
<email>jared.deckard@gmail.com</email>
</author>
<published>2016-09-30T21:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=88c1db4a2b365a75a43c46a0bed58ca1f8069408'/>
<id>88c1db4a2b365a75a43c46a0bed58ca1f8069408</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix broken repo 500 errors in UI and added relevant specs</title>
<updated>2016-09-29T14:58:14+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@jameslopez.es</email>
</author>
<published>2016-09-23T07:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29141ed3ea6157a60d9748921782015626a17f9e'/>
<id>29141ed3ea6157a60d9748921782015626a17f9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'cs-upgrade-devise' into 'master'</title>
<updated>2016-09-29T12:28:18+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-09-29T12:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=570ae33656f24299ca4bb589d0e7043bd120c7a3'/>
<id>570ae33656f24299ca4bb589d0e7043bd120c7a3</id>
<content type='text'>

Upgrade Devise from 4.1.1 to 4.2.0.

This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release. It also deprecates `Devise::TestHelpers` in favor of `Devise::Test::ControllerHelpers`.

Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01

Working toward #14286, as always.

See merge request !6461</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Upgrade Devise from 4.1.1 to 4.2.0.

This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release. It also deprecates `Devise::TestHelpers` in favor of `Devise::Test::ControllerHelpers`.

Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01

Working toward #14286, as always.

See merge request !6461</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Flog as we use a Rubocop that does its job.</title>
<updated>2016-09-29T01:38:43+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-09-29T01:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e3f12e975d59b0606b8f1365e21814b34ea83767'/>
<id>e3f12e975d59b0606b8f1365e21814b34ea83767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump ruby prof to 0.16</title>
<updated>2016-09-28T05:40:26+00:00</updated>
<author>
<name>Elan Ruusamäe</name>
<email>glen@delfi.ee</email>
</author>
<published>2016-08-25T14:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ef063e00a9262a20f4bd584f1ee246b6f79c0025'/>
<id>ef063e00a9262a20f4bd584f1ee246b6f79c0025</id>
<content type='text'>
This solve issues with ruby builds with rubygems preload
see https://github.com/ruby-prof/ruby-prof/pull/191

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This solve issues with ruby builds with rubygems preload
see https://github.com/ruby-prof/ruby-prof/pull/191

Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade Devise from 4.1.1 to 4.2.0.</title>
<updated>2016-09-28T02:08:49+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-09-21T23:06:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8062380f60df576478677e9819ff602303166e4d'/>
<id>8062380f60df576478677e9819ff602303166e4d</id>
<content type='text'>
This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release.

This also replaces the deprecated Devise::TestHelpers with Devise::Test::ControllerHelpers.

Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release.

This also replaces the deprecated Devise::TestHelpers with Devise::Test::ControllerHelpers.

Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'zj-remove-deprecation-warnings-sprockets' into 'master'</title>
<updated>2016-09-27T10:00:36+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-09-27T10:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1025b39058eec1b3a58cf8231edd6b2e3700ed22'/>
<id>1025b39058eec1b3a58cf8231edd6b2e3700ed22</id>
<content type='text'>

Remove Sprockets deprecation warning



See merge request !6535</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove Sprockets deprecation warning



See merge request !6535</pre>
</div>
</content>
</entry>
</feed>
