Remove "temporary" work-around from ages ago 79/61779/2
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 15 Aug 2017 18:05:53 +0000 (14:05 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Tue, 15 Aug 2017 18:20:34 +0000 (14:20 -0400)
We no-longer support Puppet 3, so this is definitely no longer an issue.

Change-Id: I2dd18737fb4a678a7acebd32be7ec6472be83908
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Rakefile

index 3000228cc73f84265d7109a906052ddb4e1ec172..35e4868191622e2edc1468921cd099ee804cca99 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,9 +1,3 @@
-# Temporary fix for error caused by third party gems. See:
-# https://github.com/maestrodev/puppet-blacksmith/issues/14
-# https://github.com/dfarrell07/puppet-opendaylight/issues/6
-require 'puppet/version'
-require 'puppet/vendor/semantic/lib/semantic' unless Puppet.version.to_f <3.6
-
 require 'puppetlabs_spec_helper/rake_tasks'
 require 'puppet-lint/tasks/puppet-lint'
 require 'puppet-syntax/tasks/puppet-syntax'