From a8b5bce609089af8795768230c7dd3a9b87cd5e0 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Sat, 14 Sep 2013 10:00:42 +1200 Subject: Supported Rails 4 and Refinery 3.0.0.dev --- Gemfile | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 425a132..d5ef605 100644 --- a/Gemfile +++ b/Gemfile @@ -2,11 +2,18 @@ source "https://rubygems.org" gemspec -gem 'refinerycms', '~> 2.1.0' -gem 'refinerycms-testing', :github => 'refinery/refinerycms', :branch => '2-1-stable', :group => :test -gem 'refinerycms-settings', '~> 2.1.0' -gem 'refinerycms-acts-as-indexed', :github => 'refinery/refinerycms-acts-as-indexed', :branch => '1-0-stable' - +git 'https://github.com/refinery/refinerycms.git', branch: 'rails4' 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 'protected_attributes' +gem 'globalize3', github: 'svenfuchs/globalize3', branch: 'rails4' +gem 'seo_meta', github: 'parndt/seo_meta', branch: 'master' # Database Configuration unless ENV['TRAVIS'] @@ -25,13 +32,12 @@ if !ENV['TRAVIS'] || ENV['DB'] == 'postgresql' gem 'pg', :platform => :ruby end -gem 'jruby-openssl', :platform => :jruby - -# Refinery/rails should pull in the proper versions of these -group :assets do - gem 'sass-rails' - gem 'coffee-rails' - gem 'uglifier' +group :test do + gem 'launchy' +end +group :development, :test do + gem 'pry' + gem 'pry-nav' end # Load local gems according to Refinery developer preference. -- cgit v1.2.3