Skip to content

Commit

Permalink
Add github_changelog_generator as a dependency in the Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Niezborala committed Mar 25, 2019
1 parent ecb8a05 commit 2c22272
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ source 'https://rubygems.org'

gem 'u3d', '>= 1.0.3'
gem 'github_api', '>= 0.18.0'
gem 'github_changelog_generator'

7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ GEM
faraday (~> 0.8)
hashie (~> 3.5, >= 3.5.2)
oauth2 (~> 1.0)
github_changelog_generator (1.13.2)
github_api (>= 0.14)
rainbow (>= 2.1)
rake (>= 10.0)
hashie (3.6.0)
highline (2.0.1)
inifile (3.0.0)
Expand All @@ -35,6 +39,8 @@ GEM
plist (3.5.0)
public_suffix (3.0.3)
rack (2.0.6)
rainbow (3.0.0)
rake (12.3.2)
security (0.1.3)
thread_safe (0.3.6)
tins (1.20.2)
Expand All @@ -54,6 +60,7 @@ PLATFORMS

DEPENDENCIES
github_api (>= 0.18.0)
github_changelog_generator
u3d (>= 1.0.3)

RUBY VERSION
Expand Down

0 comments on commit 2c22272

Please sign in to comment.