Skip to content

Commit

Permalink
Re-bundled, updated example gem versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 22, 2011
1 parent 2bd03fb commit ccd508f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ end
# REFINERY CMS ================================================================
# Anything you put in here will be overridden when the app gets updated.

# gem 'refinerycms', '~> 0.9.9.9'
# gem 'refinerycms', '~> 0.9.9.10'

group :development, :test do
gem 'refinerycms-testing', '~> 0.9.9.9'
gem 'refinerycms-testing', '~> 0.9.9.10'
end

# END REFINERY CMS ============================================================
Expand All @@ -47,9 +47,9 @@ end
# gem 'refinerycms-inquiries', '~> 0.9'
# gem 'refinerycms-news', '~> 1.0'
# gem 'refinerycms-portfolio', '~> 0.9.9'
# gem 'refinerycms-theming', '~> 0.9.9'
# gem 'refinerycms-theming', '~> 1.0'
# gem 'refinerycms-search', '~> 0.9.8'
# gem 'refinerycms-blog', '~> 1.1'
# gem 'refinerycms-blog', '~> 1.3'
# gem 'refinerycms-page-images', '~> 1.0'

# Add i18n support (optional, you can remove this if you really want to).
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PATH
autotest-rails
capybara (>= 0.4.1.1)
cucumber
cucumber-rails
cucumber-rails (>= 0.4)
database_cleaner
factory_girl
gherkin
Expand Down Expand Up @@ -224,5 +224,5 @@ PLATFORMS
DEPENDENCIES
refinerycms!
refinerycms-i18n (~> 0.9.9.14)
refinerycms-testing (~> 0.9.9.9)
refinerycms-testing (~> 0.9.9.10)
sqlite3

0 comments on commit ccd508f

Please sign in to comment.