diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-04-01 16:25:57 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-04-01 16:25:57 -0700 |
commit | 6689faacd533e3ab5c3fd26ae5137fd0e881d0a3 (patch) | |
tree | 2079628a47088241c8a0011bc04c988ac8a12322 /omnibus | |
parent | 3212a5e62f8b0b19ae83a75ba43ec50ed43780af (diff) | |
download | chef-6689faacd533e3ab5c3fd26ae5137fd0e881d0a3.tar.gz |
fix rubocop
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 01de554d37..fe80adc411 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -5,7 +5,7 @@ gem "omnibus-software", git: "https://github.com/chef/omnibus-software.git" # omnibus pulls in aws-sdk which pulls in aws-sdk-core which pulls in jmespath which pulls in json_pure # json_pure breaks us. jmespath added it in 1.2.2. Pin to 1.1. -gem 'jmespath', '< 1.2' +gem "jmespath", "< 1.2" # pedump pessimistically pins multipart-post to a version from 2013 which makes # bundler very unhappy. Remove this when upstream has merged zed-0xff/pedump#6 . |