2016-08-03 18:49:18 +02:00
|
|
|
diff --git a/Gemfile b/Gemfile
|
2017-09-03 15:38:28 +02:00
|
|
|
index 4861171ef5..f6e701c548 100644
|
2016-01-30 14:47:04 +01:00
|
|
|
--- 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'
|
|
|
|
|
2016-08-03 18:49:18 +02:00
|
|
|
diff --git a/Gemfile.lock b/Gemfile.lock
|
2017-09-03 15:38:28 +02:00
|
|
|
index 38944248f9..08ce4486ba 100644
|
2016-01-30 14:47:04 +01:00
|
|
|
--- 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)
|
2016-01-30 14:47:04 +01:00
|
|
|
arel (~> 6.0)
|
2017-07-05 23:53:31 +02:00
|
|
|
+ activerecord-nulldb-adapter (0.3.7)
|
2016-01-30 14:47:04 +01:00
|
|
|
+ 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
|
2016-08-03 18:49:18 +02:00
|
|
|
DEPENDENCIES
|
|
|
|
RedCloth (~> 4.3.2)
|
2016-08-26 14:08:53 +02:00
|
|
|
ace-rails-ap (~> 4.1.0)
|
2016-01-30 14:47:04 +01:00
|
|
|
+ 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)
|