aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2014-01-20 11:53:11 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2014-01-20 11:53:11 +0200
commit0caebbb20dfeebc6cee20832a005720a37bc315c (patch)
tree7ed459837a1e5890d2b9a1fa7e884861966e8a5c /Gemfile
parent249af183145b1608686528255af9c031485683b8 (diff)
downloadrefinerycms-blog-0caebbb20dfeebc6cee20832a005720a37bc315c.tar.gz
refinerycms-blog-0caebbb20dfeebc6cee20832a005720a37bc315c.tar.bz2
refinerycms-blog-0caebbb20dfeebc6cee20832a005720a37bc315c.zip
Use proper dependencies. Now we can bundle install.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 5 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index d5ef605..e873828 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,18 +2,17 @@ source "https://rubygems.org"
gemspec
-git 'https://github.com/refinery/refinerycms.git', branch: 'rails4' do
+git 'https://github.com/refinery/refinerycms.git' do
gem 'refinerycms-authentication'
gem 'refinerycms-dashboard'
gem 'refinerycms-pages'
gem 'refinerycms-testing', group: :test
end
-gem 'refinerycms-i18n', github: 'refinery/refinerycms-i18n', branch: 'master'
-gem 'refinerycms-settings', github: 'refinery/refinerycms-settings', branch: 'master'
-gem 'refinerycms-acts-as-indexed', github: 'refinery/refinerycms-acts-as-indexed', branch: 'master'
+gem 'refinerycms-i18n', github: 'refinery/refinerycms-i18n'
+gem 'refinerycms-settings', github: 'refinery/refinerycms-settings'
+gem 'refinerycms-acts-as-indexed', github: 'refinery/refinerycms-acts-as-indexed'
gem 'protected_attributes'
-gem 'globalize3', github: 'svenfuchs/globalize3', branch: 'rails4'
-gem 'seo_meta', github: 'parndt/seo_meta', branch: 'master'
+gem 'mime-types', '1.25.1'
# Database Configuration
unless ENV['TRAVIS']