Skip to content

Commit

Permalink
fix sqlite ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Feb 5, 2025
1 parent a780371 commit 8652694
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in typed_params.gemspec.
gemspec

gem 'sqlite3', '~> 1.4'

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

0 comments on commit 8652694

Please sign in to comment.