We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f25007 + 7bedc87 commit 6b31e00Copy full SHA for 6b31e00
2 files changed
.circleci/config.yml
@@ -33,7 +33,7 @@ jobs:
33
lint-code:
34
executor:
35
name: solidusio_extensions/sqlite
36
- ruby_version: "3.0"
+ ruby_version: "3.1"
37
steps:
38
- solidusio_extensions/lint-code
39
Gemfile
@@ -22,7 +22,7 @@ when 'mysql'
22
when 'postgresql'
23
gem 'pg'
24
else
25
- gem 'sqlite3'
+ gem 'sqlite3', '~> 1.4'
26
end
27
28
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3')
0 commit comments