Skip to content

Commit

Permalink
Update Gemfile to test travis-ci/travis-core#418
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Jan 6, 2015
1 parent 7c41564 commit daa7ede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

ruby '1.9.3', engine: 'jruby', engine_version: '1.7.16' if ENV.key?('DYNO')

gem 'travis-core', github: 'travis-ci/travis-core'
gem 'travis-core', github: 'travis-ci/travis-core', branch: 'ha-feature-travis-core-pr-418'
gem 'travis-support', github: 'travis-ci/travis-support'
gem 'travis-config', '~> 0.1.0'
gem 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ GIT

GIT
remote: git://github.com/travis-ci/travis-core.git
revision: bcd6771c072aeddf9a5411f595642aeb05ef76cd
revision: 27bebf43c9ca7f7dace78f036e059dbfe282743f
branch: ha-feature-travis-core-pr-418
specs:
travis-core (0.0.1)
actionmailer (~> 3.2.19)
Expand Down Expand Up @@ -276,7 +277,7 @@ GEM
polyglot (>= 0.3.1)
tzinfo (0.3.41)
uuidtools (2.1.5)
virtus (1.0.3)
virtus (1.0.4)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
Expand Down

0 comments on commit daa7ede

Please sign in to comment.