Skip to content

Commit de5ad96

Browse files
fix gemspec
1 parent 42b2cc6 commit de5ad96

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
1515

1616
## Enhancements in Version 21.5
1717

18-
- Update dependencies in sdk
18+
- Updated dependencies in sdk
19+
- Implemented Batch API
1920

2021

2122
## Enhancements in Version 21.4

aspose_words_cloud.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Gem::Specification.new do |s|
1111
s.description = 'This SDK allows you to work with Aspose.Words Cloud REST APIs in your Ruby applications quickly and easily, with zero initial cost'
1212
s.license = 'MIT'
1313

14-
s.add_runtime_dependency 'faraday', '~> 0.14.0'
15-
s.add_runtime_dependency 'mimemagic', '~> 0.3.2'
14+
s.add_runtime_dependency 'faraday', '>= 1.4.1'
15+
s.add_runtime_dependency 'marcel', '>= 1.0.0'
16+
s.add_runtime_dependency 'multipart-parser', '>= 0.1.1'
1617

17-
s.add_development_dependency 'aspose_storage_cloud', '~> 18.6', '>= 18.5'
1818
s.add_development_dependency 'minitest', '~> 5.11', '>= 5.11.3'
1919

2020
s.files = Dir['lib/**/*.rb']
2121
s.require_paths = ['lib']
22-
s.required_ruby_version = '~> 2.3'
22+
s.required_ruby_version = '>= 2.4'
2323
end

0 commit comments

Comments
 (0)