Skip to content

Commit 0794cc1

Browse files
authored
Merge pull request #214 from SuperGoodSoft/solidus-order-ruby-3
Update `solidus-older` CI tasks to use Ruby 3
2 parents 66e0800 + 686a7df commit 0794cc1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
solidus-older:
3434
executor:
3535
name: solidusio_extensions/sqlite
36-
ruby_version: '2.7'
36+
ruby_version: '3.0'
3737
steps: ['setup', 'solidusio_extensions/run-tests-solidus-older']
3838
lint-code:
3939
executor:

lib/solidus_dev_support/rake_tasks.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def install_changelog_task
8383
config.user = repo.owner
8484
config.project = repo.name
8585
config.future_release = "v#{ENV.fetch('UNRELEASED_VERSION') { gemspec.version }}"
86-
8786
rescue Octokit::InvalidRepository
8887
warn <<~WARN
8988
It won't be possible to automatically generate the CHANGELOG for this extension because the

0 commit comments

Comments
 (0)