Skip to content

Commit 29a05ab

Browse files
committed
Update database Cleaner with rails 5 and replace Fixnum with Integer
1 parent 01070d1 commit 29a05ab

File tree

6 files changed

+9
-578
lines changed

6 files changed

+9
-578
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ rvm:
55
- 2.1.8
66
- 2.0.0
77
- rbx-2
8+
- 2.5.1
89
before_install:
910
- gem install bundler -v '~> 1.11'
1011
gemfile:
@@ -20,5 +21,11 @@ matrix:
2021
gemfile: gemfiles/50.gemfile
2122
- rvm: rbx-2
2223
gemfile: gemfiles/50.gemfile
24+
- rvm: 2.5.1
25+
gemfile: gemfiles/40.gemfile
26+
- rvm: 2.5.1
27+
gemfile: gemfiles/41.gemfile
28+
- rvm: 2.5.1
29+
gemfile: gemfiles/42.gemfile
2330
cache:
2431
- bundler

gemfiles/40.gemfile.lock

-126
Original file line numberDiff line numberDiff line change
@@ -1,126 +0,0 @@
1-
PATH
2-
remote: ../
3-
specs:
4-
activesorting (0.7.1)
5-
activerecord (>= 4.0.0)
6-
railties (>= 4.0.0)
7-
8-
GEM
9-
remote: https://rubygems.org/
10-
specs:
11-
actionmailer (4.0.13)
12-
actionpack (= 4.0.13)
13-
mail (~> 2.5, >= 2.5.4)
14-
actionpack (4.0.13)
15-
activesupport (= 4.0.13)
16-
builder (~> 3.1.0)
17-
erubis (~> 2.7.0)
18-
rack (~> 1.5.2)
19-
rack-test (~> 0.6.2)
20-
activemodel (4.0.13)
21-
activesupport (= 4.0.13)
22-
builder (~> 3.1.0)
23-
activerecord (4.0.13)
24-
activemodel (= 4.0.13)
25-
activerecord-deprecated_finders (~> 1.0.2)
26-
activesupport (= 4.0.13)
27-
arel (~> 4.0.0)
28-
activerecord-deprecated_finders (1.0.4)
29-
activesupport (4.0.13)
30-
i18n (~> 0.6, >= 0.6.9)
31-
minitest (~> 4.2)
32-
multi_json (~> 1.3)
33-
thread_safe (~> 0.1)
34-
tzinfo (~> 0.3.37)
35-
appraisal (2.1.0)
36-
bundler
37-
rake
38-
thor (>= 0.14.0)
39-
arel (4.0.2)
40-
builder (3.1.4)
41-
concurrent-ruby (1.0.1)
42-
coveralls (0.8.13)
43-
json (~> 1.8)
44-
simplecov (~> 0.11.0)
45-
term-ansicolor (~> 1.3)
46-
thor (~> 0.19.1)
47-
tins (~> 1.6.0)
48-
database_cleaner (1.5.1)
49-
diff-lcs (1.2.5)
50-
docile (1.1.5)
51-
erubis (2.7.0)
52-
i18n (0.7.0)
53-
json (1.8.3)
54-
mail (2.6.4)
55-
mime-types (>= 1.16, < 4)
56-
mime-types (3.0)
57-
mime-types-data (~> 3.2015)
58-
mime-types-data (3.2016.0221)
59-
minitest (4.7.5)
60-
multi_json (1.11.2)
61-
rack (1.5.5)
62-
rack-test (0.6.3)
63-
rack (>= 1.0)
64-
rails (4.0.13)
65-
actionmailer (= 4.0.13)
66-
actionpack (= 4.0.13)
67-
activerecord (= 4.0.13)
68-
activesupport (= 4.0.13)
69-
bundler (>= 1.3.0, < 2.0)
70-
railties (= 4.0.13)
71-
sprockets-rails (~> 2.0)
72-
railties (4.0.13)
73-
actionpack (= 4.0.13)
74-
activesupport (= 4.0.13)
75-
rake (>= 0.8.7)
76-
thor (>= 0.18.1, < 2.0)
77-
rake (10.5.0)
78-
rspec (3.4.0)
79-
rspec-core (~> 3.4.0)
80-
rspec-expectations (~> 3.4.0)
81-
rspec-mocks (~> 3.4.0)
82-
rspec-core (3.4.4)
83-
rspec-support (~> 3.4.0)
84-
rspec-expectations (3.4.0)
85-
diff-lcs (>= 1.2.0, < 2.0)
86-
rspec-support (~> 3.4.0)
87-
rspec-mocks (3.4.1)
88-
diff-lcs (>= 1.2.0, < 2.0)
89-
rspec-support (~> 3.4.0)
90-
rspec-support (3.4.1)
91-
simplecov (0.11.2)
92-
docile (~> 1.1.0)
93-
json (~> 1.8)
94-
simplecov-html (~> 0.10.0)
95-
simplecov-html (0.10.0)
96-
sprockets (3.5.2)
97-
concurrent-ruby (~> 1.0)
98-
rack (> 1, < 3)
99-
sprockets-rails (2.3.3)
100-
actionpack (>= 3.0)
101-
activesupport (>= 3.0)
102-
sprockets (>= 2.8, < 4.0)
103-
sqlite3 (1.3.11)
104-
term-ansicolor (1.3.2)
105-
tins (~> 1.0)
106-
thor (0.19.1)
107-
thread_safe (0.3.5)
108-
tins (1.6.0)
109-
tzinfo (0.3.48)
110-
111-
PLATFORMS
112-
ruby
113-
114-
DEPENDENCIES
115-
activesorting!
116-
appraisal
117-
bundler (~> 1.11)
118-
coveralls
119-
database_cleaner
120-
rails (~> 4.0.0)
121-
rake (~> 10.0)
122-
rspec
123-
sqlite3
124-
125-
BUNDLED WITH
126-
1.11.2

