chronicle-shell.gemspec in chronicle-shell-0.2.0 vs chronicle-shell.gemspec in chronicle-shell-0.2.1

- old
+ new

@@ -29,7 +29,7 @@ end spec.bindir = "exe" spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_dependency "chronicle-etl", "~> 0.4.0" + spec.add_dependency "chronicle-etl", "~> 0.4.3" end