aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2013-08-07 15:52:49 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2013-08-07 15:52:49 +0300
commit4986cbfc97b0324878520c13a57538a6a48bf4f7 (patch)
treeca72f902093827fa7b6b69189c2de2062827cecc /Gemfile
parent0b84deb43c8e93043bdadff334760d6f71bb8a43 (diff)
downloadrefinerycms-blog-4986cbfc97b0324878520c13a57538a6a48bf4f7.tar.gz
refinerycms-blog-4986cbfc97b0324878520c13a57538a6a48bf4f7.tar.bz2
refinerycms-blog-4986cbfc97b0324878520c13a57538a6a48bf4f7.zip
Use proper gem versions/sources.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index aa49e14..0e3e586 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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']