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

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