Skip to content

Commit 8249c25

Browse files
committed
update gems
1 parent c9f44ab commit 8249c25

File tree

2 files changed

+68
-43
lines changed

2 files changed

+68
-43
lines changed

Gemfile.lock

+67-42
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,96 @@
11
PATH
22
remote: .
33
specs:
4-
valid_url (0.0.3)
4+
valid_url (0.0.4)
55
addressable
66
rails
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionmailer (4.1.8)
12-
actionpack (= 4.1.8)
13-
actionview (= 4.1.8)
11+
actionmailer (4.2.1)
12+
actionpack (= 4.2.1)
13+
actionview (= 4.2.1)
14+
activejob (= 4.2.1)
1415
mail (~> 2.5, >= 2.5.4)
15-
actionpack (4.1.8)
16-
actionview (= 4.1.8)
17-
activesupport (= 4.1.8)
18-
rack (~> 1.5.2)
16+
rails-dom-testing (~> 1.0, >= 1.0.5)
17+
actionpack (4.2.1)
18+
actionview (= 4.2.1)
19+
activesupport (= 4.2.1)
20+
rack (~> 1.6)
1921
rack-test (~> 0.6.2)
20-
actionview (4.1.8)
21-
activesupport (= 4.1.8)
22+
rails-dom-testing (~> 1.0, >= 1.0.5)
23+
rails-html-sanitizer (~> 1.0, >= 1.0.1)
24+
actionview (4.2.1)
25+
activesupport (= 4.2.1)
2226
builder (~> 3.1)
2327
erubis (~> 2.7.0)
24-
activemodel (4.1.8)
25-
activesupport (= 4.1.8)
28+
rails-dom-testing (~> 1.0, >= 1.0.5)
29+
rails-html-sanitizer (~> 1.0, >= 1.0.1)
30+
activejob (4.2.1)
31+
activesupport (= 4.2.1)
32+
globalid (>= 0.3.0)
33+
activemodel (4.2.1)
34+
activesupport (= 4.2.1)
2635
builder (~> 3.1)
27-
activerecord (4.1.8)
28-
activemodel (= 4.1.8)
29-
activesupport (= 4.1.8)
30-
arel (~> 5.0.0)
31-
activesupport (4.1.8)
32-
i18n (~> 0.6, >= 0.6.9)
36+
activerecord (4.2.1)
37+
activemodel (= 4.2.1)
38+
activesupport (= 4.2.1)
39+
arel (~> 6.0)
40+
activesupport (4.2.1)
41+
i18n (~> 0.7)
3342
json (~> 1.7, >= 1.7.7)
3443
minitest (~> 5.1)
35-
thread_safe (~> 0.1)
44+
thread_safe (~> 0.3, >= 0.3.4)
3645
tzinfo (~> 1.1)
37-
addressable (2.3.6)
38-
arel (5.0.1.20140414130214)
46+
addressable (2.3.8)
47+
arel (6.0.0)
3948
builder (3.2.2)
4049
diff-lcs (1.2.5)
4150
erubis (2.7.0)
51+
globalid (0.3.3)
52+
activesupport (>= 4.1.0)
4253
hike (1.2.3)
43-
i18n (0.6.11)
44-
json (1.8.1)
54+
i18n (0.7.0)
55+
json (1.8.2)
56+
loofah (2.0.1)
57+
nokogiri (>= 1.5.9)
4558
mail (2.6.3)
4659
mime-types (>= 1.16, < 3)
4760
mime-types (2.4.3)
48-
minitest (5.4.3)
49-
multi_json (1.10.1)
50-
rack (1.5.2)
51-
rack-test (0.6.2)
61+
mini_portile (0.6.2)
62+
minitest (5.5.1)
63+
multi_json (1.11.0)
64+
nokogiri (1.6.6.2)
65+
mini_portile (~> 0.6.0)
66+
rack (1.6.0)
67+
rack-test (0.6.3)
5268
rack (>= 1.0)
53-
rails (4.1.8)
54-
actionmailer (= 4.1.8)
55-
actionpack (= 4.1.8)
56-
actionview (= 4.1.8)
57-
activemodel (= 4.1.8)
58-
activerecord (= 4.1.8)
59-
activesupport (= 4.1.8)
69+
rails (4.2.1)
70+
actionmailer (= 4.2.1)
71+
actionpack (= 4.2.1)
72+
actionview (= 4.2.1)
73+
activejob (= 4.2.1)
74+
activemodel (= 4.2.1)
75+
activerecord (= 4.2.1)
76+
activesupport (= 4.2.1)
6077
bundler (>= 1.3.0, < 2.0)
61-
railties (= 4.1.8)
62-
sprockets-rails (~> 2.0)
63-
railties (4.1.8)
64-
actionpack (= 4.1.8)
65-
activesupport (= 4.1.8)
78+
railties (= 4.2.1)
79+
sprockets-rails
80+
rails-deprecated_sanitizer (1.0.3)
81+
activesupport (>= 4.2.0.alpha)
82+
rails-dom-testing (1.0.6)
83+
activesupport (>= 4.2.0.beta, < 5.0)
84+
nokogiri (~> 1.6.0)
85+
rails-deprecated_sanitizer (>= 1.0.1)
86+
rails-html-sanitizer (1.0.2)
87+
loofah (~> 2.0)
88+
railties (4.2.1)
89+
actionpack (= 4.2.1)
90+
activesupport (= 4.2.1)
6691
rake (>= 0.8.7)
6792
thor (>= 0.18.1, < 2.0)
68-
rake (10.3.2)
93+
rake (10.4.2)
6994
rspec (3.1.0)
7095
rspec-core (~> 3.1.0)
7196
rspec-expectations (~> 3.1.0)
@@ -83,12 +108,12 @@ GEM
83108
multi_json (~> 1.0)
84109
rack (~> 1.0)
85110
tilt (~> 1.1, != 1.3.0)
86-
sprockets-rails (2.2.0)
111+
sprockets-rails (2.2.4)
87112
actionpack (>= 3.0)
88113
activesupport (>= 3.0)
89114
sprockets (>= 2.8, < 4.0)
90115
thor (0.19.1)
91-
thread_safe (0.3.4)
116+
thread_safe (0.3.5)
92117
tilt (1.4.1)
93118
tzinfo (1.2.2)
94119
thread_safe (~> 0.1)

spec/config/valid_urls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ https:
105105
- https://rubygems.org/search?utf8=✓&query=URL+VALIDATOR
106106
- https://www.example.com/
107107
- https://www.website.com/
108-
- https://www.odesk.com/?query=ruby%2Brails
108+
- https://www.odesk.com/?query=ruby%2Brails

0 commit comments

Comments
 (0)