Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit d4e9d67

Browse files
committed
Add pycall
1 parent 8b49a12 commit d4e9d67

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitpod.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: bin/setup
9+
10+

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ gem "rubocop-minitest", "0.31.0"
99
gem "rubocop-packaging", "0.5.2"
1010
gem "rubocop-performance", "1.18.0"
1111
gem "rubocop-rake", "0.6.0"
12+
13+
gem "pycall", "~> 1.4"

0 commit comments

Comments
 (0)