Skip to content

Commit 4ade401

Browse files
wip
1 parent 9678f06 commit 4ade401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
database:
3434
- "postgresql"
3535
- "mysql"
36-
# - "sqlite"
36+
- "sqlite"
3737
exclude:
3838
- rails-version: "7.2"
3939
solidus-branch: "v4.3"

solidus_importer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.metadata["source_code_uri"] = "https://github.com/solidusio-contrib/solidus_importer"
1818
spec.metadata["changelog_uri"] = "https://github.com/solidusio-contrib/solidus_importer/releases"
1919

20-
spec.required_ruby_version = Gem::Requirement.new(">= 3.2")
20+
spec.required_ruby_version = Gem::Requirement.new(">= 2.5")
2121

2222
# Specify which files should be added to the gem when it is released.
2323
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)