Skip to content

Commit

Permalink
Merge pull request #459 from alphagov/dependabot/bundler/rake-13.1.0
Browse files Browse the repository at this point in the history
Bump rake from 13.0.6 to 13.1.0
  • Loading branch information
brucebolt authored Oct 31, 2023
2 parents f5bf808 + cc352a1 commit 200033a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "nokogiri", "1.15.4"
gem "optic14n", "2.1.0" # Ideally version should be synced with Transition
gem "pg"
gem "rack", "~> 2.2.8"
gem "rake", "13.0.6"
gem "rake", "13.1.0"

group :development do
gem "mr-sparkle", "0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
raindrops (0.20.1)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -451,7 +451,7 @@ DEPENDENCIES
pry
rack (~> 2.2.8)
rack-test (= 2.1.0)
rake (= 13.0.6)
rake (= 13.1.0)
rspec
rubocop-govuk
simplecov
Expand Down

0 comments on commit 200033a

Please sign in to comment.