diff --git a/Gemfile b/Gemfile index 731630c..456302d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "http://rubygems.org" gem "middleman", "~>2.0.14" gem "therubyracer-heroku", "~>0.8.0" -gem "json", "~> 1.6.3" \ No newline at end of file +gem "json", "~> 1.6.8" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index de697ea..cbb8743 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM coffee-script (2.2.0) coffee-script-source execjs - coffee-script-source (1.1.3) + coffee-script-source (1.12.2) compass (0.11.5) chunky_png (~> 1.2) fssm (>= 0.2.7) @@ -33,7 +33,7 @@ GEM rack (>= 1.0.0) url_mount (~> 0.2.1) i18n (0.6.0) - json (1.6.5) + json (1.6.8) maruku (0.6.0) syntax (>= 1.0.0) middleman (2.0.14) @@ -104,6 +104,6 @@ PLATFORMS ruby DEPENDENCIES - json (~> 1.6.3) + json (~> 1.6.8) middleman (~> 2.0.14) therubyracer-heroku (~> 0.8.0)