Skip to content

Commit

Permalink
chore(deps): update dependency sqlite3 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 8fbcc6b commit 6d72f8f
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 @@ -22,7 +22,7 @@ group :test do
gem 'webmock'

# Rails/ActiveRecord requires sqlite <2.0
gem 'sqlite3', '~> 1.4'
gem 'sqlite3', '~> 2.0'
end

group :development do
Expand Down

0 comments on commit 6d72f8f

Please sign in to comment.