Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Commit

Permalink
Roll govuk_content_models forward to 0.0.11
Browse files Browse the repository at this point in the history
This takes into account the WholeEdition to Edition change.
  • Loading branch information
KushalP committed May 29, 2012
1 parent 6615259 commit cf0a991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -36,7 +36,7 @@ gem "bson", "1.5.2"
if ENV['CONTENT_MODELS_DEV']
gem "govuk_content_models", :path => '../govuk_content_models'
else
gem "govuk_content_models", "~> 0.0.7"
gem "govuk_content_models", "~> 0.0.11"
end

if ENV['BUNDLE_DEV']
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -129,7 +129,7 @@ GEM
json
gherkin (2.7.3)
json (>= 1.4.6)
govuk_content_models (0.0.7)
govuk_content_models (0.0.11)
bson_ext
differ
gds-api-adapters
Expand Down Expand Up @@ -291,7 +291,7 @@ DEPENDENCIES
gds-sso (~> 0.5)
gds-warmup-controller
gelf
govuk_content_models (~> 0.0.7)
govuk_content_models (~> 0.0.11)
launchy
marples (~> 1.0)
minitest
Expand Down

0 comments on commit cf0a991

Please sign in to comment.