Skip to content
Open
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: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ permissions:
jobs:
Test:
uses: solidusio/test-solidus-extension/.github/workflows/test.yml@v1
with:
ruby_versions: "['3.4', '4.0']"
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ when 'mysql'
when 'postgresql'
gem 'pg'
else
gem 'sqlite3', '~> 1.7'
gem 'sqlite3', '~> 2.0'
end

gemspec
Expand Down
2 changes: 1 addition & 1 deletion solidus_prototypes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.description = "Breaking out prototypes from solidus"
s.license = "BSD-3-Clause"

s.required_ruby_version = [">= 3.0", "< 4"]
s.required_ruby_version = [">= 3.0"]

s.author = "Graeme Nathan"
s.email = "graeme@stembolt.com"
Expand Down
Loading