Skip to content

Commit

Permalink
feat: minimum ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vila committed Mar 5, 2024
1 parent b55e742 commit 761a53f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/ruby:3.1.4
- image: circleci/ruby:2.6.10

working_directory: ~/repo

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
ruby-version: 2.6
- name: Install dependencies
run: bundle check || bundle install --jobs=4 --retry=3 --path vendor/bundle
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require:
- rubocop/require_tools
- rubocop-performance
AllCops:
TargetRubyVersion: 3.1.4
TargetRubyVersion: 2.6
NewCops: enable
Include:
- "**/*.rb"
Expand Down

0 comments on commit 761a53f

Please sign in to comment.