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

Commit

Permalink
Use latest content models
Browse files Browse the repository at this point in the history
www.agileplannerapp.com/boards/173808/cards/8852

ensuring that expectations data doesn't get re-created.
  • Loading branch information
Vinay Patel committed Dec 9, 2014
1 parent 6694995 commit 6d8cd5d
Show file tree
Hide file tree
Showing 3 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 @@ -39,7 +39,7 @@ gem "bson", "1.7.1"
if ENV['CONTENT_MODELS_DEV']
gem "govuk_content_models", path: '../govuk_content_models'
else
gem "govuk_content_models", "25.0.0"
gem "govuk_content_models", "26.2.0"
end

if ENV['BUNDLE_DEV']
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
bootstrap-sass (~> 3.3.1)
jquery-rails (~> 3.1.1)
rails (>= 3.2.0)
govuk_content_models (25.0.0)
govuk_content_models (26.2.0)
bson_ext
gds-api-adapters (>= 10.9.0)
gds-sso (>= 10.0.0)
Expand Down Expand Up @@ -365,7 +365,7 @@ DEPENDENCIES
gelf
govuk-client-url_arbiter (= 0.0.2)
govuk_admin_template (= 1.4.0)
govuk_content_models (= 25.0.0)
govuk_content_models (= 26.2.0)
jquery-ui-rails (= 5.0.0)
kaminari (= 0.14.1)
launchy
Expand Down
2 changes: 1 addition & 1 deletion script/create_govuk_content_database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENVS="development preview production"
PANOPTICON_COLLECTIONS="artefacts contacts tags system.indexes"

read -d '' PUBLISHER_COLLECTIONS <<END
authorities editions expectations local_authorities local_services
authorities editions local_authorities local_services
local_transactions_source_lgsls local_transactions_sources
mr_publications_count_by_this._type mr_publications_count_by_this.department
mr_publications_count_by_this.section overview_dashboards publications
Expand Down

0 comments on commit 6d8cd5d

Please sign in to comment.