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

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 Jun 20, 2024
1 parent ef6e9a4 commit 4777281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,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 4777281

Please sign in to comment.