Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
sanger_warren (0.5.1)
bunny (~> 2.17)
connection_pool (~> 2.2)
multi_json (>= 1.0, < 1.18.0)
multi_json (>= 1.0, <= 1.19.1)
thor (~> 1.1)

GEM
Expand Down Expand Up @@ -47,7 +47,7 @@ GEM
logger (1.7.0)
method_source (1.0.0)
minitest (5.27.0)
multi_json (1.17.0)
multi_json (1.19.1)
parallel (1.20.1)
parser (3.0.1.1)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion sanger-warren.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'connection_pool', '~> 2.2'
# multi_json 1.18.0-1.19.1 have issues with serialising ActiveRecord objects
# related to https://github.com/sferik/multi_json/issues/54
spec.add_runtime_dependency 'multi_json', ['>= 1.0', '< 1.18.0']
spec.add_runtime_dependency 'multi_json', ['>= 1.0', '<= 1.19.1']
spec.add_runtime_dependency 'thor', '~> 1.1'
spec.metadata['rubygems_mfa_required'] = 'true'
end
Loading