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

32 lines
895 B
Diff
Raw Normal View History

diff --git a/Gemfile b/Gemfile
2017-07-05 21:53:31 +00:00
index 3748ae7aee..25d2938b78 100644
--- a/Gemfile
+++ b/Gemfile
2017-07-05 21:53:31 +00:00
@@ -389,3 +389,5 @@ gem 'toml-rb', '~> 0.3.15', require: false
# Feature toggles
gem 'flipper', '~> 0.10.2'
gem 'flipper-active_record', '~> 0.10.2'
+
2017-07-05 21:53:31 +00:00
+gem 'activerecord-nulldb-adapter'
diff --git a/Gemfile.lock b/Gemfile.lock
2017-07-05 21:53:31 +00:00
index 0de8746109..f263c643bd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -32,6 +32,8 @@ GEM
2017-07-05 21:53:31 +00:00
activemodel (= 4.2.8)
activesupport (= 4.2.8)
arel (~> 6.0)
2017-07-05 21:53:31 +00:00
+ activerecord-nulldb-adapter (0.3.7)
+ activerecord (>= 2.0.0)
2017-01-15 16:06:39 +00:00
activerecord_sane_schema_dumper (0.2)
rails (>= 4, < 5)
2017-07-05 21:53:31 +00:00
activesupport (4.2.8)
@@ -906,6 +908,7 @@ PLATFORMS
DEPENDENCIES
RedCloth (~> 4.3.2)
2016-08-26 12:08:53 +00:00
ace-rails-ap (~> 4.1.0)
+ activerecord-nulldb-adapter
2017-01-15 16:06:39 +00:00
activerecord_sane_schema_dumper (= 0.2)
acts-as-taggable-on (~> 4.0)
addressable (~> 2.3.8)