Skip to content

Commit e017ff4

Browse files
authored
Merge pull request #1559 from alphagov/bump-bundler
Bump bundler from 2.6.3 to 2.7.1
2 parents 8a63756 + d39061f commit e017ff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ gem "uri-idna"
8686

8787
group :development, :test do
8888
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
89-
gem "debug", platforms: %i[mri mingw x64_mingw]
89+
gem "debug", platforms: %i[mri windows], require: "debug/prelude"
9090

9191
gem "factory_bot_rails"
9292
gem "faker"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,4 +564,4 @@ RUBY VERSION
564564
ruby 3.4.1p0
565565

566566
BUNDLED WITH
567-
2.6.3
567+
2.7.1

0 commit comments

Comments
 (0)