added some nurPkgs

This commit is contained in:
Sebastian Moser
2024-08-30 14:58:31 +02:00
parent c925009a2b
commit ae6ea9cede
8 changed files with 3838 additions and 0 deletions

14
mods/imap-backup/Gemfile Normal file
View File

@@ -0,0 +1,14 @@
source "https://rubygems.org"
gemspec
group :development do
gem "aruba", ">= 0.0.0"
gem "pry-byebug"
gem "rspec", ">= 3.0.0"
gem "rubocop-rspec", "2.27.1"
gem "simplecov"
gem "webrick"
gem "yard"
end