Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Declare drb as a dependency for specs
Browse files Browse the repository at this point in the history
Failure/Error: require 'drb/drb'

LoadError:
  cannot load such file -- drb/drb
# ./lib/rspec/core/drb.rb:1:in `require'
# ./lib/rspec/core/drb.rb:1:in `<top (required)>'
# ./spec/rspec/core/invocations_spec.rb:1:in `require'
# ./spec/rspec/core/invocations_spec.rb:1:in `<top (required)>'
  • Loading branch information
pirj committed Jan 25, 2024
1 parent f8c8880 commit fe2aa87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,6 @@ end

gem 'contracts', '< 0.16' if RUBY_VERSION < '1.9.0'

gem 'drb' if RUBY_VERSION >= '3.4'

eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')

0 comments on commit fe2aa87

Please sign in to comment.