Skip to content

Commit e660fc8

Browse files
author
Luca Bartolotti
committedOct 29, 2019
fix rails console
1 parent 6f0603a commit e660fc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ gem 'rails', '3.2.6'
66
# gem 'rails', :git => 'git://github.com/rails/rails.git'
77

88
gem 'pg'
9+
gem 'minitest'
10+
gem 'test-unit'
911

1012
# Gems used only for assets and not required
1113
# in production environments by default.

0 commit comments

Comments
 (0)
Please sign in to comment.