Gemfile in FluxTuna-0.0.1 vs Gemfile in FluxTuna-0.0.3

- old
+ new

@@ -11,24 +11,9 @@ ### # Additional data structures gem "algorithms" -# GUID library -gem "uuidtools" - -# Gem required for linking to the Redis server -gem "hiredis", "~> 0.3.1" -gem "em-synchrony" -gem "redis", "~> 2.2.0", :require => ["redis/connection/synchrony", "redis"] - -# Command line parser -gem "cli" -gem "cri" - -# Simpler access to the OpenSSL library -gem "gibberish" - ### ### 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