From c363a45d9a388ee478739c248029c6768e700554 Mon Sep 17 00:00:00 2001 From: mathmerized Date: Wed, 26 Sep 2018 10:48:59 -0400 Subject: [PATCH] create new quarter4 and update dummy test gemfile --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 48786322..7765c10d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,9 +7,9 @@ source "https://rubygems.org" # To use debugger # gem 'debugger' -gem 'transam_core', git: 'https://github.com/camsys/transam_core', branch: :quarter3 -gem 'transam_reporting', git: 'https://github.com/camsys/transam_reporting', branch: :quarter3 -gem 'transam_transit', git: 'https://github.com/camsys/transam_transit', branch: :quarter3 +gem 'transam_core', git: 'https://github.com/camsys/transam_core', branch: :quarter4 +gem 'transam_reporting', git: 'https://github.com/camsys/transam_reporting', branch: :quarter4 +gem 'transam_transit', git: 'https://github.com/camsys/transam_transit', branch: :quarter4 gem 'mysql2', '~> 0.3.20' # lock gem for dummy app gem "capybara", '2.6.2' # lock gem for old capybara behavior on hidden element xpath