Skip to content

Commit

Permalink
revert sqlite gem
Browse files Browse the repository at this point in the history
  • Loading branch information
goodviber authored and asatwal committed Dec 13, 2024
1 parent 2f6b80d commit 17c4845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ DEPENDENCIES
rubocop (~> 1.54)
rubocop-rspec (~> 2.22)
solargraph
sqlite3 (>= 2.1)
sqlite3
timecop
webmock (~> 3.14)
with_model
Expand Down
2 changes: 1 addition & 1 deletion dfe-analytics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '~> 1.54'
spec.add_development_dependency 'rubocop-rspec', '~> 2.22'
spec.add_development_dependency 'solargraph'
spec.add_development_dependency 'sqlite3', '>= 2.1'
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency 'timecop'
spec.add_development_dependency 'webmock', '~> 3.14'
spec.add_development_dependency 'with_model'
Expand Down

0 comments on commit 17c4845

Please sign in to comment.