From 317739e02c40e5d9e48ef30354a96a4f89809e62 Mon Sep 17 00:00:00 2001 From: Derek Edwards Date: Fri, 24 Apr 2020 20:03:33 -0400 Subject: [PATCH] Update gemfile. --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 97ea577a..fea11449 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: :quarter1 -gem 'transam_reporting', git: 'https://github.com/camsys/transam_reporting', branch: :quarter1 -gem 'transam_transit', git: 'https://github.com/camsys/transam_transit', branch: :quarter1 +gem 'transam_core', git: 'https://github.com/camsys/transam_core', branch: :master +gem 'transam_reporting', git: 'https://github.com/camsys/transam_reporting', branch: :master +gem 'transam_transit', git: 'https://github.com/camsys/transam_transit', branch: :master gem 'mysql2', '~> 0.5.1' # lock gem for dummy app gem "capybara", '2.6.2' # lock gem for old capybara behavior on hidden element xpath