1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actionmailer (4.2.1 )
5
- actionpack (= 4.2.1 )
6
- actionview (= 4.2.1 )
7
- activejob (= 4.2.1 )
4
+ actionmailer (4.2.3 )
5
+ actionpack (= 4.2.3 )
6
+ actionview (= 4.2.3 )
7
+ activejob (= 4.2.3 )
8
8
mail (~> 2.5 , >= 2.5.4 )
9
9
rails-dom-testing (~> 1.0 , >= 1.0.5 )
10
- actionpack (4.2.1 )
11
- actionview (= 4.2.1 )
12
- activesupport (= 4.2.1 )
10
+ actionpack (4.2.3 )
11
+ actionview (= 4.2.3 )
12
+ activesupport (= 4.2.3 )
13
13
rack (~> 1.6 )
14
14
rack-test (~> 0.6.2 )
15
15
rails-dom-testing (~> 1.0 , >= 1.0.5 )
16
- rails-html-sanitizer (~> 1.0 , >= 1.0.1 )
17
- actionview (4.2.1 )
18
- activesupport (= 4.2.1 )
16
+ rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
17
+ actionview (4.2.3 )
18
+ activesupport (= 4.2.3 )
19
19
builder (~> 3.1 )
20
20
erubis (~> 2.7.0 )
21
21
rails-dom-testing (~> 1.0 , >= 1.0.5 )
22
- rails-html-sanitizer (~> 1.0 , >= 1.0.1 )
23
- activejob (4.2.1 )
24
- activesupport (= 4.2.1 )
22
+ rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
23
+ activejob (4.2.3 )
24
+ activesupport (= 4.2.3 )
25
25
globalid (>= 0.3.0 )
26
- activemodel (4.2.1 )
27
- activesupport (= 4.2.1 )
26
+ activemodel (4.2.3 )
27
+ activesupport (= 4.2.3 )
28
28
builder (~> 3.1 )
29
- activerecord (4.2.1 )
30
- activemodel (= 4.2.1 )
31
- activesupport (= 4.2.1 )
29
+ activerecord (4.2.3 )
30
+ activemodel (= 4.2.3 )
31
+ activesupport (= 4.2.3 )
32
32
arel (~> 6.0 )
33
- activesupport (4.2.1 )
33
+ activesupport (4.2.3 )
34
34
i18n (~> 0.7 )
35
35
json (~> 1.7 , >= 1.7.7 )
36
36
minitest (~> 5.1 )
37
37
thread_safe (~> 0.3 , >= 0.3.4 )
38
38
tzinfo (~> 1.1 )
39
39
addressable (2.3.8 )
40
- arel (6.0.0 )
40
+ arel (6.0.2 )
41
41
bcrypt (3.1.9 )
42
42
binding_of_caller (0.7.2 )
43
43
debug_inspector (>= 0.0.1 )
@@ -111,18 +111,18 @@ GEM
111
111
rails-dom-testing (~> 1.0 )
112
112
railties (>= 4.2.0.beta , < 5.0 )
113
113
thor (>= 0.14 , < 2.0 )
114
- json (1.8.2 )
114
+ json (1.8.3 )
115
115
launchy (2.4.3 )
116
116
addressable (~> 2.3 )
117
- loofah (2.0.1 )
117
+ loofah (2.0.2 )
118
118
nokogiri (>= 1.5.9 )
119
119
mail (2.6.3 )
120
120
mime-types (>= 1.16 , < 3 )
121
121
method_source (0.8.2 )
122
- mime-types (2.4.3 )
122
+ mime-types (2.6.1 )
123
123
mini_portile (0.6.2 )
124
- minitest (5.6 .0 )
125
- multi_json (1.11.0 )
124
+ minitest (5.7 .0 )
125
+ multi_json (1.11.2 )
126
126
nokogiri (1.6.6.2 )
127
127
mini_portile (~> 0.6.0 )
128
128
orm_adapter (0.5.0 )
@@ -151,19 +151,19 @@ GEM
151
151
eventmachine_httpserver
152
152
http_parser.rb (~> 0.6.0 )
153
153
multi_json
154
- rack (1.6.0 )
154
+ rack (1.6.4 )
155
155
rack-test (0.6.3 )
156
156
rack (>= 1.0 )
157
- rails (4.2.1 )
158
- actionmailer (= 4.2.1 )
159
- actionpack (= 4.2.1 )
160
- actionview (= 4.2.1 )
161
- activejob (= 4.2.1 )
162
- activemodel (= 4.2.1 )
163
- activerecord (= 4.2.1 )
164
- activesupport (= 4.2.1 )
157
+ rails (4.2.3 )
158
+ actionmailer (= 4.2.3 )
159
+ actionpack (= 4.2.3 )
160
+ actionview (= 4.2.3 )
161
+ activejob (= 4.2.3 )
162
+ activemodel (= 4.2.3 )
163
+ activerecord (= 4.2.3 )
164
+ activesupport (= 4.2.3 )
165
165
bundler (>= 1.3.0 , < 2.0 )
166
- railties (= 4.2.1 )
166
+ railties (= 4.2.3 )
167
167
sprockets-rails
168
168
rails-deprecated_sanitizer (1.0.3 )
169
169
activesupport (>= 4.2.0.alpha )
173
173
rails-deprecated_sanitizer (>= 1.0.1 )
174
174
rails-html-sanitizer (1.0.2 )
175
175
loofah (~> 2.0 )
176
- railties (4.2.1 )
177
- actionpack (= 4.2.1 )
178
- activesupport (= 4.2.1 )
176
+ railties (4.2.3 )
177
+ actionpack (= 4.2.3 )
178
+ activesupport (= 4.2.3 )
179
179
rake (>= 0.8.7 )
180
180
thor (>= 0.18.1 , < 2.0 )
181
181
rake (10.4.2 )
@@ -217,12 +217,12 @@ GEM
217
217
spring (1.2.0 )
218
218
spring-commands-rspec (1.0.4 )
219
219
spring (>= 0.9.1 )
220
- sprockets (2.12.3 )
220
+ sprockets (2.12.4 )
221
221
hike (~> 1.2 )
222
222
multi_json (~> 1.0 )
223
223
rack (~> 1.0 )
224
224
tilt (~> 1.1 , != 1.3.0 )
225
- sprockets-rails (2.2.4 )
225
+ sprockets-rails (2.3.2 )
226
226
actionpack (>= 3.0 )
227
227
activesupport (>= 3.0 )
228
228
sprockets (>= 2.8 , < 4.0 )
@@ -274,7 +274,7 @@ DEPENDENCIES
274
274
pry-rescue
275
275
pry-stack_explorer
276
276
puffing-billy
277
- rails (= 4.2.1 )
277
+ rails (= 4.2.3 )
278
278
rspec-rails (~> 3.2 )
279
279
sass-rails (~> 4.0 )
280
280
selenium-webdriver
@@ -289,4 +289,4 @@ DEPENDENCIES
289
289
webmock
290
290
291
291
BUNDLED WITH
292
- 1.10.3
292
+ 1.10.5
0 commit comments