example_app/Gemfile in shatter-rb-0.0.2 vs example_app/Gemfile in shatter-rb-0.1.0
- old
+ new
@@ -1,5 +1,6 @@
+# frozen_string_literal: true
+
source "https://rubygems.org"
-gem 'shatter', path: '..'
-gem "zookeeper", "~>1.5.4", github: 'EricRoos/zookeeper'
+gem "shatter-rb", path: ".."
gem "foreman", "~> 0.87.2"