diff --git a/Gemfile b/Gemfile index 21bad122be..03605c07b4 100644 --- a/Gemfile +++ b/Gemfile @@ -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 ============================================================ @@ -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 \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 18a54e1234..43deb6c34c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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 @@ -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 diff --git a/core/lib/generators/templates/config/i18n-js.yml b/core/lib/generators/templates/config/i18n-js.yml deleted file mode 100644 index 282f6173b8..0000000000 --- a/core/lib/generators/templates/config/i18n-js.yml +++ /dev/null @@ -1,4 +0,0 @@ -# Find more details about this configuration file at http://github.com/fnando/i18n-js -translations: - - file: "public/javascripts/translations.js" - only: "*.js.*"