Skip to content

Commit

Permalink
Pin sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Jul 2, 2024
1 parent b3844f5 commit 61332a0
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 @@ -12,7 +12,7 @@ group :development, :test do
gem 'puma', '~> 6.0'
gem 'rake', '~> 13.0'
gem 'rspec-rails', '~> 5.0'
gem 'sqlite3', '>= 1.3.6'
gem 'sqlite3', '~> 1.4'
gem 'sprockets-rails', '~> 3.4' # for activeadmin
gem 'webdrivers', '~> 5.0'
end

0 comments on commit 61332a0

Please sign in to comment.