Skip to content

Commit

Permalink
Merge pull request #1771 from alphagov/dependabot/bundler/rubocop-gov…
Browse files Browse the repository at this point in the history
…uk-3.11.0

Bump rubocop-govuk from 3.10.0 to 3.11.0
  • Loading branch information
benthorner authored May 22, 2020
2 parents cd361e7 + 147e4c4 commit 2a75e1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ GEM
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-govuk (3.10.0)
rubocop-govuk (3.11.0)
rubocop (= 0.83.0)
rubocop-rails (~> 2)
rubocop-rake (~> 0.5.1)
Expand Down
8 changes: 0 additions & 8 deletions config/initializers/govuk_publishing_components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,3 @@
c.component_guide_title = "Government Frontend Component Guide"
c.application_print_stylesheet = "print"
end

if Rails.env.development?
startup_message = "=> government-frontend component guide available at: /component-guide"
color_blue = 36

# https://stackoverflow.com/questions/1489183/colorized-ruby-output
puts "\e[#{color_blue}m#{startup_message}\e[0m"
end

0 comments on commit 2a75e1b

Please sign in to comment.