From 675ae4d8029a51142265e7585a4e8ab5161b410e Mon Sep 17 00:00:00 2001 From: Lucas Mazza Date: Sun, 15 May 2016 19:20:32 -0300 Subject: [PATCH] Lock devise version on the bug report template. --- guides/bug_report_templates/integration_test_master.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/bug_report_templates/integration_test_master.rb b/guides/bug_report_templates/integration_test_master.rb index c4764b13..6fea86bb 100644 --- a/guides/bug_report_templates/integration_test_master.rb +++ b/guides/bug_report_templates/integration_test_master.rb @@ -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