We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8026cd7 commit 76484dfCopy full SHA for 76484df
Gemfile
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
4
# Specify your gem's dependencies in typed_params.gemspec.
5
gemspec
6
7
-gem 'sqlite3'
+gem 'sqlite3', '~> 1.4'
8
9
# Start debugger with binding.b [https://github.com/ruby/debug]
10
# gem "debug", ">= 1.0.0"
0 commit comments