Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
solidus-older:
executor:
name: solidusio_extensions/sqlite
ruby_version: '2.7'
ruby_version: '3.0'
steps: ['setup', 'solidusio_extensions/run-tests-solidus-older']
lint-code:
executor:
Expand Down
1 change: 0 additions & 1 deletion lib/solidus_dev_support/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def install_changelog_task
config.user = repo.owner
config.project = repo.name
config.future_release = "v#{ENV.fetch('UNRELEASED_VERSION') { gemspec.version }}"

rescue Octokit::InvalidRepository
warn <<~WARN
It won't be possible to automatically generate the CHANGELOG for this extension because the
Expand Down