Skip to content

Commit 76484df

Browse files
committed
fix sqlite version
1 parent 8026cd7 commit 76484df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
# Specify your gem's dependencies in typed_params.gemspec.
55
gemspec
66

7-
gem 'sqlite3'
7+
gem 'sqlite3', '~> 1.4'
88

99
# Start debugger with binding.b [https://github.com/ruby/debug]
1010
# gem "debug", ">= 1.0.0"

0 commit comments

Comments
 (0)