Skip to content

Commit

Permalink
gemspec revision to support latest master branch of refinerycms
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Winsor committed Aug 29, 2011
1 parent 36affef commit 9df6580
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ 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'
gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git'

gem 'jquery-rails'
# 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
gem 'refinerycms-testing', '~> 2.0.0'

group :development, :test do
require 'rbconfig'

platforms :mswin, :mingw do
Expand Down Expand Up @@ -44,10 +42,12 @@ group :development, :test do
end
end

# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', "~> 3.1.0.rc.5"
gem 'coffee-rails', "~> 3.1.0.rc.5"
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
end

gem 'arel', '2.1.4' # 2.1.5 is broken. see https://github.com/rails/arel/issues/72
gem 'jquery-rails'
2 changes: 1 addition & 1 deletion refinerycms-blog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Gem::Specification.new do |s|

# Runtime dependencies
s.add_dependency 'refinerycms-core', '~> 2.0.0'
s.add_dependency 'refinerycms-pages', '~> 2.0.0'
s.add_dependency 'filters_spam', '~> 0.2'
s.add_dependency 'acts-as-taggable-on'
s.add_dependency 'seo_meta', '~> 1.2.0.rc1'

# Development dependencies
s.add_development_dependency 'refinerycms-testing', '~> 2.0.0'
Expand Down

0 comments on commit 9df6580

Please sign in to comment.