Introduction
Introduction Statistics Contact Development Disclaimer Help
Update gems - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
Log
Files
Refs
README
---
commit 2520095f985708dc1d7e66b612d1dd7009108c4b
parent c77d303be8ccf60d1fb6def26f03dc1de27c431f
Author: HD Moore <[email protected]>
Date: Sat, 13 Apr 2013 15:03:38 -0500
Update gems
Diffstat:
M Gemfile | 2 +-
M Gemfile.lock | 124 ++++++++++++++++-------------…
2 files changed, 63 insertions(+), 63 deletions(-)
---
diff --git a/Gemfile b/Gemfile
@@ -2,7 +2,7 @@ source 'http://rubygems.org'
ruby '1.9.3'
gem 'thin'
-gem 'rails', '>=3.2.11'
+gem 'rails', '>=3.2.13'
gem 'pg', '>=0.11'
gem 'jquery-rails'
diff --git a/Gemfile.lock b/Gemfile.lock
@@ -1,8 +1,8 @@
GIT
remote: git://github.com/dockyard/postgres_ext.git
- revision: c7e8d79a107af58490e987f9cbc0b3080fa679ea
+ revision: b1cc1ab75b86e8ff9ee77500d1de1640c417ea80
specs:
- postgres_ext (0.1.0)
+ postgres_ext (0.3.0)
activerecord (~> 3.2.0)
pg_array_parser (~> 0.0.8)
@@ -17,37 +17,37 @@ GIT
GEM
remote: http://rubygems.org/
specs:
- actionmailer (3.2.11)
- actionpack (= 3.2.11)
- mail (~> 2.4.4)
- actionpack (3.2.11)
- activemodel (= 3.2.11)
- activesupport (= 3.2.11)
+ actionmailer (3.2.13)
+ actionpack (= 3.2.13)
+ mail (~> 2.5.3)
+ 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)
- activerecord (3.2.11)
- activemodel (= 3.2.11)
- activesupport (= 3.2.11)
+ activerecord (3.2.13)
+ activemodel (= 3.2.13)
+ activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
- activeresource (3.2.11)
- activemodel (= 3.2.11)
- activesupport (= 3.2.11)
- activesupport (3.2.11)
- i18n (~> 0.6)
+ activeresource (3.2.13)
+ activemodel (= 3.2.13)
+ activesupport (= 3.2.13)
+ activesupport (3.2.13)
+ i18n (= 0.6.1)
multi_json (~> 1.0)
arel (3.0.2)
- authlogic (3.2.0)
- activerecord (>= 3.0.0)
- activesupport (>= 3.0.0)
+ authlogic (3.3.0)
+ activerecord (>= 3.2)
+ activesupport (>= 3.2)
builder (3.0.4)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
@@ -55,12 +55,12 @@ GEM
coffee-script (2.2.0)
coffee-script-source
execjs
- coffee-script-source (1.4.0)
+ coffee-script-source (1.6.2)
commonjs (0.2.6)
daemons (1.1.9)
dynamic_form (1.1.4)
erubis (2.7.0)
- eventmachine (1.0.0)
+ eventmachine (1.0.3)
execjs (1.4.0)
multi_json (~> 1.0)
formtastic (2.2.1)
@@ -68,66 +68,66 @@ GEM
formtastic-bootstrap (2.0.0)
formtastic (~> 2.2)
formtastic-bootstrap
- hike (1.2.1)
+ hike (1.2.2)
i18n (0.6.1)
journey (1.0.4)
jquery-datatables-rails (1.11.2)
jquery-rails
- jquery-rails (2.1.4)
+ jquery-rails (2.2.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
- json (1.7.6)
+ json (1.7.7)
kissfft (0.0.1)
- less (2.2.2)
+ less (2.3.1)
commonjs (~> 0.2.6)
- less-rails (2.2.6)
+ less-rails (2.3.2)
actionpack (>= 3.1)
- less (~> 2.2.0)
- less-rails-bootstrap (2.2.0)
- less-rails (~> 2.2.0)
+ less (~> 2.3.1)
+ less-rails-bootstrap (2.3.2)
+ less-rails (~> 2.3.1)
librex (0.0.68)
- libv8 (3.11.8.13)
- mail (2.4.4)
+ libv8 (3.11.8.17)
+ mail (2.5.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
- mime-types (1.19)
- multi_json (1.5.0)
- pg (0.14.1)
+ mime-types (1.22)
+ multi_json (1.7.2)
+ pg (0.15.1)
pg_array_parser (0.0.8)
polyglot (0.3.3)
- rack (1.4.3)
+ 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)
- rails (3.2.11)
- actionmailer (= 3.2.11)
- actionpack (= 3.2.11)
- activerecord (= 3.2.11)
- activeresource (= 3.2.11)
- activesupport (= 3.2.11)
+ rails (3.2.13)
+ actionmailer (= 3.2.13)
+ actionpack (= 3.2.13)
+ activerecord (= 3.2.13)
+ activeresource (= 3.2.13)
+ activesupport (= 3.2.13)
bundler (~> 1.0)
- railties (= 3.2.11)
+ railties (= 3.2.13)
rails-settings-cached (0.2.4)
rails (>= 3.0.0)
rails_bootstrap_navbar (0.1.5.beta)
rails (>= 3.0.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.0.4)
+ rdoc (3.12.2)
json (~> 1.4)
- ref (1.0.2)
- sass (3.2.5)
- sass-rails (3.2.5)
+ ref (1.0.4)
+ sass (3.2.7)
+ sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
@@ -136,24 +136,24 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
- therubyracer (0.11.2)
+ therubyracer (0.11.4)
libv8 (~> 3.11.8.12)
ref
- thin (1.5.0)
+ thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
- thor (0.16.0)
- tilt (1.3.3)
+ thor (0.18.1)
+ tilt (1.3.7)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
- twitter-bootstrap-rails (2.2.0)
+ twitter-bootstrap-rails (2.2.6)
actionpack (>= 3.1)
execjs
railties (>= 3.1)
- tzinfo (0.3.35)
- uglifier (1.3.0)
+ tzinfo (0.3.37)
+ uglifier (2.0.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
will_paginate (3.0.4)
@@ -176,7 +176,7 @@ DEPENDENCIES
librex
pg (>= 0.11)
postgres_ext!
- rails (>= 3.2.11)
+ rails (>= 3.2.13)
rails-settings-cached
rails_bootstrap_navbar
reportable!
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.