diff --git a/Gemfile.lock b/Gemfile.lock --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,6 +37,9 @@ i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) arel (3.0.3) + best_in_place (3.0.2) + actionpack (>= 3.2) + railties (>= 3.2) builder (3.0.4) coffee-rails (3.2.2) coffee-script (>= 2.2.0) @@ -57,6 +60,22 @@ journey (1.0.4) json (1.8.1) mail (2.5.4) + jquery-rails (3.1.1) + railties (>= 3.0, < 5.0) + thor (>= 0.14, < 2.0) + jquery-tablesorter (1.12.7) + railties (>= 3.1, < 5) + jquery-timepicker-addon-rails (1.4.1) + railties (>= 3.1) + jquery-ui-rails (4.0.3) + jquery-rails + railties (>= 3.1.0) + jquery-ui-sass-rails (4.0.3.0) + jquery-rails + jquery-ui-rails (= 4.0.3) + railties (>= 3.1.0) + json (1.8.1) + mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.25.1) @@ -92,7 +111,8 @@ rdiscount (2.1.7.1) rdoc (3.12.2) json (~> 1.4) - rspec-collection_matchers (1.1.2) + rouge (1.6.2) + rspec-collection_matchers (1.0.0) rspec-expectations (>= 2.99.0.beta1) rspec-core (2.99.2) rspec-expectations (2.99.2) @@ -134,17 +154,24 @@ ruby DEPENDENCIES + best_in_place (~> 3.0.1) coffee-rails (~> 3.2.2) dynamic_form haml in_place_editing + jquery-rails + jquery-tablesorter + jquery-timepicker-addon-rails + jquery-ui-sass-rails mail mysql2 prototype-rails rails (= 3.2.21) rdiscount - rspec-rails (~> 2.99.0) + rouge sass-rails (~> 3.2.6) + rspec-rails (~> 2.0) + test-unit uglifier verification!