<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/bundler/templates/newgem/Gemfile.tt, branch ruby_3_3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[rubygems/rubygems] Use `RbSys::ExtensionTask` when creating new rust gems</title>
<updated>2023-03-10T11:50:06+00:00</updated>
<author>
<name>Ian Ker-Seymer</name>
<email>hello@ianks.com</email>
</author>
<published>2023-02-06T19:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dd47ce10dbfca9292e88bbbd3d7f37e3ea503034'/>
<id>dd47ce10dbfca9292e88bbbd3d7f37e3ea503034</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/125f9fece9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/125f9fece9
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge RubyGems-3.4.0 and Bundler-2.4.0</title>
<updated>2022-12-24T07:57:07+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-21T23:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f6620037ba1477d2c337d7b511f094d6d0fbb69c'/>
<id>f6620037ba1477d2c337d7b511f094d6d0fbb69c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge the master branch of Bundler</title>
<updated>2021-04-15T06:36:15+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-04-15T03:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ed149dbf46d1a8b16e6de9c3dbbcc10f72c9c019'/>
<id>ed149dbf46d1a8b16e6de9c3dbbcc10f72c9c019</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync latest development version of bundler &amp; rubygems</title>
<updated>2021-03-08T04:47:35+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2021-02-01T15:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=53468cc11147b0d285fc376fc546b677dad600ca'/>
<id>53468cc11147b0d285fc376fc546b677dad600ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix line spacing to make Layout/EmptyLines happy</title>
<updated>2020-07-15T07:05:12+00:00</updated>
<author>
<name>Utkarsh Gupta</name>
<email>utkarsh@debian.org</email>
</author>
<published>2020-06-30T09:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ca133c03669d495d297579e1f14bc904db591e1d'/>
<id>ca133c03669d495d297579e1f14bc904db591e1d</id>
<content type='text'>
The Gemfile wasn't properly put in the last commit.
As a result, Layout/EmptyLines inspected an offense
in the Gemfile.

This also fixes the spec w.r.t change in the task
default.

Signed-off-by: Utkarsh Gupta &lt;utkarsh@debian.org&gt;

https://github.com/rubygems/rubygems/commit/d1418fddd3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Gemfile wasn't properly put in the last commit.
As a result, Layout/EmptyLines inspected an offense
in the Gemfile.

This also fixes the spec w.r.t change in the task
default.

Signed-off-by: Utkarsh Gupta &lt;utkarsh@debian.org&gt;

https://github.com/rubygems/rubygems/commit/d1418fddd3
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Add blank lines to make Bundler/OrderedGems happy</title>
<updated>2020-07-15T07:05:12+00:00</updated>
<author>
<name>Utkarsh Gupta</name>
<email>utkarsh@debian.org</email>
</author>
<published>2020-06-30T08:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=95f90e3d2bbbe4b3efd193c3df3ff06373c6cdba'/>
<id>95f90e3d2bbbe4b3efd193c3df3ff06373c6cdba</id>
<content type='text'>
If the blank lines aren't used, then rubocop tries to
sort them in alphabetical order within their section.
Thus, adding lines so rubocop considers them as
different sections and doesn't try to sort them.

Signed-off-by: Utkarsh Gupta &lt;utkarsh@debian.org&gt;

https://github.com/rubygems/rubygems/commit/cf44b18f0f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the blank lines aren't used, then rubocop tries to
sort them in alphabetical order within their section.
Thus, adding lines so rubocop considers them as
different sections and doesn't try to sort them.

Signed-off-by: Utkarsh Gupta &lt;utkarsh@debian.org&gt;

https://github.com/rubygems/rubygems/commit/cf44b18f0f
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Constrain (shipped) RuboCop's version</title>
<updated>2020-07-15T07:05:12+00:00</updated>
<author>
<name>Utkarsh Gupta</name>
<email>utkarsh@debian.org</email>
</author>
<published>2020-06-24T16:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e2837a77be2164fa17be046eabb93cbb63f77311'/>
<id>e2837a77be2164fa17be046eabb93cbb63f77311</id>
<content type='text'>
Right now, we're not specifying the version constraints
on RuboCop that is shipped when a new gem is created.
This can break specs which runs rubocop on a new
skeleton gem as the newer versions of RuboCop are
released.

This commit ensures that the specs don't break by
constraining the RuboCop version.

Signed-off-by: Utkarsh Gupta &lt;utkarsh@debian.org&gt;

https://github.com/rubygems/rubygems/commit/0b47243edd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now, we're not specifying the version constraints
on RuboCop that is shipped when a new gem is created.
This can break specs which runs rubocop on a new
skeleton gem as the newer versions of RuboCop are
released.

This commit ensures that the specs don't break by
constraining the RuboCop version.

Signed-off-by: Utkarsh Gupta &lt;utkarsh@debian.org&gt;

https://github.com/rubygems/rubygems/commit/0b47243edd
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix RuboCop offenses</title>
<updated>2020-07-15T07:05:12+00:00</updated>
<author>
<name>Utkarsh Gupta</name>
<email>utkarsh@debian.org</email>
</author>
<published>2020-06-19T10:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3b0d2a3d6ddd4f3d361e15af96881275e8923a5e'/>
<id>3b0d2a3d6ddd4f3d361e15af96881275e8923a5e</id>
<content type='text'>
These offenses appear when you create a gem with
`bundle gem foo` and run `rubocop` over it.

Initially, there were around 45 offenses detected,
but with #3731 and this, the number of offenses
have been reduced to 2.

Signed-off-by: Utkarsh Gupta &lt;utkarsh@debian.org&gt;

https://github.com/rubygems/rubygems/commit/fe9dcaa1b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These offenses appear when you create a gem with
`bundle gem foo` and run `rubocop` over it.

Initially, there were around 45 offenses detected,
but with #3731 and this, the number of offenses
have been reduced to 2.

Signed-off-by: Utkarsh Gupta &lt;utkarsh@debian.org&gt;

https://github.com/rubygems/rubygems/commit/fe9dcaa1b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the bundler version with master branch</title>
<updated>2020-05-12T22:54:37+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-05-08T05:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0e60b59d5884edb8f9aea023efd9b24f1ff02049'/>
<id>0e60b59d5884edb8f9aea023efd9b24f1ff02049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bundler/bundler] Generate new gem development dependencies in Gemfile</title>
<updated>2019-08-03T00:29:56+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-06-26T14:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bdcd1990adbbbdb7baa26ca7a0fd6e56efb05143'/>
<id>bdcd1990adbbbdb7baa26ca7a0fd6e56efb05143</id>
<content type='text'>
https://github.com/bundler/bundler/commit/02177d0e10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/bundler/bundler/commit/02177d0e10
</pre>
</div>
</content>
</entry>
</feed>
