Commit Graph

20 Commits

Author SHA1 Message Date
Ryuta Kamizono
336a0ee65f Update bug report templates to use Rails 7.0 2021-12-27 18:29:01 +09:00
Ryuta Kamizono
d273d0b79d Relax version constraint in bug report templates
To prevent future PRs like #41711, #37985, #36936.
2021-08-07 13:20:26 +09:00
Yasuo Honda
fa5db446ed Update bug report templates to use Rails 6.1.0 2020-12-13 16:52:48 +09:00
Ryuta Kamizono
0f67e6d3f0 Update rails gem version in bug report templates to pass CI on Ruby master
https://buildkite.com/rails/rails/builds/68834#f6a78cf3-6ae4-4148-b1c2-114ccce0731a/941-1012
2020-05-07 11:00:35 +09:00
Abhay Nikam
3e4d55cb0f Change the Rails gem version from 6.0.0.rc1 to 6.0.0 in bug report templates 2019-08-21 14:02:10 +05:30
Ryuta Kamizono
fb42684015 Update bug report templates
Bump gem version to 6.0.0.rc1.
2019-04-25 19:11:22 +09:00
Robin Dupret
f1e4d3d8dd Update bug report templates
Given that Bundler 1.10 was released back in 2015, we can assume
that people are at least on this version or a higher one so there
is no need to ask people to upgrade.

Also, given that Rails 5.0 supports Ruby 2.2+ and given that this
version come with Minitest 5.4.3 bundled, we don't need to ensure
backward compatibility with Minitest 4.
2018-10-28 18:12:48 +01:00
Xavier Noria
f589e20b0a use "minitest" consistently
The name of the minitest library is spelled that way: regular font, and
lowercase. Lowercase is used even at the beginning of sentences, see

    http://docs.seattlerb.org/minitest/

I double-checked this with @zenspider too (thanks!).
2018-09-11 23:57:25 +02:00
bogdanvlviv
f0eb637f52
Update bug report templates
Set Rails 5.2.0 in templates
2018-04-10 04:32:42 +03:00
bogdanvlviv
690ce38cfe Update bug report templates
Prepare bug report templates for Rails 6.0 development

Add missing `require "active_support"` in `guides/bug_report_templates/generic_gem.rb`
2018-02-17 22:53:14 -08:00
Ryuta Kamizono
a151d8ad89 Add newlines before/after the git_source in bug report templates
[ci skip]
2017-09-27 17:55:43 +09:00
bogdanvlviv
3e0a858aed
Change :github git source for bug report templates
:github source uses `git://` url by default, `https://` is recommended.
See http://bundler.io/v1.15/guides/git.html#security

We do the same in our `Gemfile` and templates.
2017-09-27 00:02:11 +03:00
Koichi ITO
1f37d846a9 Use frozen string literal in guides/ 2017-08-13 22:04:09 +09:00
Matthew Draper
87b3e226d6 Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing
changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
2017-07-02 02:15:17 +09:30
Kir Shatrov
cfade1ec7e Enforce frozen string in Rubocop 2017-07-01 02:11:03 +03:00
Alex Kitchens
99c34f269e Update the Gem Bug Report Templates to 5.1.0
5.1.0 has been released, and the gem templates can reflect that now.
2017-05-01 07:48:11 -05:00
Matthew Draper
afbbcf24d7 Update bug report templates 2017-03-22 10:11:43 +10:30
Daniel Martin
c85a9714ba Bump bug report template versions to 5.0.1 2017-01-26 10:43:32 +01:00
yuuji.yaginuma
9eba3d6976 fix class name typo 2016-09-02 17:16:15 +09:00
Prathamesh Sonpatki
26a2776f23
Added bug report templates for Active Job 2016-09-02 11:31:04 +05:30