deps update

master
Wojciech Todryk 2013-02-12 20:06:43 +01:00
parent 2a6e2a3d85
commit b63cc2bd14
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
source 'https://rubygems.org'
gem 'rails', '>= 3.2.9'
gem 'rails', '>= 3.2.11'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'mysql2'
gem 'json'
gem 'json', '>= 1.7.6'
# Gems used only for assets and not required
# in production environments by default.

View File

@ -116,9 +116,9 @@ DEPENDENCIES
ezcrypto
haml
jquery-rails
json
json (>= 1.7.6)
mysql2
rails (>= 3.2.9)
rails (>= 3.2.11)
sass
sass-rails
uglifier