summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Install nokogiri and pin mixlib-cliksubrama/nokogiriKartik Null Cating-Subramanian2016-07-151-0/+1
| | | | | See https://github.com/chef/chef-dk/pull/937 and https://github.com/chef/chef/issues/5116
* Comment why we're pinning rackTim Smith2016-06-301-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Depend on rack < 2Tim Smith2016-06-301-1/+1
| | | | | | | | Rack 2.0 was released today and it requires Ruby 2.2+ now, which is breaking Travis runs on anything that depends on Chef. This should get our builds running again. Signed-off-by: Tim Smith <tsmith@chef.io>
* update nokogiri and dependenciesMatt Wrock2016-06-211-1/+0
|
* Ignoring the nokogiri CVE until we update to 1.6.8tyler-ball2016-06-161-1/+1
|
* Updating omnibus dependencies to take advantage of new msys2 toolchaintyler-ball2016-06-141-1/+2
|
* Ensure we install rake in CI (version bump)jk/install-rakeJohn Keiser2016-06-061-1/+1
|
* fix bundle locking on bundler 1.12 and enforce version we wantbun_1_11Matt Wrock2016-05-251-11/+6
|
* SERIOUSLY don't install ruby-shadow on windows.jk/ruby-shadow-windowsJohn Keiser2016-04-201-1/+1
|
* Re-add activesupport testsjk/activesupport-testsJohn Keiser2016-04-191-1/+0
|
* Update changelog generator to latestjk/update-changelogJohn Keiser2016-04-191-1/+1
| | | | (we have a lockfile now, so we are protected against inadvertent updates)
* Don't update fips serverspec Gemfile.lockJohn Keiser2016-04-181-5/+3
|
* Don't bundle install on testsJohn Keiser2016-04-181-1/+1
|
* Remove Gemfile.windows and put both platforms in Gemfile.lockJohn Keiser2016-04-181-1/+12
|
* Make gemfile_util capable of copying groups overJohn Keiser2016-04-181-5/+7
|
* Simplify external tests and make them work with Gemfile.lockJohn Keiser2016-04-181-7/+19
|
* Use locked dependencies to build chefJohn Keiser2016-04-181-1/+4
|
* Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-181-12/+26
|
* Revert "bump to ruby 2.2.4"salam/ruby-21Salim Alam2016-03-311-3/+0
| | | | This reverts commit 3cb10016d142c45d5b2409ecb337b1b7bc295046.
* add commentLamont Granquist2016-03-241-0/+1
|
* bump to ruby 2.2.4Lamont Granquist2016-03-231-0/+2
| | | | the ffi branch is necessary for AIX until that patch is merged.
* Add version:bump and version:show tasks for version-bump-botjk/version-bumperJohn Keiser2016-03-211-1/+1
|
* ensure we always can raketm/rake_depThom May2016-03-151-0/+3
|
* moving pry gems to their own very special groupMatt Wrock2016-03-111-4/+6
|
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-041-1/+1
|\ | | | | Autofixing new Perf cops in 0.37.2
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | 6 Performance/Casecmp 18 Performance/Detect 1 Performance/RangeInclude 27 Performance/RedundantBlockCall 6 Performance/RedundantMatch 5 Performance/RedundantMerge 18 Performance/StringReplacement
* | adding pry, pry-stack-explorer and pry-byebug to dev dependenciespryMatt Wrock2016-02-261-12/+3
|/
* Solaris builds are failing because bundler-audit depends on Thor, which has ↵tyler-ball2016-01-211-2/+5
| | | | a filename with a space in it. Bundler-audit is only needed for Travis so putting it into its own gem group and excluding it from the omnibus build.
* Ensure gem dependencies are securetm/bundle_auditThom May2016-01-211-1/+3
|
* another chefstyle catchup + pull masterlcg/chefstyle-catchup2Lamont Granquist2016-01-181-18/+17
| | | | | | | bunch of merges over the weekend need re-fixing again. seems like pointing at master of chefstyle is probably a good idea to start making people fix their code before merging.
* Revert "another chefstyle catchup + pull master"Lamont Granquist2016-01-181-17/+18
| | | | This reverts commit ccf46bf3055b2a1c06499ec104f3d74c26643395.
* another chefstyle catchup + pull masterLamont Granquist2016-01-181-18/+17
| | | | | | | bunch of merges over the weekend need re-fixing again. seems like pointing at master of chefstyle is probably a good idea to start making people fix their code before merging.
* removing chefstyle pinLamont Granquist2016-01-151-1/+1
| | | | lets float so that PRs pick up new versions
* Use double quotes by defaultThom May2016-01-141-6/+6
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Per RFC 64, do style checking of the Chef repoThom May2016-01-121-0/+3
| | | | | | This commit enables ChefStyle, but with no active cops. Cops will be added per the RFC (one at a time, with a supporting PR to this repo) as we go on.
* add ruby-prof to its own gem groupLamont Granquist2015-12-101-2/+5
|
* Merge pull request #4034 from chef/lcg/ruby-profilingLamont Granquist2015-10-131-0/+2
|\ | | | | add optional ruby-profiling with --profile-ruby
| * add optional ruby-profiling with --profile-rubyLamont Granquist2015-10-051-0/+2
| | | | | | | | dumps a large call graph into /var/chef/cache/graph_profile.out
* | Have Gemspec not always expect chef-config to exist beside it.Kartik Null Cating-Subramanian2015-10-091-1/+1
|/
* Ship our Gemfile so people can run our tests from the gemjk/external-testsJohn Keiser2015-09-301-1/+1
|
* Don't add the external tests stuff to the main GemfileJohn Keiser2015-09-301-11/+13
|
* Add cheffish, chef-zero, chef-provisioning and chef-provisioning-aws specsJohn Keiser2015-09-301-1/+5
|
* Add external tests for chefspec, chef-sugar, chef-rewind, foodcritic and poiseJohn Keiser2015-09-301-0/+8
|
* Re-upgrade chef-zero to latestjk/latest-chef-zeroJohn Keiser2015-09-231-4/+0
|
* sync maintainers with githubtm/sync_gh_maintainersThom May2015-09-071-1/+9
|
* Run against the latest cheffish (1.3.2)jk/cheffish_fixJohn Keiser2015-09-031-1/+1
|
* Run against Cheffish changesJohn Keiser2015-09-031-4/+1
|
* Pin cheffish to ~> 1.3.1jdm/unbreakJay Mundrawala2015-09-031-1/+5
|
* Pin chef-zero to ~> 4.2.3Jay Mundrawala2015-09-031-0/+4
|
* Update to cheffish 1.3 for tests, tweak converge_if_changed outputJohn Keiser2015-07-311-1/+1
|