rails-sunset 0.1.0.pre.alpha1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,196 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ we-call (0.5.4)
5
+ faraday (>= 0.9.0, < 1.0)
6
+ faraday-sunset (~> 0.1.0)
7
+ faraday_middleware (~> 0)
8
+ rails (>= 4.2)
9
+ ruby_decorators (~> 0.0)
10
+ typhoeus (~> 1.3)
11
+
12
+ GEM
13
+ remote: https://rubygems.org/
14
+ specs:
15
+ actioncable (5.1.4)
16
+ actionpack (= 5.1.4)
17
+ nio4r (~> 2.0)
18
+ websocket-driver (~> 0.6.1)
19
+ actionmailer (5.1.4)
20
+ actionpack (= 5.1.4)
21
+ actionview (= 5.1.4)
22
+ activejob (= 5.1.4)
23
+ mail (~> 2.5, >= 2.5.4)
24
+ rails-dom-testing (~> 2.0)
25
+ actionpack (5.1.4)
26
+ actionview (= 5.1.4)
27
+ activesupport (= 5.1.4)
28
+ rack (~> 2.0)
29
+ rack-test (>= 0.6.3)
30
+ rails-dom-testing (~> 2.0)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
32
+ actionview (5.1.4)
33
+ activesupport (= 5.1.4)
34
+ builder (~> 3.1)
35
+ erubi (~> 1.4)
36
+ rails-dom-testing (~> 2.0)
37
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
38
+ activejob (5.1.4)
39
+ activesupport (= 5.1.4)
40
+ globalid (>= 0.3.6)
41
+ activemodel (5.1.4)
42
+ activesupport (= 5.1.4)
43
+ activerecord (5.1.4)
44
+ activemodel (= 5.1.4)
45
+ activesupport (= 5.1.4)
46
+ arel (~> 8.0)
47
+ activesupport (5.1.4)
48
+ concurrent-ruby (~> 1.0, >= 1.0.2)
49
+ i18n (~> 0.7)
50
+ minitest (~> 5.1)
51
+ tzinfo (~> 1.1)
52
+ appraisal (2.2.0)
53
+ bundler
54
+ rake
55
+ thor (>= 0.14.0)
56
+ arel (8.0.0)
57
+ builder (3.2.3)
58
+ concurrent-ruby (1.0.5)
59
+ coveralls (0.7.1)
60
+ multi_json (~> 1.3)
61
+ rest-client
62
+ simplecov (>= 0.7)
63
+ term-ansicolor
64
+ thor
65
+ crass (1.0.2)
66
+ diff-lcs (1.3)
67
+ docile (1.1.5)
68
+ domain_name (0.5.20170404)
69
+ unf (>= 0.0.5, < 1.0.0)
70
+ erubi (1.7.0)
71
+ ethon (0.11.0)
72
+ ffi (>= 1.3.0)
73
+ faraday (0.9.2)
74
+ multipart-post (>= 1.2, < 3)
75
+ faraday-sunset (0.1.1)
76
+ faraday (>= 0.9.0, < 0.14)
77
+ faraday_middleware (0.12.2)
78
+ faraday (>= 0.7.4, < 1.0)
79
+ ffi (1.9.18)
80
+ globalid (0.4.1)
81
+ activesupport (>= 4.2.0)
82
+ hashie (3.5.5)
83
+ http-cookie (1.0.3)
84
+ domain_name (~> 0.5)
85
+ i18n (0.9.0)
86
+ concurrent-ruby (~> 1.0)
87
+ json (2.1.0)
88
+ loofah (2.1.1)
89
+ crass (~> 1.0.2)
90
+ nokogiri (>= 1.5.9)
91
+ mail (2.7.0)
92
+ mini_mime (>= 0.1.1)
93
+ method_source (0.9.0)
94
+ mime-types (3.1)
95
+ mime-types-data (~> 3.2015)
96
+ mime-types-data (3.2016.0521)
97
+ mini_mime (0.1.4)
98
+ mini_portile2 (2.3.0)
99
+ minitest (5.10.3)
100
+ multi_json (1.12.1)
101
+ multipart-post (2.0.0)
102
+ netrc (0.11.0)
103
+ nio4r (2.1.0)
104
+ nokogiri (1.8.1)
105
+ mini_portile2 (~> 2.3.0)
106
+ rack (2.0.3)
107
+ rack-test (0.7.0)
108
+ rack (>= 1.0, < 3)
109
+ rails (5.1.4)
110
+ actioncable (= 5.1.4)
111
+ actionmailer (= 5.1.4)
112
+ actionpack (= 5.1.4)
113
+ actionview (= 5.1.4)
114
+ activejob (= 5.1.4)
115
+ activemodel (= 5.1.4)
116
+ activerecord (= 5.1.4)
117
+ activesupport (= 5.1.4)
118
+ bundler (>= 1.3.0)
119
+ railties (= 5.1.4)
120
+ sprockets-rails (>= 2.0.0)
121
+ rails-dom-testing (2.0.3)
122
+ activesupport (>= 4.2.0)
123
+ nokogiri (>= 1.6)
124
+ rails-html-sanitizer (1.0.3)
125
+ loofah (~> 2.0)
126
+ railties (5.1.4)
127
+ actionpack (= 5.1.4)
128
+ activesupport (= 5.1.4)
129
+ method_source
130
+ rake (>= 0.8.7)
131
+ thor (>= 0.18.1, < 2.0)
132
+ rake (12.0.0)
133
+ rest-client (2.0.2)
134
+ http-cookie (>= 1.0.2, < 2.0)
135
+ mime-types (>= 1.16, < 4.0)
136
+ netrc (~> 0.8)
137
+ rspec (3.6.0)
138
+ rspec-core (~> 3.6.0)
139
+ rspec-expectations (~> 3.6.0)
140
+ rspec-mocks (~> 3.6.0)
141
+ rspec-core (3.6.0)
142
+ rspec-support (~> 3.6.0)
143
+ rspec-expectations (3.6.0)
144
+ diff-lcs (>= 1.2.0, < 2.0)
145
+ rspec-support (~> 3.6.0)
146
+ rspec-mocks (3.6.0)
147
+ diff-lcs (>= 1.2.0, < 2.0)
148
+ rspec-support (~> 3.6.0)
149
+ rspec-support (3.6.0)
150
+ ruby_decorators (0.0.3)
151
+ simplecov (0.15.0)
152
+ docile (~> 1.1.0)
153
+ json (>= 1.8, < 3)
154
+ simplecov-html (~> 0.10.0)
155
+ simplecov-html (0.10.2)
156
+ sprockets (3.7.1)
157
+ concurrent-ruby (~> 1.0)
158
+ rack (> 1, < 3)
159
+ sprockets-rails (3.2.1)
160
+ actionpack (>= 4.0)
161
+ activesupport (>= 4.0)
162
+ sprockets (>= 3.0.0)
163
+ term-ansicolor (1.6.0)
164
+ tins (~> 1.0)
165
+ thor (0.19.4)
166
+ thread_safe (0.3.6)
167
+ tins (1.15.0)
168
+ typhoeus (1.3.0)
169
+ ethon (>= 0.9.0)
170
+ tzinfo (1.2.4)
171
+ thread_safe (~> 0.1)
172
+ unf (0.1.4)
173
+ unf_ext
174
+ unf_ext (0.0.7.4)
175
+ vcr (3.0.3)
176
+ websocket-driver (0.6.5)
177
+ websocket-extensions (>= 0.1.0)
178
+ websocket-extensions (0.1.2)
179
+
180
+ PLATFORMS
181
+ ruby
182
+
183
+ DEPENDENCIES
184
+ appraisal (~> 2)
185
+ bundler (~> 1.14)
186
+ coveralls (~> 0.7)
187
+ faraday (~> 0.9.0)
188
+ hashie (~> 3.5)
189
+ rake (~> 12.0)
190
+ rspec (~> 3.5)
191
+ simplecov (~> 0.15)
192
+ vcr (~> 3)
193
+ we-call!
194
+
195
+ BUNDLED WITH
196
+ 1.14.6
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "faraday", "~> 5.1.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 4.2.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,186 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ we-call (0.5.4)
5
+ faraday (>= 0.9.0, < 1.0)
6
+ faraday-sunset (~> 0.1.0)
7
+ faraday_middleware (~> 0)
8
+ rails (>= 4.2)
9
+ ruby_decorators (~> 0.0)
10
+ typhoeus (~> 1.3)
11
+
12
+ GEM
13
+ remote: https://rubygems.org/
14
+ specs:
15
+ actionmailer (4.2.7.1)
16
+ actionpack (= 4.2.7.1)
17
+ actionview (= 4.2.7.1)
18
+ activejob (= 4.2.7.1)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 1.0, >= 1.0.5)
21
+ actionpack (4.2.7.1)
22
+ actionview (= 4.2.7.1)
23
+ activesupport (= 4.2.7.1)
24
+ rack (~> 1.6)
25
+ rack-test (~> 0.6.2)
26
+ rails-dom-testing (~> 1.0, >= 1.0.5)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (4.2.7.1)
29
+ activesupport (= 4.2.7.1)
30
+ builder (~> 3.1)
31
+ erubis (~> 2.7.0)
32
+ rails-dom-testing (~> 1.0, >= 1.0.5)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
34
+ activejob (4.2.7.1)
35
+ activesupport (= 4.2.7.1)
36
+ globalid (>= 0.3.0)
37
+ activemodel (4.2.7.1)
38
+ activesupport (= 4.2.7.1)
39
+ builder (~> 3.1)
40
+ activerecord (4.2.7.1)
41
+ activemodel (= 4.2.7.1)
42
+ activesupport (= 4.2.7.1)
43
+ arel (~> 6.0)
44
+ activesupport (4.2.7.1)
45
+ i18n (~> 0.7)
46
+ json (~> 1.7, >= 1.7.7)
47
+ minitest (~> 5.1)
48
+ thread_safe (~> 0.3, >= 0.3.4)
49
+ tzinfo (~> 1.1)
50
+ appraisal (2.2.0)
51
+ bundler
52
+ rake
53
+ thor (>= 0.14.0)
54
+ arel (6.0.4)
55
+ builder (3.2.3)
56
+ concurrent-ruby (1.0.5)
57
+ coveralls (0.7.1)
58
+ multi_json (~> 1.3)
59
+ rest-client
60
+ simplecov (>= 0.7)
61
+ term-ansicolor
62
+ thor
63
+ diff-lcs (1.3)
64
+ docile (1.1.5)
65
+ domain_name (0.5.20170404)
66
+ unf (>= 0.0.5, < 1.0.0)
67
+ erubis (2.7.0)
68
+ ethon (0.11.0)
69
+ ffi (>= 1.3.0)
70
+ faraday (0.13.1)
71
+ multipart-post (>= 1.2, < 3)
72
+ faraday-sunset (0.1.1)
73
+ faraday (>= 0.9.0, < 0.14)
74
+ faraday_middleware (0.12.2)
75
+ faraday (>= 0.7.4, < 1.0)
76
+ ffi (1.9.18)
77
+ globalid (0.4.0)
78
+ activesupport (>= 4.2.0)
79
+ hashie (3.5.5)
80
+ http-cookie (1.0.3)
81
+ domain_name (~> 0.5)
82
+ i18n (0.8.1)
83
+ json (1.8.6)
84
+ loofah (2.0.3)
85
+ nokogiri (>= 1.5.9)
86
+ mail (2.6.5)
87
+ mime-types (>= 1.16, < 4)
88
+ mime-types (3.1)
89
+ mime-types-data (~> 3.2015)
90
+ mime-types-data (3.2016.0521)
91
+ mini_portile2 (2.1.0)
92
+ minitest (5.10.1)
93
+ multi_json (1.12.1)
94
+ multipart-post (2.0.0)
95
+ netrc (0.11.0)
96
+ nokogiri (1.7.1)
97
+ mini_portile2 (~> 2.1.0)
98
+ rack (1.6.5)
99
+ rack-test (0.6.3)
100
+ rack (>= 1.0)
101
+ rails (4.2.7.1)
102
+ actionmailer (= 4.2.7.1)
103
+ actionpack (= 4.2.7.1)
104
+ actionview (= 4.2.7.1)
105
+ activejob (= 4.2.7.1)
106
+ activemodel (= 4.2.7.1)
107
+ activerecord (= 4.2.7.1)
108
+ activesupport (= 4.2.7.1)
109
+ bundler (>= 1.3.0, < 2.0)
110
+ railties (= 4.2.7.1)
111
+ sprockets-rails
112
+ rails-deprecated_sanitizer (1.0.3)
113
+ activesupport (>= 4.2.0.alpha)
114
+ rails-dom-testing (1.0.8)
115
+ activesupport (>= 4.2.0.beta, < 5.0)
116
+ nokogiri (~> 1.6)
117
+ rails-deprecated_sanitizer (>= 1.0.1)
118
+ rails-html-sanitizer (1.0.3)
119
+ loofah (~> 2.0)
120
+ railties (4.2.7.1)
121
+ actionpack (= 4.2.7.1)
122
+ activesupport (= 4.2.7.1)
123
+ rake (>= 0.8.7)
124
+ thor (>= 0.18.1, < 2.0)
125
+ rake (12.0.0)
126
+ rest-client (2.0.2)
127
+ http-cookie (>= 1.0.2, < 2.0)
128
+ mime-types (>= 1.16, < 4.0)
129
+ netrc (~> 0.8)
130
+ rspec (3.6.0)
131
+ rspec-core (~> 3.6.0)
132
+ rspec-expectations (~> 3.6.0)
133
+ rspec-mocks (~> 3.6.0)
134
+ rspec-core (3.6.0)
135
+ rspec-support (~> 3.6.0)
136
+ rspec-expectations (3.6.0)
137
+ diff-lcs (>= 1.2.0, < 2.0)
138
+ rspec-support (~> 3.6.0)
139
+ rspec-mocks (3.6.0)
140
+ diff-lcs (>= 1.2.0, < 2.0)
141
+ rspec-support (~> 3.6.0)
142
+ rspec-support (3.6.0)
143
+ ruby_decorators (0.0.3)
144
+ simplecov (0.15.0)
145
+ docile (~> 1.1.0)
146
+ json (>= 1.8, < 3)
147
+ simplecov-html (~> 0.10.0)
148
+ simplecov-html (0.10.2)
149
+ sprockets (3.7.1)
150
+ concurrent-ruby (~> 1.0)
151
+ rack (> 1, < 3)
152
+ sprockets-rails (3.2.0)
153
+ actionpack (>= 4.0)
154
+ activesupport (>= 4.0)
155
+ sprockets (>= 3.0.0)
156
+ term-ansicolor (1.6.0)
157
+ tins (~> 1.0)
158
+ thor (0.19.4)
159
+ thread_safe (0.3.6)
160
+ tins (1.15.0)
161
+ typhoeus (1.3.0)
162
+ ethon (>= 0.9.0)
163
+ tzinfo (1.2.3)
164
+ thread_safe (~> 0.1)
165
+ unf (0.1.4)
166
+ unf_ext
167
+ unf_ext (0.0.7.4)
168
+ vcr (3.0.3)
169
+
170
+ PLATFORMS
171
+ ruby
172
+
173
+ DEPENDENCIES
174
+ appraisal (~> 2)
175
+ bundler (~> 1.14)
176
+ coveralls (~> 0.7)
177
+ hashie (~> 3.5)
178
+ rails (~> 4.2.0)
179
+ rake (~> 12.0)
180
+ rspec (~> 3.5)
181
+ simplecov (~> 0.15)
182
+ vcr (~> 3)
183
+ we-call!
184
+
185
+ BUNDLED WITH
186
+ 1.14.6
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.0.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,192 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ we-call (0.5.4)
5
+ faraday (>= 0.9.0, < 1.0)
6
+ faraday-sunset (~> 0.1.0)
7
+ faraday_middleware (~> 0)
8
+ rails (>= 4.2)
9
+ ruby_decorators (~> 0.0)
10
+ typhoeus (~> 1.3)
11
+
12
+ GEM
13
+ remote: https://rubygems.org/
14
+ specs:
15
+ actioncable (5.0.2)
16
+ actionpack (= 5.0.2)
17
+ nio4r (>= 1.2, < 3.0)
18
+ websocket-driver (~> 0.6.1)
19
+ actionmailer (5.0.2)
20
+ actionpack (= 5.0.2)
21
+ actionview (= 5.0.2)
22
+ activejob (= 5.0.2)
23
+ mail (~> 2.5, >= 2.5.4)
24
+ rails-dom-testing (~> 2.0)
25
+ actionpack (5.0.2)
26
+ actionview (= 5.0.2)
27
+ activesupport (= 5.0.2)
28
+ rack (~> 2.0)
29
+ rack-test (~> 0.6.3)
30
+ rails-dom-testing (~> 2.0)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
32
+ actionview (5.0.2)
33
+ activesupport (= 5.0.2)
34
+ builder (~> 3.1)
35
+ erubis (~> 2.7.0)
36
+ rails-dom-testing (~> 2.0)
37
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
38
+ activejob (5.0.2)
39
+ activesupport (= 5.0.2)
40
+ globalid (>= 0.3.6)
41
+ activemodel (5.0.2)
42
+ activesupport (= 5.0.2)
43
+ activerecord (5.0.2)
44
+ activemodel (= 5.0.2)
45
+ activesupport (= 5.0.2)
46
+ arel (~> 7.0)
47
+ activesupport (5.0.2)
48
+ concurrent-ruby (~> 1.0, >= 1.0.2)
49
+ i18n (~> 0.7)
50
+ minitest (~> 5.1)
51
+ tzinfo (~> 1.1)
52
+ appraisal (2.2.0)
53
+ bundler
54
+ rake
55
+ thor (>= 0.14.0)
56
+ arel (7.1.4)
57
+ builder (3.2.3)
58
+ concurrent-ruby (1.0.5)
59
+ coveralls (0.7.1)
60
+ multi_json (~> 1.3)
61
+ rest-client
62
+ simplecov (>= 0.7)
63
+ term-ansicolor
64
+ thor
65
+ diff-lcs (1.3)
66
+ docile (1.1.5)
67
+ domain_name (0.5.20170404)
68
+ unf (>= 0.0.5, < 1.0.0)
69
+ erubis (2.7.0)
70
+ ethon (0.11.0)
71
+ ffi (>= 1.3.0)
72
+ faraday (0.13.1)
73
+ multipart-post (>= 1.2, < 3)
74
+ faraday-sunset (0.1.1)
75
+ faraday (>= 0.9.0, < 0.14)
76
+ faraday_middleware (0.12.2)
77
+ faraday (>= 0.7.4, < 1.0)
78
+ ffi (1.9.18)
79
+ globalid (0.4.0)
80
+ activesupport (>= 4.2.0)
81
+ hashie (3.5.5)
82
+ http-cookie (1.0.3)
83
+ domain_name (~> 0.5)
84
+ i18n (0.8.1)
85
+ json (2.1.0)
86
+ loofah (2.0.3)
87
+ nokogiri (>= 1.5.9)
88
+ mail (2.6.5)
89
+ mime-types (>= 1.16, < 4)
90
+ method_source (0.8.2)
91
+ mime-types (3.1)
92
+ mime-types-data (~> 3.2015)
93
+ mime-types-data (3.2016.0521)
94
+ mini_portile2 (2.1.0)
95
+ minitest (5.10.1)
96
+ multi_json (1.12.1)
97
+ multipart-post (2.0.0)
98
+ netrc (0.11.0)
99
+ nio4r (2.0.0)
100
+ nokogiri (1.7.1)
101
+ mini_portile2 (~> 2.1.0)
102
+ rack (2.0.1)
103
+ rack-test (0.6.3)
104
+ rack (>= 1.0)
105
+ rails (5.0.2)
106
+ actioncable (= 5.0.2)
107
+ actionmailer (= 5.0.2)
108
+ actionpack (= 5.0.2)
109
+ actionview (= 5.0.2)
110
+ activejob (= 5.0.2)
111
+ activemodel (= 5.0.2)
112
+ activerecord (= 5.0.2)
113
+ activesupport (= 5.0.2)
114
+ bundler (>= 1.3.0, < 2.0)
115
+ railties (= 5.0.2)
116
+ sprockets-rails (>= 2.0.0)
117
+ rails-dom-testing (2.0.2)
118
+ activesupport (>= 4.2.0, < 6.0)
119
+ nokogiri (~> 1.6)
120
+ rails-html-sanitizer (1.0.3)
121
+ loofah (~> 2.0)
122
+ railties (5.0.2)
123
+ actionpack (= 5.0.2)
124
+ activesupport (= 5.0.2)
125
+ method_source
126
+ rake (>= 0.8.7)
127
+ thor (>= 0.18.1, < 2.0)
128
+ rake (12.0.0)
129
+ rest-client (2.0.2)
130
+ http-cookie (>= 1.0.2, < 2.0)
131
+ mime-types (>= 1.16, < 4.0)
132
+ netrc (~> 0.8)
133
+ rspec (3.6.0)
134
+ rspec-core (~> 3.6.0)
135
+ rspec-expectations (~> 3.6.0)
136
+ rspec-mocks (~> 3.6.0)
137
+ rspec-core (3.6.0)
138
+ rspec-support (~> 3.6.0)
139
+ rspec-expectations (3.6.0)
140
+ diff-lcs (>= 1.2.0, < 2.0)
141
+ rspec-support (~> 3.6.0)
142
+ rspec-mocks (3.6.0)
143
+ diff-lcs (>= 1.2.0, < 2.0)
144
+ rspec-support (~> 3.6.0)
145
+ rspec-support (3.6.0)
146
+ ruby_decorators (0.0.3)
147
+ simplecov (0.15.0)
148
+ docile (~> 1.1.0)
149
+ json (>= 1.8, < 3)
150
+ simplecov-html (~> 0.10.0)
151
+ simplecov-html (0.10.2)
152
+ sprockets (3.7.1)
153
+ concurrent-ruby (~> 1.0)
154
+ rack (> 1, < 3)
155
+ sprockets-rails (3.2.0)
156
+ actionpack (>= 4.0)
157
+ activesupport (>= 4.0)
158
+ sprockets (>= 3.0.0)
159
+ term-ansicolor (1.6.0)
160
+ tins (~> 1.0)
161
+ thor (0.19.4)
162
+ thread_safe (0.3.6)
163
+ tins (1.15.0)
164
+ typhoeus (1.3.0)
165
+ ethon (>= 0.9.0)
166
+ tzinfo (1.2.3)
167
+ thread_safe (~> 0.1)
168
+ unf (0.1.4)
169
+ unf_ext
170
+ unf_ext (0.0.7.4)
171
+ vcr (3.0.3)
172
+ websocket-driver (0.6.5)
173
+ websocket-extensions (>= 0.1.0)
174
+ websocket-extensions (0.1.2)
175
+
176
+ PLATFORMS
177
+ ruby
178
+
179
+ DEPENDENCIES
180
+ appraisal (~> 2)
181
+ bundler (~> 1.14)
182
+ coveralls (~> 0.7)
183
+ hashie (~> 3.5)
184
+ rails (~> 5.0.0)
185
+ rake (~> 12.0)
186
+ rspec (~> 3.5)
187
+ simplecov (~> 0.15)
188
+ vcr (~> 3)
189
+ we-call!
190
+
191
+ BUNDLED WITH
192
+ 1.14.6
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.1.0"
6
+
7
+ gemspec path: "../"