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
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.
gem 'mail'