Skip to content

Commit

Permalink
add rake to dev,test
Browse files Browse the repository at this point in the history
  • Loading branch information
faraazahmad committed Oct 23, 2023
1 parent 5b66d70 commit d6e3e11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ source "https://rubygems.org"
gem "syntax_tree", "~> 6.2"

gem "rubocop", "~> 1.57", groups: %i[development test]

gem "rake", "~> 13.0", :groups => [:development, :test]
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ GEM
prettier_print (1.2.1)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.57.1)
Expand All @@ -38,6 +39,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rake (~> 13.0)
rubocop (~> 1.57)
syntax_tree (~> 6.2)

Expand Down

0 comments on commit d6e3e11

Please sign in to comment.