Skip to content

Commit 62aa332

Browse files
committed
move sqlite to development, test group
1 parent 1707a5a commit 62aa332

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ruby '3.0.1'
66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
77
gem 'rails', '~> 6.1.3', '>= 6.1.3.2'
88
# Use mysql as the database for Active Record
9-
gem 'sqlite3'
109
gem 'pg'
1110
# Use Puma as the app server
1211
gem 'puma', '~> 5.0'
@@ -27,14 +26,15 @@ gem 'bootsnap', '>= 1.4.4', require: false
2726
# gem 'rack-cors'
2827

2928
group :development, :test do
30-
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
31-
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
29+
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
30+
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
31+
gem 'sqlite3'
3232
end
3333

3434
group :development do
35-
gem 'listen', '~> 3.3'
36-
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
37-
gem 'spring'
35+
gem 'listen', '~> 3.3'
36+
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
37+
gem 'spring'
3838
end
3939

4040
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

0 commit comments

Comments
 (0)