Skip to content

Commit

Permalink
fix: add rake as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrice committed Apr 4, 2024
1 parent f664562 commit f04a2d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ GEM
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.13.0)
Expand Down Expand Up @@ -57,6 +58,7 @@ PLATFORMS

DEPENDENCIES
atco!
rake
rspec
rubocop

Expand Down
1 change: 1 addition & 0 deletions atco.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Gem::Specification.new do |s|
]
s.rdoc_options = ['--charset=UTF-8']
s.require_paths = ['lib']
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
end

0 comments on commit f04a2d7

Please sign in to comment.