We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8229e commit 8b2c904Copy full SHA for 8b2c904
Gemfile
@@ -5,9 +5,9 @@ git_source(:github) do |repo_name|
5
"https://github.com/#{repo_name}.git"
6
end
7
8
-
9
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
10
gem 'rails', '~> 5.1.2'
+gem 'mysql2'
11
# Use Puma as the app server
12
gem 'puma', '~> 3.7'
13
# Use SCSS for stylesheets
Gemfile.lock
@@ -87,6 +87,7 @@ GEM
87
mini_portile2 (2.3.0)
88
minitest (5.10.3)
89
multi_json (1.12.2)
90
+ mysql2 (0.4.10)
91
nio4r (2.1.0)
92
nokogiri (1.8.1)
93
mini_portile2 (~> 2.3.0)
@@ -176,6 +177,7 @@ DEPENDENCIES
176
177
capybara (~> 2.13)
178
jbuilder (~> 2.5)
179
listen (>= 3.0.5, < 3.2)
180
+ mysql2
181
puma (~> 3.7)
182
rails (~> 5.1.2)
183
sass-rails (~> 5.0)
0 commit comments