Skip to content

Commit

Permalink
If Rakefile is an extension, any requires are runtime deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Feb 23, 2016
1 parent e27a471 commit 74655cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ group :test do
gem "coveralls", "~>0.8", require: false
gem "simplecov", "~>0.10", require: false
gem "codeclimate-test-reporter", "~>0.4"
gem "overcommit", "~>0.31"
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PATH
github_changelog_generator (1.10.3)
colorize (~> 0.7)
github_api (~> 0.12)
overcommit (~> 0.31)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -97,7 +98,6 @@ DEPENDENCIES
codeclimate-test-reporter (~> 0.4)
coveralls (~> 0.8)
github_changelog_generator!
overcommit (~> 0.31)
rake (~> 10.0)
rspec (~> 3.2)
rubocop (~> 0.31)
Expand Down
1 change: 1 addition & 0 deletions github_changelog_generator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency("github_api", ["~> 0.12"])
spec.add_runtime_dependency("colorize", ["~> 0.7"])
spec.add_runtime_dependency("overcommit", "~>0.31")

# Development only
spec.add_development_dependency "bundler", "~> 1.7"
Expand Down

0 comments on commit 74655cc

Please sign in to comment.