at 16.09-beta 60 lines 1.7 kB view raw
1diff --git a/Gemfile b/Gemfile 2index 68547b6..60aaf99 100644 3--- a/Gemfile 4+++ b/Gemfile 5@@ -118,7 +118,7 @@ gem 'rouge', '~> 2.0' 6 7 # See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s 8 # and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM 9-gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2' 10+gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2', '< 1.6.8' 11 12 # Diffs 13 gem 'diffy', '~> 3.0.3' 14@@ -351,3 +351,5 @@ gem 'health_check', '~> 2.1.0' 15 # System information 16 gem 'vmstat', '~> 2.1.1' 17 gem 'sys-filesystem', '~> 1.1.6' 18+ 19+gem "activerecord-nulldb-adapter" 20diff --git a/Gemfile.lock b/Gemfile.lock 21index 5511d71..38d357e 100644 22--- a/Gemfile.lock 23+++ b/Gemfile.lock 24@@ -32,6 +32,8 @@ GEM 25 activemodel (= 4.2.7.1) 26 activesupport (= 4.2.7.1) 27 arel (~> 6.0) 28+ activerecord-nulldb-adapter (0.3.3) 29+ activerecord (>= 2.0.0) 30 activerecord-session_store (1.0.0) 31 actionpack (>= 4.0, < 5.1) 32 activerecord (>= 4.0, < 5.1) 33@@ -396,7 +398,7 @@ GEM 34 method_source (0.8.2) 35 mime-types (2.99.2) 36 mimemagic (0.3.0) 37- mini_portile2 (2.1.0) 38+ mini_portile2 (2.0.0) 39 minitest (5.7.0) 40 mousetrap-rails (1.4.6) 41 multi_json (1.12.1) 42@@ -407,8 +409,8 @@ GEM 43 net-ldap (0.12.1) 44 net-ssh (3.0.1) 45 newrelic_rpm (3.16.0.318) 46- nokogiri (1.6.8) 47- mini_portile2 (~> 2.1.0) 48+ nokogiri (1.6.7.2) 49+ mini_portile2 (~> 2.0.0.rc2) 50 pkg-config (~> 1.1.7) 51 numerizer (0.1.1) 52 oauth (0.4.7) 53@@ -800,6 +802,7 @@ PLATFORMS 54 DEPENDENCIES 55 RedCloth (~> 4.3.2) 56 ace-rails-ap (~> 4.1.0) 57+ activerecord-nulldb-adapter 58 activerecord-session_store (~> 1.0.0) 59 acts-as-taggable-on (~> 3.4) 60 addressable (~> 2.3.8)