nixpkgs/pkgs/applications/version-management/gitlab/nulladapter.patch

34 lines
862 B
Diff
Raw Normal View History

diff --git a/Gemfile b/Gemfile
2017-09-03 15:38:28 +02:00
index 4861171ef5..f6e701c548 100644
--- a/Gemfile
+++ b/Gemfile
2017-09-03 15:38:28 +02:00
@@ -1,5 +1,7 @@
source 'https://rubygems.org'
2017-07-05 23:53:31 +02:00
+gem 'activerecord-nulldb-adapter'
2017-09-03 15:38:28 +02:00
+
gem 'rails', '4.2.8'
gem 'rails-deprecated_sanitizer', '~> 1.0.3'
diff --git a/Gemfile.lock b/Gemfile.lock
2017-09-03 15:38:28 +02:00
index 38944248f9..08ce4486ba 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
2017-11-03 22:27:58 +01:00
@@ -33,6 +33,8 @@ GEM
2017-07-05 23:53:31 +02:00
activemodel (= 4.2.8)
activesupport (= 4.2.8)
arel (~> 6.0)
2017-07-05 23:53:31 +02:00
+ activerecord-nulldb-adapter (0.3.7)
+ activerecord (>= 2.0.0)
2017-01-15 17:06:39 +01:00
activerecord_sane_schema_dumper (0.2)
rails (>= 4, < 5)
2017-07-05 23:53:31 +02:00
activesupport (4.2.8)
2017-11-03 22:27:58 +01:00
@@ -963,6 +965,7 @@ PLATFORMS
DEPENDENCIES
RedCloth (~> 4.3.2)
2016-08-26 14:08:53 +02:00
ace-rails-ap (~> 4.1.0)
+ activerecord-nulldb-adapter
2017-01-15 17:06:39 +01:00
activerecord_sane_schema_dumper (= 0.2)
acts-as-taggable-on (~> 4.0)
2017-11-03 22:27:58 +01:00
addressable (~> 2.5.2)