Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add gem just for test enviroment
Browse files Browse the repository at this point in the history
AlanAlvarez21 committed Jan 30, 2025
1 parent 276e2e7 commit 825b2b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -20,5 +20,13 @@ gem "httparty"
gem "pg", "~> 1.5", ">= 1.5.4"

group :test do
gem "google-api-client", "~> 0.53.0"
gem "faraday-retry"
gem "gmail_xoauth", "~> 0.4.1"
gem "google-api-client", "~> 0.53"
gem "jwt", "~> 2.8.1"
gem "md_to_notion", "~> 0.1.4"
gem "net-imap", "~> 0.4.10"
gem "net-smtp", "~> 0.4.0.1"
gem "octokit", "~> 8.1.0"
gem "openssl", "~> 3.2"
end

0 comments on commit 825b2b1

Please sign in to comment.