File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- gem 'mime-types' , '~> 3.1'
3+ gem 'mime-types' , '~> 3.3. 1'
44gemspec
Original file line number Diff line number Diff line change 8080```
8181
8282### Learn more
83- You can use followng resources to learn more and get help
83+ You can use following resources to learn more and get help
8484- π [ Getting Started Tutorial] ( https://appwrite.io/docs/getting-started-for-server )
8585- π [ Appwrite Docs] ( https://appwrite.io/docs )
8686- π¬ [ Discord Community] ( https://appwrite.io/discord )
Original file line number Diff line number Diff line change 1010
1111functions = Appwrite::Functions.new(client);
1212
13- response = functions.create(name: '[ NAME] ', execute: [ ] , runtime: 'java-11');
13+ response = functions.create(name: '[ NAME] ', execute: [ ] , runtime: 'java-11.0 ');
1414
1515puts response
You canβt perform that action at this time.
0 commit comments