質問編集履歴

1

追記

2018/09/23 06:50

投稿

naonao11
naonao11

スコア97

test CHANGED
File without changes
test CHANGED
@@ -24,9 +24,9 @@
24
24
 
25
25
  gem 'rails', '~> 5.2.1'
26
26
 
27
- # Use mysql as the database for Active Record
27
+ # Use sqlite3 as the database for Active Record
28
28
 
29
- gem 'mysql2', '>= 0.4.4', '< 0.6.0'
29
+ gem 'sqlite3'
30
30
 
31
31
  # Use Puma as the app server
32
32