Skip to content

Commit

Permalink
Add rake dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Sep 28, 2023
1 parent fde1edf commit 8ae3977
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'popper_js', '>= 2.11.8', '< 3'
s.add_runtime_dependency 'autoprefixer-rails', '>= 9.1.0'

s.add_development_dependency 'rake'

# Testing dependencies
s.add_development_dependency 'minitest', '~> 5.14.4'
s.add_development_dependency 'minitest-reporters', '~> 1.4.3'
Expand Down

0 comments on commit 8ae3977

Please sign in to comment.