mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add mysql2 dependency for production environment
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -5,6 +5,9 @@ source 'https://rubygems.org'
|
||||
gem 'rails', '5.1.4'
|
||||
# Use sqlite3 as the database for Active Record
|
||||
gem 'sqlite3', '~> 1.3.13'
|
||||
|
||||
gem 'mysql2', '~> 0.4.10', group: :production
|
||||
|
||||
# Use SCSS for stylesheets
|
||||
gem 'sass-rails', '~> 5.0.7'
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
|
||||
Reference in New Issue
Block a user