Skip to content

Commit

Permalink
Merge pull request #357 from ActsAsParanoid/loosen-sqlite3-dependency…
Browse files Browse the repository at this point in the history
…-more

Loosen sqlite3 dependency to allow any 2.x version
  • Loading branch information
mvz authored Nov 21, 2024
2 parents 9fee4b0 + 4ed049c commit 1d9d8c3
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 1d9d8c3

Please sign in to comment.