Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Pin sqlite development dependency (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
athal7 authored Jul 14, 2024
1 parent efd7565 commit a48b03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermos.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'rails'
s.add_development_dependency 'rake'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'sqlite3', '~> 1.4'
s.add_development_dependency 'prettier'
s.add_development_dependency 'psych', '< 4.0.0'
end

0 comments on commit a48b03e

Please sign in to comment.