Skip to content

Commit 5823ccf

Browse files
Update sqlite3 requirement from ~> 1.4 to ~> 2.2
Updates the requirements on [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to permit the latest version. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v1.4.0...v2.2.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9a85f0 commit 5823ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gemspec
1515

1616
# To use a debugger
1717
# gem 'byebug', group: [:development, :test]
18-
gem "sqlite3", "~> 1.4"
18+
gem "sqlite3", "~> 2.2"
1919

2020
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "7.3-stable")
2121
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch

0 commit comments

Comments
 (0)