Gemfile in rap_songs-0.1.0 vs Gemfile in rap_songs-0.2.0
- old
+ new
@@ -1,4 +1,12 @@
source "https://rubygems.org"
# Specify your gem's dependencies in rap_songs.gemspec
gemspec
+
+# Testing
+gem 'rspec'
+
+# Debugging
+gem 'pry'
+
+gem 'require_all'
\ No newline at end of file