We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a780371 commit 8652694Copy full SHA for 8652694
Gemfile
@@ -4,7 +4,4 @@ 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', '~> 1.4'
8
-
9
-# Start debugger with binding.b [https://github.com/ruby/debug]
10
-# gem "debug", ">= 1.0.0"
+gem 'sqlite3', '>= 1.4'
0 commit comments