Added gemfile and rakefile

This commit is contained in:
Pranshu Sharma 2025-05-30 23:26:37 +10:00
parent 256228a86b
commit 40d8754378
2 changed files with 6 additions and 0 deletions

1
Gemfile Normal file
View file

@ -0,0 +1 @@
gem 'erb'

5
Rakefile Normal file
View file

@ -0,0 +1,5 @@
# desc "Print reminder about eating more fruit."
# task :apple do
# puts "Eat more apples!"
# end