rake-funnel.gemspec in rake-funnel-0.21.0 vs rake-funnel.gemspec in rake-funnel-0.21.1

- old
+ new

@@ -13,13 +13,13 @@ s.description = 'A standardized build pipeline' s.summary = 'A build pipeline targeted at .NET projects. Supports environment configuration and makes invoking .NET-related tasks easier.' # rubocop:disable Metrics/LineLength s.required_ruby_version = '>= 2.0.0' + s.add_dependency 'configatron', '~> 4.5' s.add_dependency 'rake', '>= 10.4', '< 13' s.add_dependency 'rubyzip', '~> 1.0' s.add_dependency 'smart_colored' - s.add_dependency 'configatron', '~> 4.5' git = ENV['TEAMCITY_GIT_PATH'] || 'git' files = `"#{git}" ls-files -z` .split("\x0") .reject do |file|