Pls work
This commit is contained in:
parent
308c089c7d
commit
32a82c65ff
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -65,5 +65,5 @@ group :development do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem 'mysql2', '~> 0.3.0' # Database
|
gem 'mysql2'
|
||||||
end
|
end
|
||||||
|
|
|
@ -236,7 +236,7 @@ DEPENDENCIES
|
||||||
faker
|
faker
|
||||||
jbuilder (~> 2.0)
|
jbuilder (~> 2.0)
|
||||||
jquery-rails
|
jquery-rails
|
||||||
mysql2 (~> 0.3.0)
|
mysql2
|
||||||
omniauth-oauth2
|
omniauth-oauth2
|
||||||
rails (= 4.2.4)
|
rails (= 4.2.4)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
|
|
Loading…
Reference in a new issue