Gemfile in shu-san-scripts-0.0.2 vs Gemfile in shu-san-scripts-0.1.0

- old
+ new

@@ -11,9 +11,15 @@ ### # Command Line Interface Library gem "cri", "~> 2.0.2" +# Library extensions +gem "facets", ">= 2.4" + +# GUID library +gem "uuidtools", "~> 2.1.2" + ### ### Development Gems. All _additional_ gems required by development (as opposed to ### production environments). If it is required at run-time, it ### belongs above. group :development do