Skip to content

Commit

Permalink
fix sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed May 8, 2024
1 parent c6d2c11 commit 6ea244c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
source "https://rubygems.org"
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Specify your gem's dependencies in request_migrations.gemspec.
gemspec

gem "sqlite3"

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

This comment has been minimized.

Copy link
@ezekg

ezekg May 8, 2024

Author Member

This only effected CI.

0 comments on commit 6ea244c

Please sign in to comment.