Skip to content

Commit 0df8db2

Browse files
committed
unless over favor
1 parent a82646e commit 0df8db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ group :test, :development do
2525
# gem 'gsl', github: 'SciRuby/rb-gsl' - Not compatible with Ruby 3.0
2626
gem 'html-proofer'
2727
gem 'nokogiri'
28-
gem 'numo-linalg' if !Gem.win_platform?
29-
gem 'numo-narray' if !Gem.win_platform?
28+
gem 'numo-linalg' unless Gem.win_platform?
29+
gem 'numo-narray' unless Gem.win_platform?
3030
gem 'pry'
3131
gem 'rake'
3232
gem 'rspec'

0 commit comments

Comments
 (0)