Lock devise version on the bug report template.

This commit is contained in:
Lucas Mazza 2016-05-15 19:20:32 -03:00
parent 48251f236f
commit 675ae4d802
No known key found for this signature in database
GPG Key ID: C009F9A6BE4A44CB
1 changed files with 2 additions and 2 deletions

View File

@ -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