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'
|
||||
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ GEM
|
|||
jquery-rails (2.0.2)
|
||||
railties (>= 3.2.0, < 5.0)
|
||||
thor (~> 0.14)
|
||||
json (1.6.6)
|
||||
json (1.6.5)
|
||||
kaminari (0.13.0)
|
||||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
|
@ -184,6 +184,7 @@ DEPENDENCIES
|
|||
capistrano (= 2.5.21)
|
||||
coffee-rails (= 3.2.2)
|
||||
devise (= 2.0.4)
|
||||
json (= 1.6.5)
|
||||
mail
|
||||
mysql2 (= 0.3.11)
|
||||
rails (= 3.2.3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue