Skip to content

Commit

Permalink
Fix 'rake is not currently included in the bundle' related error
Browse files Browse the repository at this point in the history
  • Loading branch information
boddhisattva committed Jun 16, 2024
1 parent ddd6730 commit 5b7f180
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ group :development, :test do
gem 'pry'
gem 'rspec'
end

group :test do
gem 'rake'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ GEM
public_suffix (5.0.5)
racc (1.8.0)
rainbow (3.1.1)
rake (13.2.1)
reek (6.3.0)
dry-schema (~> 1.13.0)
parser (~> 3.3.0)
Expand Down Expand Up @@ -164,6 +165,7 @@ DEPENDENCIES
fasterer
flog
pry
rake
reek
rspec
rubocop
Expand Down

0 comments on commit 5b7f180

Please sign in to comment.