Skip to content

Commit

Permalink
add ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Aug 16, 2023
1 parent 73fea08 commit e771c96
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
pull_request:

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/*
pull_request:

env:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ development_app
node_modules/
npm_debug.log

.ruby-version
.rubocop-*
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.6
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Add into the `Gemfile`
gem "decidim-civicrm", github: "openpoke/decidim-module-civicrm"
```

for version 0.26 you can use:

```ruby
gem "decidim-civicrm", github: "openpoke/decidim-module-civicrm", branch: "release/0.26-stable"
```

Install dependencies:

```
Expand Down

0 comments on commit e771c96

Please sign in to comment.