aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrice Sanchez <contact@brice-sanchez.com>2016-05-30 00:36:55 -0400
committerBrice Sanchez <contact@brice-sanchez.com>2016-05-30 22:17:42 -0400
commiteafbd3f3992dc735cbe8fe8efc8296a5c1dc2b78 (patch)
tree616e88219942d92562fb4cf2aa1f0b83969fb593
parent8b0672f4a2d256b1823f0f101f2f384cfb416489 (diff)
downloadrefinerycms-blog-eafbd3f3992dc735cbe8fe8efc8296a5c1dc2b78.tar.gz
refinerycms-blog-eafbd3f3992dc735cbe8fe8efc8296a5c1dc2b78.tar.bz2
refinerycms-blog-eafbd3f3992dc735cbe8fe8efc8296a5c1dc2b78.zip
Add refinerycms-authentication-devise in Gemfile for specs
No hard dependency on .gemspec
-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