File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ group :development, :test do
36
36
gem 'minitest-rails'
37
37
gem 'minitest-reporters' , '1.1.18'
38
38
gem 'mocha' , '>= 1.5'
39
+ gem 'mysql2' , '~> 0.4.10'
39
40
gem 'pry'
40
41
gem 'pry-byebug'
41
42
gem 'pry-remote'
Original file line number Diff line number Diff line change 35
35
specs:
36
36
devise_token_auth (1.0.0.rc1 )
37
37
devise (> 3.5.2 , < 4.6 )
38
- rails (< 6 )
38
+ rails (>= 4.2.0 , < 6 )
39
39
40
40
GEM
41
41
remote: https://rubygems.org/
177
177
multi_json (1.12.1 )
178
178
multi_xml (0.6.0 )
179
179
multipart-post (2.0.0 )
180
- mysql2 (0.4.6 )
180
+ mysql2 (0.4.10 )
181
181
nenv (0.3.0 )
182
182
nio4r (2.3.1 )
183
183
nokogiri (1.8.1 )
@@ -314,7 +314,7 @@ DEPENDENCIES
314
314
minitest-rails
315
315
minitest-reporters (= 1.1.18 )
316
316
mocha (>= 1.5 )
317
- mysql2
317
+ mysql2 ( ~> 0.4.10 )
318
318
omniauth-facebook !
319
319
omniauth-github !
320
320
omniauth-google-oauth2 !
You can’t perform that action at this time.
0 commit comments