Skip to content

Commit 8b2c904

Browse files
- added mysql2 gem
1 parent 0b8229e commit 8b2c904

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ git_source(:github) do |repo_name|
55
"https://github.com/#{repo_name}.git"
66
end
77

8-
98
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
109
gem 'rails', '~> 5.1.2'
10+
gem 'mysql2'
1111
# Use Puma as the app server
1212
gem 'puma', '~> 3.7'
1313
# Use SCSS for stylesheets

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ GEM
8787
mini_portile2 (2.3.0)
8888
minitest (5.10.3)
8989
multi_json (1.12.2)
90+
mysql2 (0.4.10)
9091
nio4r (2.1.0)
9192
nokogiri (1.8.1)
9293
mini_portile2 (~> 2.3.0)
@@ -176,6 +177,7 @@ DEPENDENCIES
176177
capybara (~> 2.13)
177178
jbuilder (~> 2.5)
178179
listen (>= 3.0.5, < 3.2)
180+
mysql2
179181
puma (~> 3.7)
180182
rails (~> 5.1.2)
181183
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)