Fix version of 'json' gem to the one we have at production site.
This commit is contained in:
parent
7d23defa4b
commit
c258b26860
2 changed files with 5 additions and 1 deletions
3
Gemfile
3
Gemfile
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue