Skip to content

Commit

Permalink
Update inquiries dependency to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Aug 31, 2010
1 parent c5bde6e commit 1082b34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'refinerycms', :path => '.'

# Specify additional Refinery CMS Engines here (all optional):
gem 'refinerycms-inquiries', '~> 0.9.8.1', :require => 'inquiries'
gem 'refinerycms-inquiries', '~> 0.9.8.2', :require => 'inquiries'
# gem 'refinerycms-news', '~> 0.9.8', :require => 'news'
# gem 'refinerycms-portfolio', '~> 0.9.7', :require => 'portfolio'
# gem 'refinerycms-theming', '~> 0.9.8', :require => 'theming'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ GEM
rake (0.8.7)
refinerycms-i18n (0.9.8.3)
routing-filter (~> 0.1.6)
refinerycms-inquiries (0.9.8.1)
refinerycms-inquiries (0.9.8.2)
filters_spam (~> 0.1)
refinerycms (~> 0.9.8.beta)
refinerycms (~> 0.9.8)
rmagick (2.12.2)
routing-filter (0.1.6)
actionpack
Expand Down Expand Up @@ -183,7 +183,7 @@ DEPENDENCIES
rails (= 3.0.0)
refinerycms!
refinerycms-i18n (~> 0.9.8.3)
refinerycms-inquiries (~> 0.9.8.1)
refinerycms-inquiries (~> 0.9.8.2)
rmagick (~> 2.12.0)
rspec (~> 2.0.0.beta)
rspec-core (~> 2.0.0.beta)
Expand Down

0 comments on commit 1082b34

Please sign in to comment.