Gemfile in dev_ruby-0.1.2 vs Gemfile in dev_ruby-0.2.0
- old
+ new
@@ -17,5 +17,8 @@
# Common monads for Ruby [https://github.com/dry-rb/dry-monads]
gem 'dry-monads', '~> 1.4'
# Pretty print Ruby objects with proper indentation and colors [https://github.com/awesome-print/awesome_print]
gem 'awesome_print'
+
+# A mixin to add configuration functionality to your classes [https://github.com/dry-rb/dry-configurable]
+gem 'dry-configurable', '~> 0.15.0'