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