Skip to content

Commit

Permalink
Loosen sqlite3 dependency to allow any 2.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Nov 21, 2024
1 parent 9fee4b0 commit 4ed049c
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 @@ source "https://rubygems.org"

# Development dependencies
group :development do
gem "sqlite3", ">= 1.4", "<= 2.1", platforms: [:ruby]
gem "sqlite3", ">= 1.4", "< 3.0", platforms: [:ruby]
end

gemspec

0 comments on commit 4ed049c

Please sign in to comment.