dotcfg.gemspec in dotcfg-0.2.3.1 vs dotcfg.gemspec in dotcfg-0.2.4.1

- old
+ new

@@ -3,10 +3,10 @@ s.summary = 'simple filesystem de/serialization for app configs' s.author = 'Rick Hull' s.homepage = 'https://github.com/rickhull/dotcfg' s.license = 'MIT' s.description = 'JSON and YAML config serialization and persistence' - s.add_runtime_dependency 'json', '~> 1' + s.add_runtime_dependency 'json', '>= 1' s.add_development_dependency 'buildar', '~> 2' # set version dynamically from version file contents this_dir = File.expand_path('..', __FILE__) version_file = File.join(this_dir, 'VERSION')