Skip to content

Commit

Permalink
fix-specs: [wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Aug 2, 2023
1 parent 3198058 commit 33eb0e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run-specs-with-sqlite:
executor:
name: solidusio_extensions/sqlite
ruby_version: '2.7'
ruby_version: '3.0'
steps:
- checkout
- solidusio_extensions/dependencies
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ else
gem 'sqlite3'
end

gem 'activestorage'

gemspec

# Use a local Gemfile to include development dependencies that might not be
Expand Down

0 comments on commit 33eb0e9

Please sign in to comment.