Skip to content

Commit

Permalink
fix sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Apr 26, 2024
1 parent 8026cd7 commit 76484df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

This comment has been minimized.

Copy link
@ezekg

ezekg May 8, 2024

Author Member

This only effected CI.


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

0 comments on commit 76484df

Please sign in to comment.