Skip to content

Commit

Permalink
Update CHANGELOG with note about bundler & github
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lliope committed Nov 5, 2015
1 parent 390f49e commit 73b4dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

### Upcoming Release

* [COMPAT] Update repository structure so Bundler can pull the gem from github.
(e.g. `gem "administrate", github: "thoughtbot/administrate"`)
* [DOC] Add Rubygems version badge to README
* [DOC] Add CircleCI badge to README
* [DOC] Add CodeClimate badge to README
Expand Down
2 changes: 1 addition & 1 deletion spec/example_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

ruby "2.2.0"

gem 'administrate', github: 'thoughtbot/administrate'
gem "administrate", github: "thoughtbot/administrate"

gem "airbrake"
gem "coffee-rails", "~> 4.1.0"
Expand Down

0 comments on commit 73b4dab

Please sign in to comment.