Skip to content

Commit

Permalink
Fix cosmetic issue
Browse files Browse the repository at this point in the history
tailor 1.3.1 catches more than 1.2
  • Loading branch information
alq666 committed Oct 17, 2013
1 parent c94a06f commit c5f0096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development do
end

group :test do
gem "tailor", "~> 1.1" # Ruby style
gem "tailor", "~> 1.3" # Ruby style
gem "foodcritic", "~> 2.1" # Lint testing
gem "berkshelf", "~> 2.0"
gem "chefspec", "~> 1.0"
Expand Down
2 changes: 1 addition & 1 deletion recipes/dd-handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
include_recipe "chef_handler"
ENV["DATADOG_HOST"] = node['datadog']['url']

if(Gem::Version.new(Chef::VERSION) < Gem::Version.new('0.10.9'))
if (Gem::Version.new(Chef::VERSION) < Gem::Version.new('0.10.9'))
Chef::Log.debug 'Installing gem with trick method'
# This method ensures that the gem will be available for loading on the first run
# TODO: Remove once 0.10.8 is fully end-of-life
Expand Down

0 comments on commit c5f0096

Please sign in to comment.