aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile18
1 files changed, 11 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index 425a132..e1d2415 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'
+gem 'refinerycms', github: 'refinery/refinerycms'
+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 'filters_spam', github: 'resolve/filters_spam'
+gem 'mime-types', '1.25.1'
+
+group :test do
+ gem 'refinerycms-testing', github: 'refinery/refinerycms'
+ gem 'poltergeist'
+end
# Database Configuration
unless ENV['TRAVIS']
@@ -25,13 +32,10 @@ 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'
end
# Load local gems according to Refinery developer preference.