diff options
author | Jamie Winsor <jamie@enmasse.com> | 2011-08-14 23:14:46 -0700 |
---|---|---|
committer | Jamie Winsor <jamie@enmasse.com> | 2011-08-14 23:14:46 -0700 |
commit | aed0b8f173534ccaf4f2f09b3e7b705fb0b08c7b (patch) | |
tree | 3374d3aafb5eb2b332367edf90455702072395a5 /Gemfile | |
parent | 13cafc094712787bf0e5ad0b1dc0e4eb764920d9 (diff) | |
download | refinerycms-blog-aed0b8f173534ccaf4f2f09b3e7b705fb0b08c7b.tar.gz refinerycms-blog-aed0b8f173534ccaf4f2f09b3e7b705fb0b08c7b.tar.bz2 refinerycms-blog-aed0b8f173534ccaf4f2f09b3e7b705fb0b08c7b.zip |
Move gemspec method to top of file
http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,7 @@ source "http://rubygems.org" +gemspec + ## Uncomment the following lines to develop against edge refinery gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git' gem 'seo_meta', :git => 'git://github.com/parndt/seo_meta.git' @@ -18,5 +20,3 @@ group :assets do end gem 'arel', '2.1.4' # 2.1.5 is broken. see https://github.com/rails/arel/issues/72 - -gemspec |