diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2013-08-07 15:52:49 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2013-08-07 15:52:49 +0300 |
commit | 4986cbfc97b0324878520c13a57538a6a48bf4f7 (patch) | |
tree | ca72f902093827fa7b6b69189c2de2062827cecc | |
parent | 0b84deb43c8e93043bdadff334760d6f71bb8a43 (diff) | |
download | refinerycms-blog-4986cbfc97b0324878520c13a57538a6a48bf4f7.tar.gz refinerycms-blog-4986cbfc97b0324878520c13a57538a6a48bf4f7.tar.bz2 refinerycms-blog-4986cbfc97b0324878520c13a57538a6a48bf4f7.zip |
Use proper gem versions/sources.
-rw-r--r-- | Gemfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,9 +2,11 @@ source "https://rubygems.org" gemspec -gem 'refinerycms', :github => 'refinery/refinerycms' -gem 'refinerycms-settings', :github => 'refinery/refinerycms-settings' +gem 'refinerycms', '~> 2.1.0' gem 'refinerycms-testing', '~> 2.1.0', :group => :test +gem 'refinerycms-settings', :github => 'refinery/refinerycms-settings' +gem 'refinerycms-acts-as-indexed', :github => 'refinery/refinerycms-acts-as-indexed', :branch => '1-0-stable' + # Database Configuration unless ENV['TRAVIS'] |