Skip to content

Commit

Permalink
Explicitly define 'sqlite3' as a development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Apr 21, 2024
1 parent 0ca6f01 commit 37f295d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ GEM
json (2.6.3)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
mini_portile2 (2.8.6)
minitest (5.20.0)
mutex_m (0.1.2)
parallel (1.23.0)
Expand Down Expand Up @@ -88,6 +89,8 @@ GEM
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sqlite3 (2.0.1)
mini_portile2 (~> 2.8.0)
thor (1.2.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -107,6 +110,7 @@ DEPENDENCIES
rubocop
rubocop-rake
rubocop-rspec
sqlite3
wwtd

BUNDLED WITH
Expand Down
1 change: 1 addition & 0 deletions enumerate_it.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rubocop'
gem.add_development_dependency 'rubocop-rake'
gem.add_development_dependency 'rubocop-rspec'
gem.add_development_dependency 'sqlite3'
gem.add_development_dependency 'wwtd'
end

0 comments on commit 37f295d

Please sign in to comment.