1
0
Fork 0
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:
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

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