diff options
author | Brice Sanchez <contact@brice-sanchez.com> | 2016-05-30 00:36:55 -0400 |
---|---|---|
committer | Brice Sanchez <contact@brice-sanchez.com> | 2016-05-30 22:17:42 -0400 |
commit | eafbd3f3992dc735cbe8fe8efc8296a5c1dc2b78 (patch) | |
tree | 616e88219942d92562fb4cf2aa1f0b83969fb593 | |
parent | 8b0672f4a2d256b1823f0f101f2f384cfb416489 (diff) | |
download | refinerycms-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-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |