Skip to content

Commit c4f3be7

Browse files
author
Raven
committed
Changed sqlite3 to development
1 parent 6c42469 commit c4f3be7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gem 'win32console'
77

88
group :development do
99
gem 'rspec-rails'
10+
gem 'sqlite3'
1011
end
1112

1213
group :test do
@@ -19,7 +20,7 @@ end
1920
# Bundle edge Rails instead:
2021
# gem 'rails', :git => 'git://github.com/rails/rails.git'
2122

22-
gem 'sqlite3'
23+
2324

2425
# Use unicorn as the web server
2526
# gem 'unicorn'

0 commit comments

Comments
 (0)