aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPhilip Arndt <git@p.arndt.io>2016-05-31 15:03:10 +1200
committerPhilip Arndt <git@p.arndt.io>2016-05-31 15:03:10 +1200
commit8feff5c51669a83a167cf9727f914b2a5e4937e7 (patch)
tree3d196857048582fcb83f1b21a640c14e2508bc72 /Gemfile
parentdce7da10f8151a9e1ebc3f2cacfb80d207048313 (diff)
parentfeee12b1037904aed72d44d42d8d27841cb6cda4 (diff)
downloadrefinerycms-blog-8feff5c51669a83a167cf9727f914b2a5e4937e7.tar.gz
refinerycms-blog-8feff5c51669a83a167cf9727f914b2a5e4937e7.tar.bz2
refinerycms-blog-8feff5c51669a83a167cf9727f914b2a5e4937e7.zip
Merge pull request #458 from refinery/bugfix/specs
Bugfix/specs
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e70795d..d103541 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,7 @@
source "https://rubygems.org"
+gem "refinerycms-authentication-devise", '~> 1.0.4'
+
gemspec
git "https://github.com/refinery/refinerycms", branch: "master" do