diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-08-31 12:02:36 -0700 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-08-31 12:02:36 -0700 |
commit | 5e5c6a78af40a3166837ab4328e3a7bc8555103f (patch) | |
tree | 97725db4ad0cc975ea8af3194f9e2c6f15b82f1a /Gemfile | |
parent | 372235b96322bf4a0a1b123cc7a2ff674d29c6e0 (diff) | |
parent | 2bd8df5d4f326b66093ffa6c5b8b53589ad1a4fd (diff) | |
download | refinerycms-blog-5e5c6a78af40a3166837ab4328e3a7bc8555103f.tar.gz refinerycms-blog-5e5c6a78af40a3166837ab4328e3a7bc8555103f.tar.bz2 refinerycms-blog-5e5c6a78af40a3166837ab4328e3a7bc8555103f.zip |
Merge pull request #122 from enmasse-entertainment/revise-gemfile
Revise gemfile for Rails 3.1
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5,9 +5,6 @@ gemspec ## Uncomment the following lines to develop against edge refinery gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git' -# Use edge Devise for now: https://github.com/resolve/refinerycms/commit/10ab4db773d9f94b374b0a4bfb2050cb70ff4353 -gem 'devise', :git => 'git://github.com/plataformatec/devise.git' - group :development, :test do require 'rbconfig' |