From d3d67ac4af801d363f1ddc39fd0c513ff832cbe6 Mon Sep 17 00:00:00 2001 From: Derek Edwards Date: Sun, 8 Aug 2021 20:16:47 -0400 Subject: [PATCH] Update version. --- Gemfile | 6 +++--- lib/transam_accounting/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fea11449..57425447 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: :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 'transam_core', git: 'https://github.com/camsys/transam_core', branch: :qa +gem 'transam_reporting', git: 'https://github.com/camsys/transam_reporting', branch: :qa +gem 'transam_transit', git: 'https://github.com/camsys/transam_transit', branch: :qa 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 diff --git a/lib/transam_accounting/version.rb b/lib/transam_accounting/version.rb index 11f51b1a..19e8f146 100644 --- a/lib/transam_accounting/version.rb +++ b/lib/transam_accounting/version.rb @@ -1,3 +1,3 @@ module TransamAccounting - VERSION = "2.15.0" + VERSION = "2.16.0-rc" end