summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 679b580b2156a03378ef62d8082010b138d5718d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source "https://rubygems.org"

gemspec

group :development do
  gem "chefstyle"
  gem "overcommit", ">= 0.34.1"
  gem "pry-byebug"
  gem "pry-stack_explorer"
  gem "rb-readline"
  gem "rake", ">= 10.1.0", "< 12.0.0"
  gem "rspec-core", "~> 3.0"
  gem "rspec-expectations", "~> 3.0"
  gem "rspec-mocks", "~> 3.0"
  gem "rspec-collection_matchers", "~> 1.0"
  gem "rspec_junit_formatter"
  gem "github_changelog_generator", git: "https://github.com/tduffield/github-changelog-generator", branch: "adjust-tag-section-mapping"
  gem "activesupport", "< 5.0" if RUBY_VERSION <= "2.2.2" # github_changelog_generator dep
end