Skip to content

Commit

Permalink
Use standard gemfile groups
Browse files Browse the repository at this point in the history
This makes it easier diff

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 7, 2019
1 parent 1d60af7 commit 01b46cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ source "https://rubygems.org"
gemspec

group :docs do
gem "yard"
gem "redcarpet"
gem "github-markup"
gem "redcarpet"
gem "yard"
end

group :test do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
gem "rspec", "~> 3.7"
gem "chefstyle"
gem "cucumber"
gem "rake"
gem "rspec", "~> 3.7"
end

group :development do
group :debug do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"
Expand Down

0 comments on commit 01b46cf

Please sign in to comment.