acts_as_list 1.0.4 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,31 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "rake"
6
- gem "appraisal"
7
- gem "activerecord", "6.1.0.rc1"
8
-
9
- group :development do
10
- gem "github_changelog_generator", "1.9.0"
11
- end
12
-
13
- group :test do
14
- gem "minitest", "~> 5.0"
15
- gem "timecop"
16
- gem "mocha"
17
- end
18
-
19
- group :sqlite do
20
- gem "sqlite3", "~> 1.4"
21
- end
22
-
23
- group :postgresql do
24
- gem "pg", "~> 1.2.0"
25
- end
26
-
27
- group :mysql do
28
- gem "mysql2", "~> 0.5.0"
29
- end
30
-
31
- gemspec path: "../"