diff options
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 58 | 
2 files changed, 30 insertions, 30 deletions
@@ -7,7 +7,7 @@ if File.exist? "/etc/debian_version" and File.open("/etc/debian_version").read.s  end  source 'https://rubygems.org' -gem 'rails', '3.2.17' +gem 'rails', '3.2.18'  gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index 6a3a210f1..32a1e77f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,12 +18,12 @@ GIT  GEM    remote: https://rubygems.org/    specs: -    actionmailer (3.2.17) -      actionpack (= 3.2.17) +    actionmailer (3.2.18) +      actionpack (= 3.2.18)        mail (~> 2.5.4) -    actionpack (3.2.17) -      activemodel (= 3.2.17) -      activesupport (= 3.2.17) +    actionpack (3.2.18) +      activemodel (= 3.2.18) +      activesupport (= 3.2.18)        builder (~> 3.0.0)        erubis (~> 2.7.0)        journey (~> 1.0.4) @@ -31,18 +31,18 @@ GEM        rack-cache (~> 1.2)        rack-test (~> 0.6.1)        sprockets (~> 2.2.1) -    activemodel (3.2.17) -      activesupport (= 3.2.17) +    activemodel (3.2.18) +      activesupport (= 3.2.18)        builder (~> 3.0.0) -    activerecord (3.2.17) -      activemodel (= 3.2.17) -      activesupport (= 3.2.17) +    activerecord (3.2.18) +      activemodel (= 3.2.18) +      activesupport (= 3.2.18)        arel (~> 3.0.2)        tzinfo (~> 0.3.29) -    activeresource (3.2.17) -      activemodel (= 3.2.17) -      activesupport (= 3.2.17) -    activesupport (3.2.17) +    activeresource (3.2.18) +      activemodel (= 3.2.18) +      activesupport (= 3.2.18) +    activesupport (3.2.18)        i18n (~> 0.6, >= 0.6.4)        multi_json (~> 1.0)      annotate (2.5.0) @@ -145,7 +145,7 @@ GEM        thin (~> 1.5.0)      memcache-client (1.8.5)      mime-types (1.25.1) -    multi_json (1.8.4) +    multi_json (1.10.0)      net-http-local (0.1.2)      net-purge (0.1.0)      net-scp (1.1.1) @@ -171,19 +171,19 @@ GEM        rack      rack-test (0.6.2)        rack (>= 1.0) -    rails (3.2.17) -      actionmailer (= 3.2.17) -      actionpack (= 3.2.17) -      activerecord (= 3.2.17) -      activeresource (= 3.2.17) -      activesupport (= 3.2.17) +    rails (3.2.18) +      actionmailer (= 3.2.18) +      actionpack (= 3.2.18) +      activerecord (= 3.2.18) +      activeresource (= 3.2.18) +      activesupport (= 3.2.18)        bundler (~> 1.0) -      railties (= 3.2.17) +      railties (= 3.2.18)      rails-i18n (0.7.3)        i18n (~> 0.5) -    railties (3.2.17) -      actionpack (= 3.2.17) -      activesupport (= 3.2.17) +    railties (3.2.18) +      actionpack (= 3.2.18) +      activesupport (= 3.2.18)        rack-ssl (~> 1.3.2)        rake (>= 0.8.7)        rdoc (~> 3.4) @@ -243,7 +243,7 @@ GEM        hike (~> 1.2)        multi_json (~> 1.0)        rack (~> 1.0) -      tilt (~> 1.1, != 1.3.0) +      tilt (!= 1.3.0, ~> 1.1)      sqlite3 (1.3.7)      statistics2 (0.54)      syslog_protocol (0.9.2) @@ -255,12 +255,12 @@ GEM        daemons (>= 1.0.9)        eventmachine (>= 0.12.6)        rack (>= 1.0.0) -    thor (0.18.1) +    thor (0.19.1)      tilt (1.4.1)      treetop (1.4.15)        polyglot        polyglot (>= 0.3.1) -    tzinfo (0.3.38) +    tzinfo (0.3.39)      uglifier (2.2.1)        execjs (>= 0.3.0)        multi_json (~> 1.0, >= 1.0.2) @@ -313,7 +313,7 @@ DEPENDENCIES    nokogiri    pg    rack -  rails (= 3.2.17) +  rails (= 3.2.18)    rails-i18n    rake (= 0.9.2.2)    rdoc  | 
