aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 19c8dd2..f02cadd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,10 +21,10 @@ end
group :deployment do
# Deploy with Capistrano
- gem 'capistrano', '~> 3.3.4'
+ gem 'capistrano', '~> 3.10.0'
gem 'capistrano-bundler'
gem 'capistrano-rails'
- gem 'capistrano-postgresql', '~> 4.6.1'
+ gem 'capistrano-postgresql', '~> 4.7.0'
end
# Gems used only for assets and not required
@@ -53,6 +53,8 @@ gem 'puma'
# To use debugger
# gem 'debugger'
+gem 'test-unit', '~> 3.0'
+
# Refinery CMS
gem 'refinerycms', '~> 2.1.0'
@@ -66,6 +68,7 @@ gem 'refinerycms-videojs'
gem 'refinerycms-pc_banners',
:git => "https://github.com/DriesS/refinerycms-pc_banners.git",
:branch => "2-1-stable"
+gem 'refinerycms-gallery_links', :path => 'vendor/extensions'
gem 'refinerycms-acts-as-indexed',
:git => "https://github.com/refinery/refinerycms-acts-as-indexed.git",