diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ gem 'refinerycms', '~> 2.1.0' # Specify additional Refinery CMS Extensions here (all optional): gem 'refinerycms-i18n', '~> 2.1.0' -gem 'refinerycms-blog', '~> 2.1.0' +gem 'refinerycms-blog', '~> 2.1.0', :git => 'git@github.com:snake66/refinerycms-blog.git', :branch => '2-1-stable' gem 'refinerycms-inquiries', '~> 2.1.0' gem 'refinerycms-search', '~> 2.1.0' gem 'refinerycms-page-images', '~> 2.1.0' |