Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekEdwards committed Jul 3, 2021
1 parent 17239f6 commit 349e6bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ source "https://rubygems.org"

# To use debugger
# gem 'debugger'
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 '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

Expand Down
2 changes: 1 addition & 1 deletion lib/transam_accounting/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TransamAccounting
VERSION = "2.15.0-rc"
VERSION = "2.15.0"
end

0 comments on commit 349e6bf

Please sign in to comment.