Loosen the rails dependencies for bess and houdini_full_contact

This commit is contained in:
Eric Schultz 2021-01-05 12:33:37 -06:00 committed by Eric Schultz
parent 42392f30af
commit 3d03687736
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "AGPL-3.0.txt", "GPL-3.0.txt", "LGPL-3.0.txt", "Rakefile", "README.md"]
spec.add_dependency "rails", "~> 6.0.3", ">= 6.0.3.2"
spec.add_dependency "rails", "~> 6.0"
spec.add_dependency 'wisper', '~> 2.0'
spec.add_dependency 'wisper-activejob', '~> 1.0.0'

View file

@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "AGPL-3.0.txt", "GPL-3.0.txt", "LGPL-3.0.txt", "Rakefile", "README.md"]
spec.add_dependency "rails", "~> 6.0.3", ">= 6.0.3.1"
spec.add_dependency "rails", "~> 6.0"
spec.add_dependency "qx"
spec.add_dependency "bess"
end