Skip to content

Commit

Permalink
Update gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekEdwards committed Apr 25, 2020
1 parent c04ed3d commit 317739e
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: :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

Expand Down

0 comments on commit 317739e

Please sign in to comment.