From 7e9659cf7e46205a42ded80d899691c1fb60ee4e Mon Sep 17 00:00:00 2001 From: Dylan Markow Date: Mon, 15 Jul 2013 07:42:12 -0500 Subject: [PATCH] Update to latest gem versions --- Gemfile.lock | 54 ++++++++++++++++++++++++++-------------------------- README.rdoc | 2 +- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 041f144..c6f6047 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,21 +7,21 @@ PATH GEM remote: http://rubygems.org/ specs: - actionpack (3.2.11) - activemodel (= 3.2.11) - activesupport (= 3.2.11) + actionpack (3.2.13) + activemodel (= 3.2.13) + activesupport (= 3.2.13) builder (~> 3.0.0) erubis (~> 2.7.0) journey (~> 1.0.4) - rack (~> 1.4.0) + rack (~> 1.4.5) rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.2.1) - activemodel (3.2.11) - activesupport (= 3.2.11) + activemodel (3.2.13) + activesupport (= 3.2.13) builder (~> 3.0.0) - activesupport (3.2.11) - i18n (~> 0.6) + activesupport (3.2.13) + i18n (= 0.6.1) multi_json (~> 1.0) builder (3.0.4) coffee-rails (3.2.2) @@ -30,38 +30,38 @@ GEM coffee-script (2.2.0) coffee-script-source execjs - coffee-script-source (1.4.0) + coffee-script-source (1.6.3) erubis (2.7.0) execjs (1.4.0) multi_json (~> 1.0) - hike (1.2.1) + hike (1.2.3) i18n (0.6.1) journey (1.0.4) - jquery-rails (2.1.4) + jquery-rails (3.0.4) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) - json (1.7.6) - libv8 (3.11.8.13) - multi_json (1.5.0) - rack (1.4.4) + json (1.8.0) + libv8 (3.11.8.17) + multi_json (1.7.7) + rack (1.4.5) rack-cache (1.2) rack (>= 0.4) - rack-ssl (1.3.2) + rack-ssl (1.3.3) rack rack-test (0.6.2) rack (>= 1.0) - railties (3.2.11) - actionpack (= 3.2.11) - activesupport (= 3.2.11) + railties (3.2.13) + actionpack (= 3.2.13) + activesupport (= 3.2.13) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - rake (10.0.3) - rdoc (3.12) + rake (10.1.0) + rdoc (3.12.2) json (~> 1.4) - ref (1.0.2) - sass (3.2.5) + ref (1.0.5) + sass (3.2.9) sass-rails (3.2.6) railties (~> 3.2.0) sass (>= 3.1.10) @@ -72,12 +72,12 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.7) - therubyracer (0.11.3) + therubyracer (0.11.4) libv8 (~> 3.11.8.12) ref - thor (0.16.0) - tilt (1.3.3) - uglifier (1.3.0) + thor (0.18.1) + tilt (1.4.1) + uglifier (2.1.2) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) diff --git a/README.rdoc b/README.rdoc index 85300d8..b22e85f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -14,7 +14,7 @@ Add this gem to your Gemfile: gem 'jquery_mobile_rails' -This will add jQuery Mobile's javascripts, stylesheets and images available to your app. +This will add jQuery Mobile's javascripts, stylesheets and images to your app. Include jquery.mobile (or jquery.mobile.min) in your application.js manifest: