Gemfile in pesapal-0.0.1 vs Gemfile in pesapal-0.0.2
- old
+ new
@@ -1,4 +1,8 @@
source 'https://rubygems.org'
-# Specify your gem's dependencies in pesapal.gemspec
+# module for encoding and decoding (x)html entities
+gem "htmlentities"
+
+# bundler will include dependencies specified in foodie.gemspec too. it's best
+# practice to specify all the gems that our library depends on in the gemspec.
gemspec