Skip to content

Commit

Permalink
create new quarter4 and update dummy test gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mathmerized committed Oct 29, 2018
1 parent a36ec31 commit c363a45
Showing 1 changed file with 3 additions and 3 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: :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

Expand Down

0 comments on commit c363a45

Please sign in to comment.