先に結論をまとめると、こうすればよいらしい。 gem 'arel', git: 'https://github.com/rails/arel.git' git 'https://github.com/rails/rails.git' do gem 'activerecord' end ライブラリで、特定のバージョン以上にbundlerが指定されていて、それを一時的にtravisなどで、HEADでテストを走らせたい、というときにどうするか、ということですが、railsの場合には、 rails/ -------rails.gemspec -------activerecord/ -------------------activerecord.gemspec -------actionpack/ -------------------actionpack.gemspecのようなディレクトリ構成に