diff options
author | Jamie Winsor <jamie@enmasse.com> | 2011-08-14 19:31:36 -0700 |
---|---|---|
committer | Jamie Winsor <jamie@enmasse.com> | 2011-08-14 19:32:25 -0700 |
commit | 13cafc094712787bf0e5ad0b1dc0e4eb764920d9 (patch) | |
tree | 45fe84815cf7a86451a87b934a46154eeeb9d974 /Gemfile | |
parent | 87bc12a1e47779fcfa90d24a2eb22862560ca646 (diff) | |
download | refinerycms-blog-13cafc094712787bf0e5ad0b1dc0e4eb764920d9.tar.gz refinerycms-blog-13cafc094712787bf0e5ad0b1dc0e4eb764920d9.tar.bz2 refinerycms-blog-13cafc094712787bf0e5ad0b1dc0e4eb764920d9.zip |
Syntax fixes for Ruby 1.8.7
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,10 +1,7 @@ source "http://rubygems.org" -gemspec - -## Uncomment the following lines to develop against a local clone of refinery +## Uncomment the following lines to develop against edge refinery gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git' -gem 'refinerycms-generators', :git => 'git://github.com/resolve/refinerycms-generators.git' gem 'seo_meta', :git => 'git://github.com/parndt/seo_meta.git' gem 'jquery-rails' @@ -21,3 +18,5 @@ group :assets do end gem 'arel', '2.1.4' # 2.1.5 is broken. see https://github.com/rails/arel/issues/72 + +gemspec |