Skip to content

Commit

Permalink
Merge pull request #2066 from alphagov/add-tracking-see-where-js-is-b…
Browse files Browse the repository at this point in the history
…eing-used

Add tracking to see where the JS is being used
  • Loading branch information
injms authored Mar 13, 2020
2 parents e37480d + 29974c7 commit a9782d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ group :development, :test do
end

gem "gds-api-adapters", "~> 63.5"
gem "govuk_frontend_toolkit", "~> 9.0.0"
# gem "govuk_frontend_toolkit", "~> 9.0.0"
gem "govuk_frontend_toolkit", github: "alphagov/govuk_frontend_toolkit_gem", submodules: true, branch: "add-tracking-see-where-js-is-being-used"
gem "govuk_template", "0.26.0"
gem "plek", "3.0.0"
17 changes: 12 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: git://github.com/alphagov/govuk_frontend_toolkit_gem.git
revision: 7174cd5f0e6b934f9fa4843c352c4f1cb9106645
branch: add-tracking-see-where-js-is-being-used
submodules: true
specs:
govuk_frontend_toolkit (9.0.0)
railties (>= 3.1.0)
sass (>= 3.2.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -99,9 +109,6 @@ GEM
sentry-raven (>= 2.7.1, < 2.14.0)
statsd-ruby (~> 1.4.0)
unicorn (>= 5.4, < 5.6)
govuk_frontend_toolkit (9.0.0)
railties (>= 3.1.0)
sass (>= 3.2.0)
govuk_publishing_components (21.29.0)
gds-api-adapters
govuk_app_config
Expand Down Expand Up @@ -337,7 +344,7 @@ DEPENDENCIES
gds-api-adapters (~> 63.5)
govuk-content-schema-test-helpers (~> 1.6)
govuk_app_config (~> 2.1.0)
govuk_frontend_toolkit (~> 9.0.0)
govuk_frontend_toolkit!
govuk_publishing_components (~> 21.29.0)
govuk_template (= 0.26.0)
govuk_test
Expand All @@ -364,4 +371,4 @@ RUBY VERSION
ruby 2.6.5p114

BUNDLED WITH
1.17.2
1.17.3

0 comments on commit a9782d2

Please sign in to comment.