Skip to content

Commit

Permalink
Revert mocha to version 1.1
Browse files Browse the repository at this point in the history
We seem to have had some spec example failures following an earlier bump of mocha from 1.1 to 1.4.

Reverting this seems to get rid of these failures.
  • Loading branch information
dicom committed Sep 20, 2018
1 parent da0f97e commit 16b3c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicom.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_development_dependency('bundler', '~> 1.16')
s.add_development_dependency('mini_magick', '~> 4.8')
s.add_development_dependency('mocha', '~> 1.4')
s.add_development_dependency('mocha', '~> 1.1')
s.add_development_dependency('numo-narray', '~> 0.9', '>= 0.9.1.1')
s.add_development_dependency('rake', '~> 12.3')
s.add_development_dependency('redcarpet', '~> 3.4')
Expand Down

0 comments on commit 16b3c90

Please sign in to comment.