deps update
This commit is contained in:
parent
2a6e2a3d85
commit
b63cc2bd14
4
Gemfile
4
Gemfile
|
@ -1,13 +1,13 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '>= 3.2.9'
|
gem 'rails', '>= 3.2.11'
|
||||||
|
|
||||||
# Bundle edge Rails instead:
|
# Bundle edge Rails instead:
|
||||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||||
|
|
||||||
gem 'mysql2'
|
gem 'mysql2'
|
||||||
|
|
||||||
gem 'json'
|
gem 'json', '>= 1.7.6'
|
||||||
|
|
||||||
# Gems used only for assets and not required
|
# Gems used only for assets and not required
|
||||||
# in production environments by default.
|
# in production environments by default.
|
||||||
|
|
|
@ -116,9 +116,9 @@ DEPENDENCIES
|
||||||
ezcrypto
|
ezcrypto
|
||||||
haml
|
haml
|
||||||
jquery-rails
|
jquery-rails
|
||||||
json
|
json (>= 1.7.6)
|
||||||
mysql2
|
mysql2
|
||||||
rails (>= 3.2.9)
|
rails (>= 3.2.11)
|
||||||
sass
|
sass
|
||||||
sass-rails
|
sass-rails
|
||||||
uglifier
|
uglifier
|
||||||
|
|
Loading…
Reference in a new issue