Skip to content

Commit

Permalink
Update mipper version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed May 5, 2017
1 parent 61e2ad0 commit ca449a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/nose/search/problem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

require 'logging'

require 'mipper'
begin
require 'mipper'
require 'mipper/cbc'
rescue LoadError
# We can't use most search functionality, but it won't explode
nil
Expand Down
2 changes: 1 addition & 1 deletion nose.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency 'formatador', '~> 0.2.5'
s.add_dependency 'json-schema', '~> 2.8.0', '>= 2.8.0'
s.add_dependency 'logging', '~> 2.2.0', '>= 2.2.0'
s.add_dependency 'mipper', '~> 0.0.9'
s.add_dependency 'mipper', '~> 0.1.0'
s.add_dependency 'parallel', '~> 1.11.1', '>= 1.11.0'
s.add_dependency 'parslet', '~> 1.8.0', '>= 1.8.0'
s.add_dependency 'pg', '~> 0.20.0'
Expand Down

0 comments on commit ca449a6

Please sign in to comment.