about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-07-02 22:04:48 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-07-02 22:04:48 -0400
commit48577e0ffaeaf67b8cce4984521ece4fdd2ba047 (patch)
treec4510f8455a7ee3fe7766a6b956db74fe51bbde6 /Gemfile.lock
parent7e556409c7f66005b2281f1db85667205147b85b (diff)
downloadthoughts-48577e0ffaeaf67b8cce4984521ece4fdd2ba047.tar.gz
thoughts-48577e0ffaeaf67b8cce4984521ece4fdd2ba047.tar.bz2
thoughts-48577e0ffaeaf67b8cce4984521ece4fdd2ba047.zip
Added mysql2 gem
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 2ff3777..66508c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -126,6 +126,7 @@ GEM
126 mini_portile2 (2.2.0) 126 mini_portile2 (2.2.0)
127 minitest (5.10.2) 127 minitest (5.10.2)
128 multi_json (1.12.1) 128 multi_json (1.12.1)
129 mysql2 (0.4.6)
129 net-scp (1.2.1) 130 net-scp (1.2.1)
130 net-ssh (>= 2.6.5) 131 net-ssh (>= 2.6.5)
131 net-ssh (4.1.0) 132 net-ssh (4.1.0)
@@ -250,6 +251,7 @@ DEPENDENCIES
250 jbuilder (~> 2.5) 251 jbuilder (~> 2.5)
251 jquery-rails 252 jquery-rails
252 listen (>= 3.0.5, < 3.2) 253 listen (>= 3.0.5, < 3.2)
254 mysql2
253 normalize-rails 255 normalize-rails
254 paperclip 256 paperclip
255 puma (~> 3.7) 257 puma (~> 3.7)