mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-08 23:28:00 -05:00
Lock devise version on the bug report template.
This commit is contained in:
@@ -8,8 +8,8 @@ end
|
||||
gemfile(true) do
|
||||
source 'https://rubygems.org'
|
||||
# Activate the gem you are reporting the issue against.
|
||||
gem 'rails', '4.2.0'
|
||||
gem 'devise'
|
||||
gem 'rails', '~> 4.2.0'
|
||||
gem 'devise', '~> 4.0'
|
||||
gem 'sqlite3'
|
||||
gem 'byebug'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user