Skip to content

Commit

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

Bump rubocop-govuk from 3.3.2 to 3.5.0
  • Loading branch information
benthorner authored Apr 17, 2020
2 parents 31954ea + 538788a commit 86e356e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ GEM
mini_portile2 (~> 2.4.0)
null_logger (0.0.1)
parallel (1.19.1)
parser (2.7.0.5)
parser (2.7.1.1)
ast (~> 2.4.0)
phantomjs (2.1.1.0)
plek (3.0.0)
Expand Down Expand Up @@ -238,22 +238,25 @@ GEM
netrc (~> 0.8)
rexml (3.2.4)
rouge (3.18.0)
rubocop (0.80.1)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-govuk (3.3.2)
rubocop (= 0.80.1)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-govuk (3.5.0)
rubocop (= 0.82.0)
rubocop-rails (~> 2)
rubocop-rake (~> 0.5.1)
rubocop-rspec (~> 1.28)
rubocop-rails (2.5.0)
rubocop-rails (2.5.2)
activesupport
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rake (0.5.1)
rubocop
rubocop-rspec (1.38.1)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
Expand Down Expand Up @@ -309,7 +312,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.6.1)
unicode-display_width (1.7.0)
unicorn (5.5.4)
kgio (~> 2.6)
raindrops (~> 0.7)
Expand Down
1 change: 1 addition & 0 deletions lib/tasks/asset_compile.rake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Rake::Task["assets:precompile"].enhance do
end

namespace :asset_precompile do
desc "Create aliases for assets with random/digest filenames"
task create_non_digest_assets: :environment do
relative_asset_path = "public/static"
manifest_path = Dir.glob(Rails.root.join(relative_asset_path, ".sprockets-manifest-*.json")).first
Expand Down

0 comments on commit 86e356e

Please sign in to comment.