Skip to content

Commit

Permalink
💡 Added Gemfile comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Nov 28, 2024
1 parent efe4a1e commit 5648fe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
source "http://rubygems.org/"

gem "bundler", "~> 2.5"

# Testing tools
gem "rspec", "~> 3.8"
gem "rake", ">= 12", "< 14"
gem "rr"
gem "require_all"

# Ceedling dependencies
gem "diy", "~> 1.1"
gem "constructor", "~> 2"
gem "thor", "~> 1.3"
Expand Down

0 comments on commit 5648fe2

Please sign in to comment.