diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a8d117d7..e91db1bab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/spec/example_app/Gemfile b/spec/example_app/Gemfile index a8bf8b8cb8..55e66081ad 100644 --- a/spec/example_app/Gemfile +++ b/spec/example_app/Gemfile @@ -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"