Skip to content

Commit

Permalink
Update to 0.9.8.7 of refinerycms-i18n. Closes refineryGH-143. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Sep 16, 2010
1 parent 2ebea30 commit 228811a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -42,7 +42,7 @@ gem 'refinerycms-inquiries', '~> 0.9.8.7'
# gem 'refinerycms-theming', '~> 0.9.8' # gem 'refinerycms-theming', '~> 0.9.8'


# Add i18n support (optional, you can remove this if you really want to). # Add i18n support (optional, you can remove this if you really want to).
gem 'refinerycms-i18n', '~> 0.9.8.6', :require => 'refinery/i18n' gem 'refinerycms-i18n', '~> 0.9.8.7'


# Figure out how to get RMagick: # Figure out how to get RMagick:
rmagick_options = {:require => false} rmagick_options = {:require => false}
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -127,8 +127,8 @@ GEM
rake (>= 0.8.4) rake (>= 0.8.4)
thor (~> 0.14.0) thor (~> 0.14.0)
rake (0.8.7) rake (0.8.7)
refinerycms-i18n (0.9.8.6) refinerycms-i18n (0.9.8.7)
refinerycms (~> 0.9.8) refinerycms (>= 0.9.8)
routing-filter (~> 0.1.6) routing-filter (~> 0.1.6)
refinerycms-inquiries (0.9.8.7) refinerycms-inquiries (0.9.8.7)
filters_spam (~> 0.2) filters_spam (~> 0.2)
Expand Down Expand Up @@ -181,7 +181,7 @@ DEPENDENCIES
rack-test! rack-test!
rails (= 3.0.0) rails (= 3.0.0)
refinerycms! refinerycms!
refinerycms-i18n (~> 0.9.8.6) refinerycms-i18n (~> 0.9.8.7)
refinerycms-inquiries (~> 0.9.8.7) refinerycms-inquiries (~> 0.9.8.7)
rmagick (~> 2.12.0) rmagick (~> 2.12.0)
rspec (~> 2.0.0.beta) rspec (~> 2.0.0.beta)
Expand Down

0 comments on commit 228811a

Please sign in to comment.