Skip to content

Commit e07759e

Browse files
authored
fix: spring as regular dependency (#328)
1 parent 52f854d commit e07759e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ gem "dotenv-rails"
5454
gem "web-console", ">= 3.3.0"
5555
gem "listen", ">= 3.5.1"
5656
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
57-
gem "spring", group: :development
57+
gem "spring"
5858

5959
gem "factory_bot_rails"
6060
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

0 commit comments

Comments
 (0)