Skip to content

Commit

Permalink
Add drb on Ruby 3.3. to ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 23, 2024
1 parent 5c8d179 commit b080373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -103,6 +103,6 @@ end

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

gem 'drb' if RUBY_VERSION >= '3.4'
gem 'drb' if RUBY_VERSION >= '3.3'

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

0 comments on commit b080373

Please sign in to comment.