diff --git a/Gemfile b/Gemfile index e95e36e..0cceb55 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Specify your gem's dependencies in typed_params.gemspec. gemspec -gem 'sqlite3' +gem 'sqlite3', '~> 1.4' # Start debugger with binding.b [https://github.com/ruby/debug] # gem "debug", ">= 1.0.0"