Skip to content

Commit a41209c

Browse files
committed
Revert "Trying to make work ruby with the CI."
This reverts commit 4f7da25.
1 parent 4f7da25 commit a41209c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This section describes all programming languages that **METACALL** allows to loa
105105
| [TypeScript](https://www.typescriptlang.org/) | [TypeScript Language Service API](https://github.com/microsoft/TypeScript/wiki/Using-the-Language-Service-API) | **4.2.3** | ts |
106106
| [JavaScript](https://developer.mozilla.org/bm/docs/Web/JavaScript) | [V8](https://v8.dev/) | **5.1.117** | js |
107107
| [C#](https://dotnet.microsoft.com/) | [NetCore](https://github.com/dotnet/docs/blob/master/docs/core/tutorials/netcore-hosting.md) | **>= 1.0.0-preview2 <= 5.0.17** | cs |
108-
| [Ruby](https://ruby-lang.org/) | [Ruby C API](https://silverhammermba.github.io/emberb/c/) | **>= 2.1 <= 3.0** | rb |
108+
| [Ruby](https://ruby-lang.org/) | [Ruby C API](https://silverhammermba.github.io/emberb/c/) | **>= 2.1 <= 2.7** | rb |
109109
| [Cobol](https://sourceforge.net/projects/open-cobol/) | [GNU/Cobol](https://open-cobol.sourceforge.io/doxygen/gnucobol-2/libcob_8h.html) | **>= 1.1.0** | cob |
110110
| [File](/source/loaders/file_loader) | **** | **0.1.0** | file |
111111
| [Mock](/source/loaders/mock_loader) | **** | **0.1.0** | mock |

tools/metacall-environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ sub_ruby(){
125125
cd $ROOT_DIR
126126

127127
$SUDO_CMD apt-get update
128-
$SUDO_CMD apt-get $APT_CACHE_CMD install -y --no-install-recommends ruby ruby-dev
128+
$SUDO_CMD apt-get $APT_CACHE_CMD install -y --no-install-recommends ruby2.7 ruby2.7-dev
129129

130130
# TODO: Review conflict with NodeJS (currently rails test is disabled)
131131
#wget https://deb.nodesource.com/setup_4.x | $SUDO_CMD bash -

tools/metacall-runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sub_ruby(){
8686
cd $ROOT_DIR
8787

8888
$SUDO_CMD apt-get update
89-
sub_apt_install_hold ruby libruby
89+
sub_apt_install_hold ruby2.7 libruby2.7
9090
}
9191

9292
# NetCore

0 commit comments

Comments
 (0)