diff options
| -rw-r--r-- | Gemfile.lock | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 1199d75..352b563 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,9 +28,24 @@ GEM arel (4.0.1) atomic (1.1.14) builder (3.1.4) + coffee-rails (4.0.1) + coffee-script (>= 2.2.0) + railties (>= 4.0.0, < 5.0) + coffee-script (2.2.0) + coffee-script-source + execjs + coffee-script-source (1.6.3) erubis (2.7.0) + execjs (2.0.2) hike (1.2.3) i18n (0.6.9) + jbuilder (1.5.3) + activesupport (>= 3.0.0) + multi_json (>= 1.2.0) + jquery-rails (3.0.4) + railties (>= 3.0, < 5.0) + thor (>= 0.14, < 2.0) + json (1.8.1) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) @@ -55,6 +70,16 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.1.0) + rdoc (3.12.2) + json (~> 1.4) + sass (3.2.12) + sass-rails (4.0.1) + railties (>= 4.0.0, < 5.0) + sass (>= 3.1.10) + sprockets-rails (~> 2.0.0) + sdoc (0.3.20) + json (>= 1.1.3) + rdoc (~> 3.10) sprockets (2.10.1) hike (~> 1.2) multi_json (~> 1.0) @@ -64,6 +89,7 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (~> 2.8) + sqlite3 (1.3.8) thor (0.18.1) thread_safe (0.1.3) atomic @@ -71,10 +97,23 @@ GEM treetop (1.4.15) polyglot polyglot (>= 0.3.1) + turbolinks (2.0.0) + coffee-rails tzinfo (0.3.38) + uglifier (2.3.3) + execjs (>= 0.3.0) + json (>= 1.8.0) PLATFORMS ruby DEPENDENCIES - rails + coffee-rails (~> 4.0.0) + jbuilder (~> 1.2) + jquery-rails + rails (= 4.0.2) + sass-rails (~> 4.0.0) + sdoc + sqlite3 + turbolinks + uglifier (>= 1.3.0) |
