Skip to content

Commit

Permalink
Merge pull request #90 from NickLaMuro/rails-6
Browse files Browse the repository at this point in the history
Rails 6.0
  • Loading branch information
bdunne authored Dec 14, 2020
2 parents a39ff95 + e67100b commit 3c3adfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmware_web_service.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = "> 2.4"
spec.files = Dir["{app,config,lib}/**/*"]

spec.add_dependency "activesupport", "~> 5.2.4", ">= 5.2.4.3"
spec.add_dependency "activesupport", ">= 5.2.4.3", "< 6.1"
spec.add_dependency "ffi-vix_disk_lib", "~>1.1"
spec.add_dependency "handsoap", "~>0.2.5"
spec.add_dependency "httpclient", "~>2.8.0"
Expand Down

0 comments on commit 3c3adfc

Please sign in to comment.