Skip to content

Update spring to 1.6.4 to fix support for Bundler 1.11

Gabriel Mazetto requested to merge update-spring into master

Older spring does not work with Bundler 1.11 anymore. Whenever I try, for example, to run rspec locally, if fails to require essential files:

/Users/brodock/.rvm/rubies/ruby-2.1.8/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- bundler/setup (LoadError)
	from /Users/brodock/.rvm/rubies/ruby-2.1.8/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
	from /Users/brodock/Projetos/Gitlab/gitlab-development-kit/gitlab-geo/vendor/bundle/ruby/2.1.0/gems/spring-1.3.6/lib/spring/commands.rb:33:in `<module:Spring>'
	from /Users/brodock/Projetos/Gitlab/gitlab-development-kit/gitlab-geo/vendor/bundle/ruby/2.1.0/gems/spring-1.3.6/lib/spring/commands.rb:4:in `<top (required)>'
	from /Users/brodock/.rvm/rubies/ruby-2.1.8/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
	from /Users/brodock/.rvm/rubies/ruby-2.1.8/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
	from /Users/brodock/Projetos/Gitlab/gitlab-development-kit/gitlab-geo/vendor/bundle/ruby/2.1.0/gems/spring-1.3.6/lib/spring/application.rb:77:in `preload'
	from /Users/brodock/Projetos/Gitlab/gitlab-development-kit/gitlab-geo/vendor/bundle/ruby/2.1.0/gems/spring-1.3.6/lib/spring/application.rb:143:in `serve'
	from /Users/brodock/Projetos/Gitlab/gitlab-development-kit/gitlab-geo/vendor/bundle/ruby/2.1.0/gems/spring-1.3.6/lib/spring/application.rb:131:in `block in run'
	from /Users/brodock/Projetos/Gitlab/gitlab-development-kit/gitlab-geo/vendor/bundle/ruby/2.1.0/gems/spring-1.3.6/lib/spring/application.rb:125:in `loop'

cc @DouweM @rspeicher

Merge request reports