Skip to content

Commit

Permalink
Merge pull request #93 from AlchemyCMS/dependabot/bundler/sqlite3-tw-2.2
Browse files Browse the repository at this point in the history
Update sqlite3 requirement from ~> 1.4 to ~> 2.2
  • Loading branch information
tvdeyen authored Nov 15, 2024
2 parents f9a85f0 + 5823ccf commit 0bb57b1
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 @@ -15,7 +15,7 @@ gemspec

# To use a debugger
# gem 'byebug', group: [:development, :test]
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.2"

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

0 comments on commit 0bb57b1

Please sign in to comment.