Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit bfdac11

Browse files
committed
Revert Rails 5 gems so that Ruby 2.1 doesn't fail in travis
1 parent 1f152dd commit bfdac11

File tree

1 file changed

+53
-60
lines changed

1 file changed

+53
-60
lines changed

Gemfile.lock

Lines changed: 53 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,43 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (5.0.0)
11-
actionpack (= 5.0.0)
12-
nio4r (~> 1.2)
13-
websocket-driver (~> 0.6.1)
14-
actionmailer (5.0.0)
15-
actionpack (= 5.0.0)
16-
actionview (= 5.0.0)
17-
activejob (= 5.0.0)
10+
actionmailer (4.2.6)
11+
actionpack (= 4.2.6)
12+
actionview (= 4.2.6)
13+
activejob (= 4.2.6)
1814
mail (~> 2.5, >= 2.5.4)
19-
rails-dom-testing (~> 2.0)
20-
actionpack (5.0.0)
21-
actionview (= 5.0.0)
22-
activesupport (= 5.0.0)
23-
rack (~> 2.0)
24-
rack-test (~> 0.6.3)
25-
rails-dom-testing (~> 2.0)
15+
rails-dom-testing (~> 1.0, >= 1.0.5)
16+
actionpack (4.2.6)
17+
actionview (= 4.2.6)
18+
activesupport (= 4.2.6)
19+
rack (~> 1.6)
20+
rack-test (~> 0.6.2)
21+
rails-dom-testing (~> 1.0, >= 1.0.5)
2622
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27-
actionview (5.0.0)
28-
activesupport (= 5.0.0)
23+
actionview (4.2.6)
24+
activesupport (= 4.2.6)
2925
builder (~> 3.1)
3026
erubis (~> 2.7.0)
31-
rails-dom-testing (~> 2.0)
27+
rails-dom-testing (~> 1.0, >= 1.0.5)
3228
rails-html-sanitizer (~> 1.0, >= 1.0.2)
33-
activejob (5.0.0)
34-
activesupport (= 5.0.0)
35-
globalid (>= 0.3.6)
36-
activemodel (5.0.0)
37-
activesupport (= 5.0.0)
38-
activerecord (5.0.0)
39-
activemodel (= 5.0.0)
40-
activesupport (= 5.0.0)
41-
arel (~> 7.0)
42-
activesupport (5.0.0)
43-
concurrent-ruby (~> 1.0, >= 1.0.2)
29+
activejob (4.2.6)
30+
activesupport (= 4.2.6)
31+
globalid (>= 0.3.0)
32+
activemodel (4.2.6)
33+
activesupport (= 4.2.6)
34+
builder (~> 3.1)
35+
activerecord (4.2.6)
36+
activemodel (= 4.2.6)
37+
activesupport (= 4.2.6)
38+
arel (~> 6.0)
39+
activesupport (4.2.6)
4440
i18n (~> 0.7)
41+
json (~> 1.7, >= 1.7.7)
4542
minitest (~> 5.1)
43+
thread_safe (~> 0.3, >= 0.3.4)
4644
tzinfo (~> 1.1)
4745
addressable (2.3.8)
48-
arel (7.0.0)
46+
arel (6.0.3)
4947
ast (2.1.0)
5048
astrolabe (1.3.1)
5149
parser (~> 2.2)
@@ -58,48 +56,46 @@ GEM
5856
globalid (0.3.6)
5957
activesupport (>= 4.1.0)
6058
i18n (0.7.0)
59+
json (1.8.3)
6160
loofah (2.0.3)
6261
nokogiri (>= 1.5.9)
6362
mail (2.6.4)
6463
mime-types (>= 1.16, < 4)
65-
method_source (0.8.2)
6664
mime-types (3.0)
6765
mime-types-data (~> 3.2015)
6866
mime-types-data (3.2016.0221)
69-
mini_portile2 (2.1.0)
67+
mini_portile2 (2.0.0)
7068
minitest (5.9.0)
71-
nio4r (1.2.1)
72-
nokogiri (1.6.8)
73-
mini_portile2 (~> 2.1.0)
74-
pkg-config (~> 1.1.7)
69+
nokogiri (1.6.7.2)
70+
mini_portile2 (~> 2.0.0.rc2)
7571
parser (2.2.2.6)
7672
ast (>= 1.1, < 3.0)
77-
pkg-config (1.1.7)
7873
powerpack (0.1.1)
79-
rack (2.0.1)
74+
rack (1.6.4)
8075
rack-test (0.6.3)
8176
rack (>= 1.0)
82-
rails (5.0.0)
83-
actioncable (= 5.0.0)
84-
actionmailer (= 5.0.0)
85-
actionpack (= 5.0.0)
86-
actionview (= 5.0.0)
87-
activejob (= 5.0.0)
88-
activemodel (= 5.0.0)
89-
activerecord (= 5.0.0)
90-
activesupport (= 5.0.0)
77+
rails (4.2.6)
78+
actionmailer (= 4.2.6)
79+
actionpack (= 4.2.6)
80+
actionview (= 4.2.6)
81+
activejob (= 4.2.6)
82+
activemodel (= 4.2.6)
83+
activerecord (= 4.2.6)
84+
activesupport (= 4.2.6)
9185
bundler (>= 1.3.0, < 2.0)
92-
railties (= 5.0.0)
93-
sprockets-rails (>= 2.0.0)
94-
rails-dom-testing (2.0.1)
95-
activesupport (>= 4.2.0, < 6.0)
86+
railties (= 4.2.6)
87+
sprockets-rails
88+
rails-deprecated_sanitizer (1.0.3)
89+
activesupport (>= 4.2.0.alpha)
90+
rails-dom-testing (1.0.7)
91+
activesupport (>= 4.2.0.beta, < 5.0)
9692
nokogiri (~> 1.6.0)
93+
rails-deprecated_sanitizer (>= 1.0.1)
9794
rails-html-sanitizer (1.0.3)
9895
loofah (~> 2.0)
99-
railties (5.0.0)
100-
actionpack (= 5.0.0)
101-
activesupport (= 5.0.0)
102-
method_source
96+
railties (4.2.6)
97+
actionpack (= 4.2.6)
98+
activesupport (= 4.2.6)
10399
rake (>= 0.8.7)
104100
thor (>= 0.18.1, < 2.0)
105101
rainbow (2.0.0)
@@ -125,10 +121,10 @@ GEM
125121
ruby-progressbar (~> 1.4)
126122
ruby-progressbar (1.7.5)
127123
safe_yaml (1.0.4)
128-
sprockets (3.6.3)
124+
sprockets (3.6.0)
129125
concurrent-ruby (~> 1.0)
130126
rack (> 1, < 3)
131-
sprockets-rails (3.1.1)
127+
sprockets-rails (3.0.4)
132128
actionpack (>= 4.0)
133129
activesupport (>= 4.0)
134130
sprockets (>= 3.0.0)
@@ -139,9 +135,6 @@ GEM
139135
webmock (1.21.0)
140136
addressable (>= 2.3.6)
141137
crack (>= 0.3.2)
142-
websocket-driver (0.6.3)
143-
websocket-extensions (>= 0.1.0)
144-
websocket-extensions (0.1.2)
145138

146139
PLATFORMS
147140
ruby

0 commit comments

Comments
 (0)