Fix version of 'json' gem to the one we have at production site.

This commit is contained in:
Roland Jesse 2012-04-23 23:02:14 +02:00
parent 7d23defa4b
commit c258b26860
2 changed files with 5 additions and 1 deletions

View file

@ -23,6 +23,9 @@ gem 'capistrano', '2.5.21'
# https://github.com/jnunemaker/twitter # https://github.com/jnunemaker/twitter
gem 'twitter', '1.6.0' gem 'twitter', '1.6.0'
# Specify this directly in order to use version we also have @production site. Otherwise, 'rdoc' pulls newest version in.
gem 'json', '1.6.5'
# We are sending mail. The latest version is just fine. # We are sending mail. The latest version is just fine.
gem 'mail' gem 'mail'

View file

@ -88,7 +88,7 @@ GEM
jquery-rails (2.0.2) jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0) railties (>= 3.2.0, < 5.0)
thor (~> 0.14) thor (~> 0.14)
json (1.6.6) json (1.6.5)
kaminari (0.13.0) kaminari (0.13.0)
actionpack (>= 3.0.0) actionpack (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -184,6 +184,7 @@ DEPENDENCIES
capistrano (= 2.5.21) capistrano (= 2.5.21)
coffee-rails (= 3.2.2) coffee-rails (= 3.2.2)
devise (= 2.0.4) devise (= 2.0.4)
json (= 1.6.5)
mail mail
mysql2 (= 0.3.11) mysql2 (= 0.3.11)
rails (= 3.2.3) rails (= 3.2.3)