Skip to content

Commit

Permalink
Merge pull request #1704 from doorkeeper-gem/dependabot/bundler/sqlit…
Browse files Browse the repository at this point in the history
…e3-tw-2.0

Update sqlite3 requirement from ~> 1.4 to ~> 2.0
  • Loading branch information
nbulaj authored May 24, 2024
2 parents cf8ec04 + d665038 commit f7bbce5
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 @@ -23,7 +23,7 @@ gem "rubocop-rspec", require: false
gem "bcrypt", "~> 3.1", require: false

gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
gem "sqlite3", "~> 1.4", platform: %i[ruby mswin mingw x64_mingw]
gem "sqlite3", "~> 2.0", platform: %i[ruby mswin mingw x64_mingw]

gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw]
gem "timecop"

0 comments on commit f7bbce5

Please sign in to comment.