Skip to content

Commit

Permalink
Merge pull request #2216 from DFE-Digital/dependabot/bundler/rubocop-…
Browse files Browse the repository at this point in the history
…govuk-4.17.1

Bump rubocop-govuk from 4.17.0 to 4.17.1
  • Loading branch information
thomasleese authored May 18, 2024
2 parents 2bd58c8 + a5e9ce1 commit c665c1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -507,13 +507,13 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-govuk (4.17.0)
rubocop-govuk (4.17.1)
rubocop (= 1.63.5)
rubocop-ast (= 1.31.3)
rubocop-rails (= 2.24.1)
rubocop-rails (= 2.25.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.29.2)
rubocop-rails (2.24.1)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down
2 changes: 2 additions & 0 deletions db/migrate/20220908064656_add_rules_to_application_forms.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
class AddRulesToApplicationForms < ActiveRecord::Migration[7.0]
def change
change_table :application_forms, bulk: true do |t|
# rubocop:disable Rails/NotNullColumn
t.boolean :needs_work_history, null: false
t.boolean :needs_written_statement, null: false
t.boolean :needs_registration_number, null: false
# rubocop:enable Rails/NotNullColumn
end
end
end

0 comments on commit c665c1e

Please sign in to comment.