Skip to content

Commit

Permalink
feat: add extra_params option (#36)
Browse files Browse the repository at this point in the history
* feat: add extra_params option

* Upgrade gem version

* Upgrade to ruby 3.3

* Upgrade gem to 1.2.0

* Try older ruby

* Try again

* try try again until you succeed

* Updates

* Try rspec again

* Syntax

* Specs passing
  • Loading branch information
michaelroudnitski authored Feb 1, 2024
1 parent 64f4f75 commit 9b937c4
Show file tree
Hide file tree
Showing 15 changed files with 251 additions and 221 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.7
ruby-version: 3.2
- name: rubocop
uses: reviewdog/action-rubocop@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rspec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
POSTGRES_DB: sn_filterable_test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
ruby-version: 2.7.7
- name: Setup Database
env:
RAILS_ENV: test
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2
Loading

0 comments on commit 9b937c4

Please sign in to comment.