faster_path icon indicating copy to clipboard operation
faster_path copied to clipboard

Rake test not working for Ruby 2.6.3 - Dependencies problem

Open abinoam opened this issue 5 years ago • 0 comments

Error Reporting

Probably related to PR #179 and #177

Error message

$ ruby -r/Users/abinoam/src/faster_path/spec/init /Users/abinoam/src/faster_path/spec/mspec/bin/mspec-run --format spec core/file/basename core/file/extname core/file/dirname library/pathname
Traceback (most recent call last):
	9: from /Users/abinoam/.rvm/rubies/ruby-2.6.3/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
	8: from /Users/abinoam/.rvm/rubies/ruby-2.6.3/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
	7: from /Users/abinoam/.rvm/rubies/ruby-2.6.3/lib/ruby/site_ruby/2.6.0/bundler/setup.rb:10:in `<top (required)>'
	6: from /Users/abinoam/.rvm/rubies/ruby-2.6.3/lib/ruby/site_ruby/2.6.0/bundler.rb:107:in `setup'
	5: from /Users/abinoam/.rvm/rubies/ruby-2.6.3/lib/ruby/site_ruby/2.6.0/bundler/runtime.rb:26:in `setup'
	4: from /Users/abinoam/.rvm/rubies/ruby-2.6.3/lib/ruby/site_ruby/2.6.0/bundler/runtime.rb:26:in `map'
	3: from /Users/abinoam/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/forwardable.rb:230:in `each'
	2: from /Users/abinoam/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/forwardable.rb:230:in `each'
	1: from /Users/abinoam/.rvm/rubies/ruby-2.6.3/lib/ruby/site_ruby/2.6.0/bundler/runtime.rb:31:in `block in setup'
/Users/abinoam/.rvm/rubies/ruby-2.6.3/lib/ruby/site_ruby/2.6.0/bundler/runtime.rb:319:in `check_for_activated_spec!': You have already activated rake 13.0.1, but your Gemfile requires rake 12.3.3. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)

rake sysinfo

** FasterPath - faster_path v0.3.10 **
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-darwin17]
rustc 1.44.0 (49cae5576 2020-06-01)
binary: rustc
commit-hash: 49cae55760da0a43428eba73abcb659bb70cf2e4
commit-date: 2020-06-01
host: x86_64-apple-darwin
release: 1.44.0
LLVM version: 9.0
cargo 1.44.0 (05d080faa 2020-05-06)
release: 1.44.0
commit-hash: 05d080faa4f2bc1e389ea7c4fd8f30ed2b733a7f
commit-date: 2020-05-06
** Rust dependencies **
lazy_static         1.3.0
libc                0.2.58
memchr              2.2.0
rutie               0.6.0
** Ruby dependencies **
DEPENDENCIES
  color_pound_spec_reporter (~> 0.0.9)!
  coveralls!
  faster_path!
  minitest (~> 5.11)!
  minitest-reporters (= 1.1)!
  read_source (~> 0.2.6)!
  rubocop (= 0.53)!
  stop_watch (~> 1.0)!
BUNDLED WITH
   1.17.3
RAKE
   12.3.3

abinoam avatar Jun 28 '20 17:06 abinoam