Skip to content

Commit

Permalink
Please update to refinerycms-i18n 0.9.9.16 and run 'rails generate re…
Browse files Browse the repository at this point in the history
…finerycms_i18n' overwriting 'config/i18n-js.yml' when prompted. Closes refineryGH-551
  • Loading branch information
parndt committed Mar 27, 2011
1 parent 3d567c3 commit f2adc3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Gemfile
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.10'
# gem 'refinerycms', '~> 0.9.9.12'

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

# END REFINERY CMS ============================================================
Expand All @@ -53,6 +53,6 @@ end
# gem 'refinerycms-page-images', '~> 1.0'

# Add i18n support (optional, you can remove this if you really want to).
gem 'refinerycms-i18n', '~> 0.9.9.15'
gem 'refinerycms-i18n', '~> 0.9.9.16'

# END USER DEFINED
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -163,7 +163,7 @@ GEM
rack (1.2.2)
rack-cache (1.0)
rack (>= 0.4)
rack-mount (0.6.13)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
Expand All @@ -183,8 +183,8 @@ GEM
rake (0.8.7)
rdoc (3.5.3)
refinerycms-generators (1.0.1)
refinerycms-i18n (0.9.9.15)
refinerycms-core (>= 0.9.9.10)
refinerycms-i18n (0.9.9.16)
refinerycms-core (>= 0.9.9.12)
routing-filter (>= 0.2.3)
routing-filter (0.2.3)
actionpack
Expand Down Expand Up @@ -225,6 +225,6 @@ PLATFORMS

DEPENDENCIES
refinerycms!
refinerycms-i18n (~> 0.9.9.15)
refinerycms-testing (~> 0.9.9.10)
refinerycms-i18n (~> 0.9.9.16)
refinerycms-testing (~> 0.9.9.12)
sqlite3
4 changes: 0 additions & 4 deletions core/lib/generators/templates/config/i18n-js.yml

This file was deleted.

0 comments on commit f2adc3a

Please sign in to comment.