Skip to content

Commit 4b86e28

Browse files
committed
Fix the groupings.
There's no grouping needed since this Gemfile won't be run in a production environment.
1 parent 954e651 commit 4b86e28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33
gemspec
44

55
gem "sqlite3"
6-
7-
gem "debug", ">= 1.0.0", group: %i[ development test ]
6+
gem "debug", ">= 1.0.0"

0 commit comments

Comments
 (0)