Skip to content

Commit

Permalink
fix bundle install :'(
Browse files Browse the repository at this point in the history
instructure/testrailtagging:HEAD just changed and it has a different
version, so bundle install blows up. just use the frd gem so we don't risk
it breaking underneath us again

test plan:
:allthethings: should not be broken

Change-Id: I510ee5dddcd00c460ad1fbef0fa2785bfa1582bb
Reviewed-on: https://gerrit.instructure.com/88751
Reviewed-by: Jacob Fugal <[email protected]>
Product-Review: Jon Jensen <[email protected]>
QA-Review: Jon Jensen <[email protected]>
Tested-by: Jon Jensen <[email protected]>

Conflicts:
	Gemfile.d/test.rb
  • Loading branch information
jenseng authored and ccutrer committed Aug 26, 2016
1 parent 0a3f8be commit 118dd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.d/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
gem 'websocket', '1.0.7', require: false
gem 'selinimum', '0.0.1', require: false, path: 'gems/selinimum'
gem 'test_after_commit', '0.4.2'
gem 'testrailtagging', '~> 0.3.6.5', git: 'https://github.com/instructure/testrailtagging', ref: 'master', require: false
gem 'testrailtagging', '~> 0.3.6.9', require: false

gem 'webmock', '1.22.3', require: false
gem 'addressable', '2.3.8', require: false
Expand Down

0 comments on commit 118dd50

Please sign in to comment.