gemfiles/41.gemfile.lock

-130
Original file line numberDiff line numberDiff line change
@@ -1,130 +0,0 @@
1-
PATH
2-
remote: ../
3-
specs:
4-
activesorting (0.7.1)
5-
activerecord (>= 4.0.0)
6-
railties (>= 4.0.0)
7-
8-
GEM
9-
remote: https://rubygems.org/
10-
specs:
11-
actionmailer (4.1.15)
12-
actionpack (= 4.1.15)
13-
actionview (= 4.1.15)
14-
mail (~> 2.5, >= 2.5.4)
15-
actionpack (4.1.15)
16-
actionview (= 4.1.15)
17-
activesupport (= 4.1.15)
18-
rack (~> 1.5.2)
19-
rack-test (~> 0.6.2)
20-
actionview (4.1.15)
21-
activesupport (= 4.1.15)
22-
builder (~> 3.1)
23-
erubis (~> 2.7.0)
24-
activemodel (4.1.15)
25-
activesupport (= 4.1.15)
26-
builder (~> 3.1)
27-
activerecord (4.1.15)
28-
activemodel (= 4.1.15)
29-
activesupport (= 4.1.15)
30-
arel (~> 5.0.0)
31-
activesupport (4.1.15)
32-
i18n (~> 0.6, >= 0.6.9)
33-
json (~> 1.7, >= 1.7.7)
34-
minitest (~> 5.1)
35-
thread_safe (~> 0.1)
36-
tzinfo (~> 1.1)
37-
appraisal (2.1.0)
38-
bundler
39-
rake
40-
thor (>= 0.14.0)
41-
arel (5.0.1.20140414130214)
42-
builder (3.2.2)
43-
concurrent-ruby (1.0.1)
44-
coveralls (0.8.13)
45-
json (~> 1.8)
46-
simplecov (~> 0.11.0)
47-
term-ansicolor (~> 1.3)
48-
thor (~> 0.19.1)
49-
tins (~> 1.6.0)
50-
database_cleaner (1.5.1)
51-
diff-lcs (1.2.5)
52-
docile (1.1.5)
53-
erubis (2.7.0)
54-
i18n (0.7.0)
55-
json (1.8.3)
56-
mail (2.6.4)
57-
mime-types (>= 1.16, < 4)
58-
mime-types (3.0)
59-
mime-types-data (~> 3.2015)
60-
mime-types-data (3.2016.0221)
61-
minitest (5.8.4)
62-
rack (1.5.5)
63-
rack-test (0.6.3)
64-
rack (>= 1.0)
65-
rails (4.1.15)
66-
actionmailer (= 4.1.15)
67-
actionpack (= 4.1.15)
68-
actionview (= 4.1.15)
69-
activemodel (= 4.1.15)
70-
activerecord (= 4.1.15)
71-
activesupport (= 4.1.15)
72-
bundler (>= 1.3.0, < 2.0)
73-
railties (= 4.1.15)
74-
sprockets-rails (~> 2.0)
75-
railties (4.1.15)
76-
actionpack (= 4.1.15)
77-
activesupport (= 4.1.15)
78-
rake (>= 0.8.7)
79-
thor (>= 0.18.1, < 2.0)
80-
rake (10.5.0)
81-
rspec (3.4.0)
82-
rspec-core (~> 3.4.0)
83-
rspec-expectations (~> 3.4.0)
84-
rspec-mocks (~> 3.4.0)
85-
rspec-core (3.4.4)
86-
rspec-support (~> 3.4.0)
87-
rspec-expectations (3.4.0)
88-
diff-lcs (>= 1.2.0, < 2.0)
89-
rspec-support (~> 3.4.0)
90-
rspec-mocks (3.4.1)
91-
diff-lcs (>= 1.2.0, < 2.0)
92-
rspec-support (~> 3.4.0)
93-
rspec-support (3.4.1)
94-
simplecov (0.11.2)
95-
docile (~> 1.1.0)
96-
json (~> 1.8)
97-
simplecov-html (~> 0.10.0)
98-
simplecov-html (0.10.0)
99-
sprockets (3.5.2)
100-
concurrent-ruby (~> 1.0)
101-
rack (> 1, < 3)
102-
sprockets-rails (2.3.3)
103-
actionpack (>= 3.0)
104-
activesupport (>= 3.0)
105-
sprockets (>= 2.8, < 4.0)
106-
sqlite3 (1.3.11)
107-
term-ansicolor (1.3.2)
108-
tins (~> 1.0)
109-
thor (0.19.1)
110-
thread_safe (0.3.5)
111-
tins (1.6.0)
112-
tzinfo (1.2.2)
113-
thread_safe (~> 0.1)
114-
115-
PLATFORMS
116-
ruby
117-
118-
DEPENDENCIES
119-
activesorting!
120-
appraisal
121-
bundler (~> 1.11)
122-
coveralls
123-
database_cleaner
124-
rails (~> 4.1.0)
125-
rake (~> 10.0)
126-
rspec
127-
sqlite3
128-
129-
BUNDLED WITH
130-
1.11.2

0 commit comments

Comments
 (0)