Skip to content

Commit cce2308

Browse files
committed
Update test config
1 parent 6f26472 commit cce2308

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

gemfiles/rails_6.0.gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ source "https://rubygems.org"
33
gem "rails", "~> 6.1.7", ">= 6.1.0"
44
gem "psych", "< 4"
55

6+
gem "sqlite3"
7+
68
gemspec path: "../"

gemfiles/rails_7.0.gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ source "https://rubygems.org"
22

33
gem "rails", "~> 7.0.4"
44

5+
gem "sqlite3"
6+
57
gemspec path: "../"

typed_operation.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1818
end
1919

20-
spec.add_dependency "rails", ">= 7.0", "< 8.0"
20+
spec.add_dependency "rails", ">= 6.0", "< 8.0"
2121
spec.add_dependency "vident-typed", "~> 0.1.0"
2222
spec.add_dependency "dry-monads", "> 1", "< 2"
2323
end

0 commit comments

Comments
 (0)