Skip to content

Commit

Permalink
chore: update sqlite gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed May 5, 2024
1 parent e54bc90 commit 6c44d52
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 @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "sqlite3", '~> 1.4'
gem 'sqlite3', '~> 1.4', '>= 1.4.2'
gem "pluto"
gem "rss"
gem "activerecord", '6.1.4.4'

0 comments on commit 6c44d52

Please sign in to comment.