mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Lock devise version on the bug report template.
This commit is contained in:
parent
48251f236f
commit
675ae4d802
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue