Skip to content

Commit 7b8c27b

Browse files
committed
Address bundle deprecation warning
1 parent 455716b commit 7b8c27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ group :production do
2727
end
2828

2929
group :development, :test do
30-
gem 'byebug', platforms: %i[mri mingw x64_mingw]
30+
gem 'byebug'
3131
gem 'dotenv-rails'
3232
gem 'sqlite3'
3333
end

0 commit comments

Comments
 (0)