Skip to content

Commit 8652694

Browse files
committed
fix sqlite ci issue
1 parent a780371 commit 8652694

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ 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', '~> 1.4'
8-
9-
# Start debugger with binding.b [https://github.com/ruby/debug]
10-
# gem "debug", ">= 1.0.0"
7+
gem 'sqlite3', '>= 1.4'

0 commit comments

Comments
 (0)